Re: Clock skew failures in Memoize test suite
[p5sagit/p5-mst-13.2.git] / lib / Memoize / t / prototype.t
index a1c7c4d..f3859e3 100644 (file)
@@ -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)';