t/op/my_stash.t should use test.pl instead of Test.pm
authorSteffen Mueller <smueller@cpan.org>
Mon, 8 Jun 2009 18:37:11 +0000 (20:37 +0200)
committerSteffen Mueller <smueller@cpan.org>
Mon, 8 Jun 2009 18:37:11 +0000 (20:37 +0200)
t/op/my_stash.t

index 1e93fc7..5f7d245 100644 (file)
@@ -5,11 +5,10 @@ package Foo;
 BEGIN {
     chdir 't' if -d 't';
     @INC = '../lib';
+    require './test.pl';
 }
 
-use Test;
-
-plan tests => 7;
+plan 7;
 
 use constant MyClass => 'Foo::Bar::Biz::Baz';