X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Funit_core_script_server-without_modules.t;h=c5588bcd28f8cc3cc6d29ed9e69daeab35d36f19;hb=bf6a63682503ce9d2e6f949a381f3d12cab6ffa4;hp=af9601e6add2222d8ccfc5cc11d3d7f4f5a76bb5;hpb=1b4b5aa5c77c42e7609089ea97d06779c2c22770;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/unit_core_script_server-without_modules.t b/t/aggregate/unit_core_script_server-without_modules.t index af9601e..c5588bc 100644 --- a/t/aggregate/unit_core_script_server-without_modules.t +++ b/t/aggregate/unit_core_script_server-without_modules.t @@ -16,13 +16,13 @@ use Test::Without::Module qw( ); require "$Bin/../aggregate/unit_core_script_server.t"; -no Test::Without::Module qw( +Test::Without::Module->unimport(qw( Starman Plack::Handler::Starman MooseX::Daemonize MooseX::Daemonize::Pid::File MooseX::Daemonize::Core -); +)); 1;