diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-06-17 13:32:29 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-06-17 13:32:59 -0700 |
commit | e36901c88394e091cda94932873a7481b91aa0af (patch) | |
tree | 36978f5d3a1d17895324b29468588a706b9702db /regen | |
parent | 4a904372e4d28940f0bcc3b8501925d58b3f0e68 (diff) | |
download | perl-e36901c88394e091cda94932873a7481b91aa0af.tar.gz |
Deparse CORE::break
This is something 80e3f4adf22 missed.
Diffstat (limited to 'regen')
-rwxr-xr-x | regen/keywords.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regen/keywords.pl b/regen/keywords.pl index 5f3695602c..b2860504d5 100755 --- a/regen/keywords.pl +++ b/regen/keywords.pl @@ -33,6 +33,8 @@ while (<DATA>) { push @{$by_strength{$strength}}, $keyword; } +# If this hash changes, make sure the equivalent hash in +# dist/B-Deparse/Deparse.pm is also updated. my %feature_kw = ( given => 'switch', when => 'switch', |