Fix a warning under aggregation
[catagits/Catalyst-Runtime.git] / 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;