In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/a8a26e520c85f7a4140a890efa91cc0f0bed56d0?hp=7336f77a8108571b69b1e62e94d1009d8c454349>
- Log ----------------------------------------------------------------- commit a8a26e520c85f7a4140a890efa91cc0f0bed56d0 Author: James E Keenan <[email protected]> Date: Thu Sep 27 19:05:15 2012 -0400 Clarify rationale for consulting L<feature>. For RT #90178. ----------------------------------------------------------------------- Summary of changes: pod/perlfunc.pod | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 5a2eb71..98d7673 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -721,10 +721,10 @@ See L<perlmod/"Perl Modules">. Break out of a C<given()> block. -This keyword is enabled by the C<"switch"> feature: see -L<feature> for more information. You can also access it by -prefixing it with C<CORE::>. Alternately, include a C<use -v5.10> or later to the current scope. +This keyword is enabled by the C<"switch"> feature; see L<feature> for +more information on C<"switch">. You can also access it by prefixing it +with C<CORE::>. Alternatively, include a C<use v5.10> or later to the +current scope. =item caller EXPR X<caller> X<call stack> X<stack> X<stack trace> -- Perl5 Master Repository
