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