summaryrefslogtreecommitdiff
path: root/regen/warnings.pl
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2021-01-22 17:57:08 +0000
committerPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2021-02-04 14:20:53 +0000
commita1325b902d57aa7a99bed3d2ec0fa5ce42836207 (patch)
tree37ce967cbad3faa9d65d10d33aab6919ec353616 /regen/warnings.pl
parent99dbf64538ee1c097b9f7e93df5a45dbf1fa3e22 (diff)
downloadperl-a1325b902d57aa7a99bed3d2ec0fa5ce42836207.tar.gz
Initial attempt at feature 'try'
* Add feature, experimental warning, keyword * Basic parsing * Basic implementation as optree fragment See also https://github.com/Perl/perl5/issues/18504
Diffstat (limited to 'regen/warnings.pl')
-rw-r--r--regen/warnings.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/regen/warnings.pl b/regen/warnings.pl
index f08d2d6379..c4d6b4e7b9 100644
--- a/regen/warnings.pl
+++ b/regen/warnings.pl
@@ -119,6 +119,8 @@ my $tree = {
[ 5.029, DEFAULT_ON ],
'experimental::isa' =>
[ 5.031, DEFAULT_ON ],
+ 'experimental::try' =>
+ [ 5.033, DEFAULT_ON ],
}],
'missing' => [ 5.021, DEFAULT_OFF],