This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Test preamble: explicit @INC, instead of unshift.
[perl5.git] / t / op / hexfp.t
index d055380..f546835 100644 (file)
@@ -6,7 +6,7 @@ use Config;
 
 BEGIN {
     chdir 't' if -d 't';
-    unshift @INC, '../lib';
+    @INC = '../lib';
     require './test.pl';
 }