X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Funit_core_script_fastcgi.t;h=2dde9d9b90b3fc360222907c61c879554db9b1db;hb=8ad6fd584ff18d88abf31629d4593ba94eeb7647;hp=ed7b4224e13dacbd3bf8a194b4e27efff6ea6813;hpb=e40d69a759c3b50cc59a3419b64ced9d189456ca;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/unit_core_script_fastcgi.t b/t/aggregate/unit_core_script_fastcgi.t index ed7b422..2dde9d9 100644 --- a/t/aggregate/unit_core_script_fastcgi.t +++ b/t/aggregate/unit_core_script_fastcgi.t @@ -9,7 +9,7 @@ use Test::Exception; use Catalyst::Script::FastCGI; -my $fake_handler = \42; +local our $fake_handler = \42; { package TestFastCGIScript;