projects
/
p5sagit/strictures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1806975
)
add missing 5.6 warning categories
Graham Knop [Thu, 5 Feb 2015 09:50:58 +0000 (
04:50
-0500)]
lib/strictures.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/strictures.pm
b/lib/strictures.pm
index
cff36fb
..
5ccfb43
100644
(file)
--- a/
lib/strictures.pm
+++ b/
lib/strictures.pm
@@
-14,6
+14,7
@@
$VERSION = 2; # a bit of a cheat, but requesting v2 needs to be possible
our @WARNING_CATEGORIES = grep { exists $warnings::Offsets{$_} } qw(
closure
+ chmod
deprecated
exiting
experimental
@@
-72,6
+73,7
@@
our @WARNING_CATEGORIES = grep { exists $warnings::Offsets{$_} } qw(
taint
threads
uninitialized
+ umask
unpack
untie
utf8