From: Tomas Doran Date: Wed, 27 Jul 2011 18:13:40 +0000 (+0100) Subject: Do this at runtime, not compile time, so we actually do the tests without X-Git-Tag: 5.89003~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=bf6a63682503ce9d2e6f949a381f3d12cab6ffa4 Do this at runtime, not compile time, so we actually do the tests without --- 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;