From: Sebastian Riedel Date: Mon, 28 Mar 2005 22:25:45 +0000 (+0000) Subject: fixed helper X-Git-Tag: 5.7099_04~1662 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=a5d4355ad06c6bb91dd9d26ddfd52ace70be0a48 fixed helper --- diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index 214ea8c..dfee9b7 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -308,8 +308,8 @@ EOF 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 => 'Test::Pod 1.14 required' if \$@; +plan skip_all => 'set TEST_POD to enable this test' unless \$ENV{TEST_POD}; all_pod_files_ok(); EOF