Fatal warns in Makefile.PL is overkill
Peter Rabbitson [Tue, 12 Mar 2013 22:52:11 +0000 (23:52 +0100)]
Makefile.PL

index 2c0f4f2..b8f80dc 100644 (file)
@@ -1,5 +1,6 @@
 use strict;
-use warnings FATAL => 'all';
+use warnings;
+
 use 5.006;
 use ExtUtils::MakeMaker;
 (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';