summaryrefslogtreecommitdiff
path: root/t/pragma/strict.t
diff options
context:
space:
mode:
Diffstat (limited to 't/pragma/strict.t')
-rwxr-xr-xt/pragma/strict.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/pragma/strict.t b/t/pragma/strict.t
index 167b3604f5..5b245d0ab4 100755
--- a/t/pragma/strict.t
+++ b/t/pragma/strict.t
@@ -2,7 +2,7 @@
BEGIN {
chdir 't' if -d 't';
- unshift @INC, '../lib';
+ @INC = '../lib';
$ENV{PERL5LIB} = '../lib';
}