drop the use of fatal warnings in tests
[p5sagit/JSON-MaybeXS.git] / xt / json_pm_legacy.t
index 716790c..3cd23e2 100644 (file)
@@ -1,4 +1,4 @@
-use warnings FATAL => 'all';
+use warnings;
 use strict;
 use Test::More;