drop the use of fatal warnings in tests
[p5sagit/JSON-MaybeXS.git] / t / none.t
index 4b8aae5..9ef4ec3 100644 (file)
--- a/t/none.t
+++ b/t/none.t
@@ -1,5 +1,5 @@
 use strict;
-use warnings FATAL => 'all';
+use warnings;
 use Test::Without::Module 'Cpanel::JSON::XS';
 use Test::Without::Module 'JSON::XS';
 use Test::Without::Module 'JSON::PP';