This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldiag: ‘my sub’ is no longer ‘reserved’ syntax
authorFather Chrysostomos <sprout@cpan.org>
Sat, 16 Nov 2013 05:38:43 +0000 (21:38 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 16 Nov 2013 05:38:43 +0000 (21:38 -0800)
pod/perldiag.pod

index 0df430b..614b632 100644 (file)
@@ -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