X-Git-Url: http://erislabs.net/gitweb/?p=liburi-template-perl.git;a=blobdiff_plain;f=t%2F98-pod.t;h=4586f7e1c31e4b62ce610e4612b943fa7a0a3a55;hp=251640d09eed9bf2377304fecb59d8df57303d7e;hb=83c3737484d89a57cfd230d6a4039a269e212035;hpb=0bf9e38bd59ec2d30d98cdd5b1ff6659bc776761 diff --git a/t/98-pod.t b/t/98-pod.t index 251640d..4586f7e 100644 --- a/t/98-pod.t +++ b/t/98-pod.t @@ -4,6 +4,6 @@ use Test::More; eval "use Test::Pod 1.14"; plan skip_all => 'Test::Pod 1.14 required' if $@; -plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD}; +plan skip_all => 'set TEST_POD to enable this test' unless $ENV{ TEST_POD }; all_pod_files_ok();