This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Factorize numeric constant for "overloading" lexical hint
[perl5.git] / lib / lib.t
index c137a3f..5d4ff3a 100644 (file)
--- a/lib/lib.t
+++ b/lib/lib.t
@@ -2,7 +2,8 @@
 
 BEGIN {
     chdir 't';
-    @INC = '../lib';
+    unshift @INC, '..';
+    unshift @INC, '../lib';
     @OrigINC = @INC;
 }