This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to lib.pm 0.61.
[perl5.git] / lib / lib.t
index 145d007..5d4ff3a 100644 (file)
--- a/lib/lib.t
+++ b/lib/lib.t
@@ -2,6 +2,7 @@
 
 BEGIN {
     chdir 't';
+    unshift @INC, '..';
     unshift @INC, '../lib';
     @OrigINC = @INC;
 }