This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Allow ‘continue;’ without feature.pm
authorFather Chrysostomos <sprout@cpan.org>
Tue, 14 Jun 2011 20:10:13 +0000 (13:10 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 14 Jun 2011 20:17:51 +0000 (13:17 -0700)
commita5c70c4d9272459b07b8ddb9d839351659a0aea8
tree8b2fa9347c57508e14fa5f99757c9bad72ad4bae
parent87d00a71dc3f8397bffdc2e0691c50cb85519a68
Allow ‘continue;’ without feature.pm

Since there is no conflict between ‘continue;’ and a user-defined sub-
routine (it’s a syntax error, as ‘continue’ is already a keyword),
there is no need to require the ‘switch’ feature to be enabled for
this keyword.

This actually simplifies the implementation.
dist/B-Deparse/t/core.t
pod/perldelta.pod
t/lib/feature/switch
t/op/switch.t
toke.c