This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In Errno, use typeglob aliasing instead of subref to typeglob assignment.
authorNicholas Clark <nick@ccl4.org>
Sat, 19 Feb 2011 17:38:12 +0000 (17:38 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 19 Feb 2011 17:38:12 +0000 (17:38 +0000)
commit56d853d63a6854db92d028153be6f2aa285a68c6
tree48277800529c6be14b34a44db81614b3e686f58d
parente736dcee3f1af41c202d6752407391cb1e0a4664
In Errno, use typeglob aliasing instead of subref to typeglob assignment.

Typeglob aliasing saves just over .5K, because fewer internal structures are
created. In the general case the behaviour of the two differs, but as the
only package variables of these names are subroutines, and we are within our
own namespace, there is no difference here.
ext/Errno/Errno_pm.PL