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:
7b185c6
)
devel/devtools.pl: 'use warnings'
author
Karl Williamson
<khw@cpan.org>
Thu, 1 Aug 2019 15:49:01 +0000
(09:49 -0600)
committer
Nicolas R
<atoomic@cpan.org>
Fri, 27 Sep 2019 22:39:32 +0000
(16:39 -0600)
(cherry picked from commit
2844f84fbd42bd3f5111503e22c4ec60fd87bcd7
)
Signed-off-by: Nicolas R <atoomic@cpan.org>
dist/Devel-PPPort/devel/devtools.pl
patch
|
blob
|
blame
|
history
diff --git
a/dist/Devel-PPPort/devel/devtools.pl
b/dist/Devel-PPPort/devel/devtools.pl
index
5799ecf
..
3f24595
100644
(file)
--- a/
dist/Devel-PPPort/devel/devtools.pl
+++ b/
dist/Devel-PPPort/devel/devtools.pl
@@
-18,6
+18,7
@@
use Data::Dumper;
$Data::Dumper::Sortkeys = 1;
use IO::File;
+use warnings; # Can't use strict because of %opt passed from caller
require "./parts/inc/inctools";
eval "use Term::ANSIColor";