drop the use of fatal warnings in tests
[p5sagit/JSON-MaybeXS.git] / t / legacy.t
index fc28334..495d5e3 100644 (file)
@@ -1,5 +1,5 @@
 use strict;
-use warnings FATAL => 'all';
+use warnings;
 
 use Test::Without::Module 'Cpanel::JSON::XS';
 use Test::More;