drop the use of fatal warnings in tests
[p5sagit/JSON-MaybeXS.git] / t / preload_xs.t
index 055381c..aecb88a 100644 (file)
@@ -1,5 +1,5 @@
 use strict;
-use warnings FATAL => 'all';
+use warnings;
 
 use if !eval { require JSON::XS; 1; }, 'Test::More', skip_all => 'No JSON::XS';
 use Test::More;