projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8e6b08e
)
t/op/my_stash.t should use test.pl instead of Test.pm
Steffen Mueller [Mon, 8 Jun 2009 18:37:11 +0000 (20:37 +0200)]
t/op/my_stash.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/my_stash.t
b/t/op/my_stash.t
index
1e93fc7
..
5f7d245
100644
(file)
--- a/
t/op/my_stash.t
+++ b/
t/op/my_stash.t
@@
-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';