fixed helper
Sebastian Riedel [Mon, 28 Mar 2005 22:25:45 +0000 (22:25 +0000)]
lib/Catalyst/Helper.pm

index 214ea8c..dfee9b7 100644 (file)
@@ -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