This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
authorNick Ing-Simmons <nik@tiuk.ti.com>
Thu, 3 May 2001 16:22:30 +0000 (16:22 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Thu, 3 May 2001 16:22:30 +0000 (16:22 +0000)
commit6d6a7c8da03005f2939b162fdb831faae6901085
tree01c28d87cbd1a8a2a3b0017041908b51ed79fe6b
parent65285dae678d9dfdfa01ef1aa2c4faaebcee0b8b
Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
to be in scope (fair enough), and also a package variable (our) for eval to see it.

p4raw-id: //depot/perlio@9975
ext/Encode/Encode.pm