X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-AlwaysCoerce.git;a=blobdiff_plain;f=t%2F02-mx-m-s.t;fp=t%2F02-mx-m-s.t;h=2dbadc7a11e2b914f797d927628d64502be500b1;hp=3209e64ca25cd69a055a9ed613afe12d41e21eb6;hb=27f1eb75d714bc2a7c1302a6cccbacbe0e64b108;hpb=2edacc3fd6ce9b315c9ddd43fd4a6eb7edbdd092 diff --git a/t/02-mx-m-s.t b/t/02-mx-m-s.t index 3209e64..2dbadc7 100644 --- a/t/02-mx-m-s.t +++ b/t/02-mx-m-s.t @@ -26,7 +26,7 @@ use Test::More; } use Test::Fatal; -use Test::NoWarnings; +use Test::NoWarnings 1.04 ':early'; plan tests => 4; ok( (my $instance = MyClass->new), 'instance' );