X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Funit_core_script_fastcgi.t;h=1b24aea0885ce6fb3854a579791932d027f669cc;hb=f3d2ec61cac867693834d3093c9dff7891e3e3f5;hp=80a8068725fbe4e629e69df1b8ab8ddddb9310e9;hpb=2a56ace924b296189e0bf5864d6a3b92809fef66;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/unit_core_script_fastcgi.t b/t/aggregate/unit_core_script_fastcgi.t index 80a8068..1b24aea 100644 --- a/t/aggregate/unit_core_script_fastcgi.t +++ b/t/aggregate/unit_core_script_fastcgi.t @@ -14,7 +14,7 @@ local our $fake_handler = \42; { package TestFastCGIScript; use Moose; - use namespace::autoclean; + use namespace::clean -except => [ 'meta' ]; extends 'Catalyst::Script::FastCGI';