This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
An unfortunate side-effect of Encode and Encode::Alias use'ing each
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 12 Mar 2008 08:50:11 +0000 (08:50 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 12 Mar 2008 08:50:11 +0000 (08:50 +0000)
commitc0abe5aa023c241a7c62916f78986356631f76c7
treef9ba073cd89b07abbc6eeb57ab365a100b2f3335
parentb449fc5bc1becdea88209fddaeded02846c96690
An unfortunate side-effect of Encode and Encode::Alias use'ing each
other, and Encode::Alias exporting functions into Encode for it to use
as methods, broke the loading of the find_alias() Encode method in some
cases since 5.10. Breaking the recursive inheritance fixes it.

p4raw-id: //depot/perl@33486
ext/Encode/lib/Encode/Alias.pm
lib/open.t