X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fsafe_isa.t;h=77b5bc00d06972d1848c122310121c7a9c5d6c49;hb=c03ede634565ba88366e36ce5cacac3dabb35500;hp=837f3c4e898e2a9857f2764090b725b9463fb293;hpb=16ec030436aae519028f084ba3ed42adc82e78b1;p=p5sagit%2FSafe-Isa.git diff --git a/t/safe_isa.t b/t/safe_isa.t index 837f3c4..77b5bc0 100644 --- a/t/safe_isa.t +++ b/t/safe_isa.t @@ -1,5 +1,5 @@ use strict; -use warnings FATAL => 'all'; +use warnings; use Test::More tests => 20; { package Foo; sub new { bless({}, $_[0]) } }