X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Flibhtml-calendarmonth-perl.git;a=blobdiff_plain;f=t%2Frelease-pod-syntax.t;fp=t%2Frelease-pod-syntax.t;h=0000000000000000000000000000000000000000;hp=d46a95569460d78eacded2a41c8ead9ccbddce0c;hb=7901baa9aa1ab4d154e6b03a2630198448eb3a82;hpb=8d17909ed1dafbd0ff16cea525e910263e7938be diff --git a/t/release-pod-syntax.t b/t/release-pod-syntax.t deleted file mode 100644 index d46a955..0000000 --- a/t/release-pod-syntax.t +++ /dev/null @@ -1,15 +0,0 @@ -#!perl - -BEGIN { - unless ($ENV{RELEASE_TESTING}) { - require Test::More; - Test::More::plan(skip_all => 'these tests are for release candidate testing'); - } -} - -use Test::More; - -eval "use Test::Pod 1.41"; -plan skip_all => "Test::Pod 1.41 required for testing POD" if $@; - -all_pod_files_ok();