summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/t/lib/soundex.t
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/t/lib/soundex.t')
-rwxr-xr-xcontrib/perl5/t/lib/soundex.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/perl5/t/lib/soundex.t b/contrib/perl5/t/lib/soundex.t
index a04cccd..d35f264 100755
--- a/contrib/perl5/t/lib/soundex.t
+++ b/contrib/perl5/t/lib/soundex.t
@@ -18,7 +18,7 @@
BEGIN {
chdir 't' if -d 't';
- unshift @INC, '../lib';
+ @INC = '../lib';
}
use Text::Soundex;
OpenPOWER on IntegriCloud