summaryrefslogtreecommitdiff
path: root/Porting/manisort
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2017-04-07 09:32:01 +0100
committerDavid Mitchell <davem@iabyn.com>2017-04-07 14:42:23 +0100
commit5051ccfe60d1e4a46b98d4ac72fb2b70f7c54444 (patch)
treee2ebe2b47b6a587972950659a1c070285d758246 /Porting/manisort
parent19641fd71ab87a4234f86f69f958b61278dbdade (diff)
downloadperl-5051ccfe60d1e4a46b98d4ac72fb2b70f7c54444.tar.gz
fixup tests under t/ that assumed '.' in @INC
Diffstat (limited to 'Porting/manisort')
-rw-r--r--Porting/manisort2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/manisort b/Porting/manisort
index 3d698e2743..167aada734 100644
--- a/Porting/manisort
+++ b/Porting/manisort
@@ -14,7 +14,7 @@ $| = 1;
# Get command line options
use Getopt::Long;
-require "Porting/manifest_lib.pl";
+require "./Porting/manifest_lib.pl";
my $outfile;
my $check_only = 0;
my $quiet = 0;