From: Steffen Mueller Date: Mon, 8 Jun 2009 18:37:11 +0000 (+0200) Subject: t/op/my_stash.t should use test.pl instead of Test.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9758931364444385e32f6e1abf2e6aba4ddbd236;p=p5sagit%2Fp5-mst-13.2.git t/op/my_stash.t should use test.pl instead of Test.pm --- diff --git a/t/op/my_stash.t b/t/op/my_stash.t index 1e93fc7..5f7d245 100644 --- 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';