AUTHORS updates.
[p5sagit/p5-mst-13.2.git] / lib / Memoize / t / normalize.t
index a920ff4..228c074 100755 (executable)
@@ -1,6 +1,9 @@
 #!/usr/bin/perl
 
-use lib '..';
+BEGIN {
+    chdir 't' if -d 't';
+    @INC = '../lib';
+}
 use Memoize;
 
 print "1..7\n";