X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Faggregate%2Funit_core_script_help.t;h=38eb5ead5859b2f3cde92f8897ac25aa9308ea9c;hp=e2fc4a2bcfb1d2298584078529506c0ab12e14aa;hb=1b9bb64102dba58a73339289453e2c51acc097d9;hpb=a8d53f993693224f692cf0671c2d654332bb7608 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;