diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-02-02 15:56:13 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-02-02 16:25:35 +0100 |
commit | a681c2f1432a6f96869c4afb372e4fe094213ee1 (patch) | |
tree | 219d7f916bdbfa46c81a17694cec4ad31a4d3c1c /README.ce | |
parent | 421926c2f211043ade7c80ffab00d5afd74d01e0 (diff) | |
download | perl-a681c2f1432a6f96869c4afb372e4fe094213ee1.tar.gz |
When loading a PerlIO::via layer, first look in the PerlIO::via namespace
Previously an open "via(Foo)" was first looking for the Foo namespace,
then for PerlIO::via::Foo. That could cause loading problems if both Foo
and PerlIO::via::Foo namespaces existed, and when the latter was
required. The workaround of loading "via(PerlIO::via::Foo)" being rather
ugly, it's preferable to look first for the fully qualified namespace
in order to avoid side-effects depending of what namespaces are
instanciated in the interpreter.
Diffstat (limited to 'README.ce')
0 files changed, 0 insertions, 0 deletions