X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Frelease-pod-syntax.t;fp=t%2Frelease-pod-syntax.t;h=7f1e5ca8e1165e87a58a67303c0063dd7af26919;hb=f41acfd2a7d225e9ea169783427c37760f63b2b9;hp=0000000000000000000000000000000000000000;hpb=6210e5a52d5fba351a2d5f1a0e0d8d592a59d091;p=gitmo%2FMooseX-ConfigFromFile.git diff --git a/t/release-pod-syntax.t b/t/release-pod-syntax.t new file mode 100644 index 0000000..7f1e5ca --- /dev/null +++ b/t/release-pod-syntax.t @@ -0,0 +1,14 @@ +use strict; +use warnings; +use Test::More; + +BEGIN { + unless ($ENV{RELEASE_TESTING}) { + plan skip_all => 'these tests are for release candidate testing'; + } +} + +eval "use Test::Pod 1.41"; +plan skip_all => "Test::Pod 1.41 required for testing POD" if $@; + +all_pod_files_ok();