X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FScript%2FServer.pm;h=6c859b93c55f2cde3e9ec3de9d4e96d46a101d74;hb=HEAD;hp=983a995e42c0b721c286e3576caa713814a56801;hpb=7beb191e8464dabcb00f65c8e4867c5c3f7198d5;p=catagits%2FCatalyst-Runtime.git 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';