diff options
Diffstat (limited to 'regen')
-rw-r--r-- | regen/warnings.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regen/warnings.pl b/regen/warnings.pl index 4e2507c556..45cf34ec66 100644 --- a/regen/warnings.pl +++ b/regen/warnings.pl @@ -79,6 +79,7 @@ my $TREE = { '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], }], 'void' => [ 5.008, DEFAULT_OFF], 'recursion' => [ 5.008, DEFAULT_OFF], |