Fix a warning under aggregation
Florian Ragwitz [Sun, 27 Mar 2011 17:36:28 +0000 (18:36 +0100)]
t/aggregate/unit_core_script_fastcgi.t

index ed7b422..2dde9d9 100644 (file)
@@ -9,7 +9,7 @@ use Test::Exception;
 
 use Catalyst::Script::FastCGI;
 
-my $fake_handler = \42;
+local our $fake_handler = \42;
 
 {
     package TestFastCGIScript;