This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Test the resolution behaviour for file handles and package names.
authorNicholas Clark <nick@ccl4.org>
Sun, 23 Sep 2012 20:01:14 +0000 (22:01 +0200)
committerNicholas Clark <nick@ccl4.org>
Wed, 26 Sep 2012 21:28:50 +0000 (23:28 +0200)
commit6f908f1bab380b2a2d78d238aad9752a9721f38a
treeebf92c43b935b1d40fc3dff9b0037c14b149cbc2
parentd699ecb701ac42e5f50b4ec00c162c4dc9532b91
Test the resolution behaviour for file handles and package names.

Historical behaviour is that file handles take priority over package names,
and the use of PL_stashcache shouldn't change this.
MANIFEST
t/lib/Count.pm [new file with mode: 0644]
t/op/method.t