Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure we look in test directory first
Found when doing spectest while having ./Foo.pm available
  • Loading branch information
lizmat committed Jun 15, 2013
1 parent 11905a8 commit a3d361a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S10-packages/use-with-class.t
Expand Up @@ -35,7 +35,7 @@ ok Stupid::Class.new(), 'can instantiate object of "imported" class';
# class loading inside a method
# RT #73886
{
BEGIN { @*INC.push: 't/spec/packages' }
BEGIN { @*INC.unshift: 't/spec/packages' }
class MethodLoadingTest {
method doit {
use Foo;
Expand Down

0 comments on commit a3d361a

Please sign in to comment.