projects
/
p5sagit/strictures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
67c5482
)
add new experimental::private_use warning from blead perl
Graham Knop [Sun, 10 Mar 2019 20:24:31 +0000 (21:24 +0100)]
lib/strictures.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/strictures.pm
b/lib/strictures.pm
index
a9651ae
..
64b927d
100644
(file)
--- a/
lib/strictures.pm
+++ b/
lib/strictures.pm
@@
-27,6
+27,7
@@
our @WARNING_CATEGORIES = grep { exists $warnings::Offsets{$_} } qw(
experimental::lexical_subs
experimental::lexical_topic
experimental::postderef
+ experimental::private_use
experimental::re_strict
experimental::refaliasing
experimental::regex_sets