summaryrefslogtreecommitdiff
path: root/Porting/manisort
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2016-10-12 10:34:13 +0100
committerYves Orton <demerphq@gmail.com>2016-10-24 17:36:43 +0200
commit4a59181454f23dbf43f396b924ff7434b63c9d98 (patch)
treeb446470ee4a2e5ac745caca7061675c35385bb16 /Porting/manisort
parentd3148f758506efd28325dfd8e1b698385133f0cd (diff)
downloadperl-4a59181454f23dbf43f396b924ff7434b63c9d98.tar.gz
RT#129229: move sort_manifest() into its own library
This means that the MANIFEST.srt target in the Makefile no longer needs to load a library that depends on Cwd (and other potentially-dynamic modules). That in turn fixes a missing-dependency bug in the Makefile.
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 72cbb9c455..3d698e2743 100644
--- a/Porting/manisort
+++ b/Porting/manisort
@@ -14,7 +14,7 @@ $| = 1;
# Get command line options
use Getopt::Long;
-require "Porting/pod_lib.pl";
+require "Porting/manifest_lib.pl";
my $outfile;
my $check_only = 0;
my $quiet = 0;