Adding the failure diagnostic
[p5sagit/p5-mst-13.2.git] / t / op / my_stash.t
index ba266bf..5a13183 100644 (file)
@@ -2,6 +2,10 @@
 
 package Foo;
 
+BEGIN {
+    @INC = '../lib';
+}
+
 use Test;
 
 plan tests => 7;
@@ -10,6 +14,7 @@ use constant MyClass => 'Foo::Bar::Biz::Baz';
 
 {
     package Foo::Bar::Biz::Baz;
+    1;
 }
 
 for (qw(Foo Foo:: MyClass __PACKAGE__)) {