X-Git-Url: http://erislabs.net/gitweb/?p=liburi-template-perl.git;a=blobdiff_plain;f=t%2F99-podcoverage.t;h=b4b474098a140211202e070aceae0ae615825593;hp=ae59d4c6cdad3c5ba2c631ef4c8e9cad4b938064;hb=83c3737484d89a57cfd230d6a4039a269e212035;hpb=0bf9e38bd59ec2d30d98cdd5b1ff6659bc776761 diff --git a/t/99-podcoverage.t b/t/99-podcoverage.t index ae59d4c..b4b4740 100644 --- a/t/99-podcoverage.t +++ b/t/99-podcoverage.t @@ -4,6 +4,6 @@ use Test::More; eval "use Test::Pod::Coverage 1.04"; plan skip_all => 'Test::Pod::Coverage 1.04 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_coverage_ok();