drop the use of fatal warnings in tests
[p5sagit/Safe-Isa.git] / t / safe_isa.t
index 837f3c4..77b5bc0 100644 (file)
@@ -1,5 +1,5 @@
 use strict;
-use warnings FATAL => 'all';
+use warnings;
 use Test::More tests => 20;
 
 { package Foo; sub new { bless({}, $_[0]) } }