summaryrefslogtreecommitdiff
path: root/regen/warnings.pl
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2022-03-08 14:14:57 +0000
committerPaul Evans <leonerd@leonerd.org.uk>2022-03-08 20:21:42 +0000
commit4c58833d2762c61be37bd341dccda5f8d7ad8e6e (patch)
treeb81eb83892e4febc4544b063fd252d0dd0a17eea /regen/warnings.pl
parentf70b3f77e0c82e8e1b599de1542ef342631cb4f5 (diff)
downloadperl-4c58833d2762c61be37bd341dccda5f8d7ad8e6e.tar.gz
Add a new 'scalar' warnings category
Diffstat (limited to 'regen/warnings.pl')
-rw-r--r--regen/warnings.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/regen/warnings.pl b/regen/warnings.pl
index 4b06b747ac..d27e7453d8 100644
--- a/regen/warnings.pl
+++ b/regen/warnings.pl
@@ -16,7 +16,7 @@
#
# This script is normally invoked from regen.pl.
-$VERSION = '1.57';
+$VERSION = '1.58';
BEGIN {
require './regen/regen_lib.pl';
@@ -133,6 +133,7 @@ my $tree = {
'redundant' => [ 5.021, DEFAULT_OFF],
'locale' => [ 5.021, DEFAULT_ON],
'shadow' => [ 5.027, DEFAULT_OFF],
+ 'scalar' => [ 5.035, DEFAULT_OFF],
#'default' => [ 5.008, DEFAULT_ON ],
}]};