From: Peter Rabbitson Date: Tue, 12 Mar 2013 22:52:11 +0000 (+0100) Subject: Fatal warns in Makefile.PL is overkill X-Git-Tag: v0.001009~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=67830593c0926b77c1792f04688dbcce03755b26;hp=6a204448193dc4412a5172382a263f4e4556a68e;p=p5sagit%2FSub-Exporter-Progressive.git Fatal warns in Makefile.PL is overkill --- diff --git a/Makefile.PL b/Makefile.PL index 2c0f4f2..b8f80dc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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';