drop the use of fatal warnings in tests
[p5sagit/JSON-MaybeXS.git] / t / cpanel.t
index bc2ec35..2beef29 100644 (file)
@@ -1,5 +1,5 @@
 use strict;
-use warnings FATAL => 'all';
+use warnings;
 use Test::More;
 use JSON::MaybeXS;