This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don’t say ‘variable &foo’ in warnings
authorFather Chrysostomos <sprout@cpan.org>
Sun, 8 Jul 2012 21:42:39 +0000 (14:42 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 16 Sep 2012 05:45:01 +0000 (22:45 -0700)
commit4eb94d7caf2bf6cab2094f1c063ce07c6a4de765
tree5f5b287754561edf6201cb52baec7c499e4d6951
parent251a11d5449ff64382e2f647582ee2cc4e3404e6
Don’t say ‘variable &foo’ in warnings

It should be ‘subroutine &foo’.  (It could be ‘subroutine foo’, but we
use both forms elsewhere, and &foo is the easier to implement, the &
already being contained in the pad name.)
pad.c
pod/perldiag.pod
t/cmd/lexsub.t