summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--[-rwxr-xr-x]t/CSR.csr0
-rw-r--r--[-rwxr-xr-x]t/Mytest.t0
-rw-r--r--t/author-pod-spell.t34
-rw-r--r--t/author-pod-syntax.t15
-rw-r--r--t/release-kwalitee.t17
-rw-r--r--t/release-meta-json.t12
6 files changed, 78 insertions, 0 deletions
diff --git a/t/CSR.csr b/t/CSR.csr
index 0d90576..0d90576 100755..100644
--- a/t/CSR.csr
+++ b/t/CSR.csr
diff --git a/t/Mytest.t b/t/Mytest.t
index 2d61510..2d61510 100755..100644
--- a/t/Mytest.t
+++ b/t/Mytest.t
diff --git a/t/author-pod-spell.t b/t/author-pod-spell.t
new file mode 100644
index 0000000..8314531
--- /dev/null
+++ b/t/author-pod-spell.t
@@ -0,0 +1,34 @@
+
+BEGIN {
+ unless ($ENV{AUTHOR_TESTING}) {
+ print qq{1..0 # SKIP these tests are for testing by the author\n};
+ exit
+ }
+}
+
+use strict;
+use warnings;
+use Test::More;
+
+# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007005
+use Test::Spelling 0.12;
+use Pod::Wordlist;
+
+
+add_stopwords(<DATA>);
+all_pod_files_spelling_ok( qw( . ) );
+__DATA__
+ASN
+Crypt
+DER
+JoNO
+Legge
+OID
+OpenSSL
+PEM
+PKCS
+PKCS10
+RSA
+jonozzz
+lib
+pem
diff --git a/t/author-pod-syntax.t b/t/author-pod-syntax.t
new file mode 100644
index 0000000..2233af0
--- /dev/null
+++ b/t/author-pod-syntax.t
@@ -0,0 +1,15 @@
+#!perl
+
+BEGIN {
+ unless ($ENV{AUTHOR_TESTING}) {
+ print qq{1..0 # SKIP these tests are for testing by the author\n};
+ exit
+ }
+}
+
+# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
+use strict; use warnings;
+use Test::More;
+use Test::Pod 1.41;
+
+all_pod_files_ok();
diff --git a/t/release-kwalitee.t b/t/release-kwalitee.t
new file mode 100644
index 0000000..60627db
--- /dev/null
+++ b/t/release-kwalitee.t
@@ -0,0 +1,17 @@
+
+BEGIN {
+ unless ($ENV{RELEASE_TESTING}) {
+ print qq{1..0 # SKIP these tests are for release candidate testing\n};
+ exit
+ }
+}
+
+# this test was generated with Dist::Zilla::Plugin::Test::Kwalitee 2.12
+use strict;
+use warnings;
+use Test::More 0.88;
+use Test::Kwalitee 1.21 'kwalitee_ok';
+
+kwalitee_ok();
+
+done_testing;
diff --git a/t/release-meta-json.t b/t/release-meta-json.t
new file mode 100644
index 0000000..90fdf43
--- /dev/null
+++ b/t/release-meta-json.t
@@ -0,0 +1,12 @@
+#!perl
+
+BEGIN {
+ unless ($ENV{RELEASE_TESTING}) {
+ print qq{1..0 # SKIP these tests are for release candidate testing\n};
+ exit
+ }
+}
+
+
+use Test::CPAN::Meta::JSON;
+meta_json_ok();