diff options
Diffstat (limited to 'regen/warnings.pl')
-rw-r--r-- | regen/warnings.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regen/warnings.pl b/regen/warnings.pl index a3e2b44dfe..a1c5ebd9b0 100644 --- a/regen/warnings.pl +++ b/regen/warnings.pl @@ -97,6 +97,8 @@ my $tree = { [ 5.017, DEFAULT_ON ], 'experimental::smartmatch' => [ 5.017, DEFAULT_ON ], + 'experimental::postderef' => + [ 5.019, DEFAULT_ON ], }], #'default' => [ 5.008, DEFAULT_ON ], |