]> git.imager.perl.org - imager.git/commitdiff
make sure we can see the supplied copy of Test::More
authorTony Cook <tony@develop=help.com>
Fri, 11 Mar 2005 11:47:48 +0000 (11:47 +0000)
committerTony Cook <tony@develop=help.com>
Fri, 11 Mar 2005 11:47:48 +0000 (11:47 +0000)
t/t105gif.t

index a73ff51757aa8a300a792d7c75584580f6f53a08..3d910480652965893ccac6ab3c32e2bd45c94dc5 100644 (file)
@@ -1,6 +1,7 @@
 #!perl -w
 use strict;
 $|=1;
+use lib 't';
 use Test::More tests => 69;
 use Imager qw(:all);
 BEGIN { require "t/testtools.pl"; }