X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMemoize%2Ft%2Fprototype.t;h=f3859e329de3f62711e490581813cdd666b42806;hb=484fdf61e8653b10160ba1e8011888f52ab6825a;hp=a1c7c4da3164449b42225f20e4c643750f98b8e7;hpb=2c9a7a58b20fb637a8583ba7deb759be31f62b62;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Memoize/t/prototype.t b/lib/Memoize/t/prototype.t index a1c7c4d..f3859e3 100644 --- a/lib/Memoize/t/prototype.t +++ b/lib/Memoize/t/prototype.t @@ -1,10 +1,6 @@ #!/usr/bin/perl -BEGIN { - chdir 't' if -d 't'; - @INC = '../lib'; -} -#use lib '..'; +use lib '..'; use Memoize; $EXPECTED_WARNING = '(no warning expected)';