summaryrefslogtreecommitdiff
path: root/regen/warnings.pl
diff options
context:
space:
mode:
Diffstat (limited to 'regen/warnings.pl')
-rw-r--r--regen/warnings.pl11
1 files changed, 6 insertions, 5 deletions
diff --git a/regen/warnings.pl b/regen/warnings.pl
index 6b49709c6a..1d1aa1de66 100644
--- a/regen/warnings.pl
+++ b/regen/warnings.pl
@@ -75,13 +75,14 @@ my $TREE = {
'malloc' => [ 5.008, DEFAULT_ON],
}],
'deprecated' => [ 5.008, DEFAULT_ON, {
- 'deprecated::smartmatch' => [ 5.037010, DEFAULT_ON],
- 'deprecated::dot_in_inc' => [ 5.025011, DEFAULT_ON],
- 'deprecated::unicode_property_name' => [ 5.011003, DEFAULT_ON],
- 'deprecated::apostrophe_as_package_separator' => [ 5.037009, DEFAULT_ON],
- 'deprecated::delimiter_will_be_paired' => [ 5.035010, DEFAULT_ON],
'deprecated::goto_construct' => [ 5.011003, DEFAULT_ON],
+ 'deprecated::unicode_property_name' => [ 5.011003, DEFAULT_ON],
+ 'deprecated::dot_in_inc' => [ 5.025011, DEFAULT_ON],
'deprecated::version_downgrade' => [ 5.035009, DEFAULT_ON],
+ 'deprecated::delimiter_will_be_paired' => [ 5.035010, DEFAULT_ON],
+ 'deprecated::apostrophe_as_package_separator'
+ => [ 5.037009, DEFAULT_ON],
+ 'deprecated::smartmatch' => [ 5.037010, DEFAULT_ON],
}],
'void' => [ 5.008, DEFAULT_OFF],
'recursion' => [ 5.008, DEFAULT_OFF],