This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bypass a switch in gv_fetchpvn for 2-char symbols
authorFather Chrysostomos <sprout@cpan.org>
Fri, 24 Jun 2011 13:20:16 +0000 (06:20 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 24 Jun 2011 15:19:28 +0000 (08:19 -0700)
The switch that checks for ISA, EXPORT, etc. in packages other
than main was guarded with an if(len>1) statement.  Since ISA is
three characters, we can bypass that entire switch for two-charac-
ter symbols.


No differences found