In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/465068b9603c2b45dd30f79c0d4dd3ae6c1e9ef0?hp=56f81afc0f2d331537f38e6f12b86a850187cb8a>
- Log ----------------------------------------------------------------- commit 465068b9603c2b45dd30f79c0d4dd3ae6c1e9ef0 Author: Karl Williamson <[email protected]> Date: Tue Jan 20 08:28:52 2015 -0700 perldiag: Fix typo ----------------------------------------------------------------------- Summary of changes: pod/perldiag.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 54ac481..4bd04cb 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1709,7 +1709,7 @@ the risk that your code may break in a future Perl version. =item :const is not permitted on named subroutines (F) The "const" attribute causes an anonymous subroutine to be run and -its value captured at the time that it is cloned. Names subroutines are +its value captured at the time that it is cloned. Named subroutines are not cloned like this, so the attribute does not make sense on them. =item Copy method did not return a reference -- Perl5 Master Repository
