X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FScript%2FServer.pm;h=6c859b93c55f2cde3e9ec3de9d4e96d46a101d74;hp=983a995e42c0b721c286e3576caa713814a56801;hb=eefc03e12890c06c9a76d78b4d68e3b2ad781328;hpb=f82e1b2b114c99ad6712cb93003338ae5d0423a5 diff --git a/lib/Catalyst/Script/Server.pm b/lib/Catalyst/Script/Server.pm index 983a995..6c859b9 100644 --- a/lib/Catalyst/Script/Server.pm +++ b/lib/Catalyst/Script/Server.pm @@ -2,7 +2,7 @@ package Catalyst::Script::Server; use Moose; use Catalyst::Utils; use Class::Load qw(try_load_class load_class); -use namespace::autoclean; +use namespace::clean -except => [ 'meta' ]; with 'Catalyst::ScriptRole';