projects
/
p5sagit/Sub-Exporter-Progressive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
6a20444
)
Fatal warns in Makefile.PL is overkill
Peter Rabbitson [Tue, 12 Mar 2013 22:52:11 +0000 (23:52 +0100)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
2c0f4f2
..
b8f80dc
100644
(file)
--- 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';