summaryrefslogtreecommitdiff
path: root/t/release-pod-syntax.t
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2015-04-18 16:47:41 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2015-04-18 16:47:41 +0000
commitb05516a95f58a288b856d79e7d5be86c46a98110 (patch)
tree60578f2a5cab3290b1b0e5d18a16a71e96e04fe8 /t/release-pod-syntax.t
downloadPackage-DeprecationManager-tarball-b05516a95f58a288b856d79e7d5be86c46a98110.tar.gz
Package-DeprecationManager-0.14HEADPackage-DeprecationManager-0.14master
Diffstat (limited to 't/release-pod-syntax.t')
-rw-r--r--t/release-pod-syntax.t14
1 files changed, 14 insertions, 0 deletions
diff --git a/t/release-pod-syntax.t b/t/release-pod-syntax.t
new file mode 100644
index 0000000..cdd6a6c
--- /dev/null
+++ b/t/release-pod-syntax.t
@@ -0,0 +1,14 @@
+#!perl
+
+BEGIN {
+ unless ($ENV{RELEASE_TESTING}) {
+ require Test::More;
+ Test::More::plan(skip_all => 'these tests are for release candidate testing');
+ }
+}
+
+# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
+use Test::More;
+use Test::Pod 1.41;
+
+all_pod_files_ok();