This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make loop control apply to "given"
authorZefram <zefram@fysh.org>
Wed, 29 Nov 2017 19:27:49 +0000 (19:27 +0000)
committerZefram <zefram@fysh.org>
Wed, 29 Nov 2017 19:27:49 +0000 (19:27 +0000)
commit619bbb9ab0f3cffda05f980b2ebb5bf660ad6962
treecf70aae25e996d4bb11db230639148fc32ed0c61
parentdf16d5564aa82a94953a0bccfc9917bc140ead02
make loop control apply to "given"

A "given" construct is now officially a one-iteration loop.
12 files changed:
cop.h
embed.fnc
embed.h
inline.h
pod/perlfunc.pod
pod/perlsyn.pod
pp_ctl.c
proto.h
scope.c
sv.c
t/op/given.t
t/op/switch.t