summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/t/lib/abbrev.t
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/t/lib/abbrev.t')
-rwxr-xr-xcontrib/perl5/t/lib/abbrev.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/perl5/t/lib/abbrev.t b/contrib/perl5/t/lib/abbrev.t
index 05e5c70..fb5a984 100755
--- a/contrib/perl5/t/lib/abbrev.t
+++ b/contrib/perl5/t/lib/abbrev.t
@@ -4,7 +4,7 @@ print "1..7\n";
BEGIN {
chdir 't' if -d 't';
- unshift @INC, '../lib';
+ @INC = '../lib';
}
use Text::Abbrev;
OpenPOWER on IntegriCloud