This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
591f5ca
)
perldiag: ‘my sub’ is no longer ‘reserved’ syntax
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 16 Nov 2013 05:38:43 +0000
(21:38 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 16 Nov 2013 05:38:43 +0000
(21:38 -0800)
pod/perldiag.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldiag.pod
b/pod/perldiag.pod
index
0df430b
..
614b632
100644
(file)
--- a/
pod/perldiag.pod
+++ b/
pod/perldiag.pod
@@
-2998,7
+2998,7
@@
C<]>.
=item Missing name in "%s sub"
-(F) The
reserved
syntax for lexically scoped subroutines requires that
+(F) The syntax for lexically scoped subroutines requires that
they have a name with which they can be found.
=item Missing $ on loop variable