X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Funit_core_script_help.t;h=38eb5ead5859b2f3cde92f8897ac25aa9308ea9c;hb=361b200364e49a6942316897e1e45d6c7663dfa7;hp=e2fc4a2bcfb1d2298584078529506c0ab12e14aa;hpb=9af4ee013b23e7241d4664ea39952fa3b20f4b7f;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/unit_core_script_help.t b/t/aggregate/unit_core_script_help.t index e2fc4a2..38eb5ea 100644 --- a/t/aggregate/unit_core_script_help.t +++ b/t/aggregate/unit_core_script_help.t @@ -6,6 +6,9 @@ use Test::Fatal; use FindBin qw/$Bin/; use lib "$Bin/../lib"; +no warnings 'once'; +*CORE::GLOBAL::exit = sub {}; + { package TestHelpScript; use Moose;