This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8913c03
)
Enable warnings in Makefile.PL
author
Pali
<pali@cpan.org>
Sun, 2 Jun 2019 11:34:14 +0000
(13:34 +0200)
committer
Nicolas R
<atoomic@cpan.org>
Fri, 27 Sep 2019 20:35:46 +0000
(14:35 -0600)
(cherry picked from commit
f74454f179348ed4aebc04ba735ccc12eee3c980
)
Signed-off-by: Nicolas R <atoomic@cpan.org>
dist/Devel-PPPort/Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/dist/Devel-PPPort/Makefile.PL
b/dist/Devel-PPPort/Makefile.PL
index
6eac8c8
..
031ffa8
100644
(file)
--- a/
dist/Devel-PPPort/Makefile.PL
+++ b/
dist/Devel-PPPort/Makefile.PL
@@
-16,6
+16,8
@@
require 5.003;
use strict;
+BEGIN { $^W = 1; }
+
use ExtUtils::MakeMaker;
use Config;