This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Be more explicit about how to work with $AUTOLOAD
authorEugen Konkov <kes-kes@yandex.ru>
Thu, 13 Sep 2018 16:13:24 +0000 (19:13 +0300)
committerJames E Keenan <jkeenan@cpan.org>
Thu, 11 Oct 2018 13:19:50 +0000 (09:19 -0400)
commit3366620504dab0181dd870c9ff65aaad992d8899
tree7f1f1e502eddf313da17db3e61d91f7ad08d3638
parentc0f2b6364ca7b765c5d5e346d5b25ca1a455dba4
Be more explicit about how to work with $AUTOLOAD

Update code sample to account for 'use strict', avoiding:

    Global symbol "$AUTOLOAD" requires explicit package name

Committer: Improve example so as to:

Use our now-standard 4-space indents in code samples; correct call to
'who' so that it produces same output on Linux and FreeBSD.
pod/perlsub.pod