This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
RT#129229: move sort_manifest() into its own library
authorAaron Crane <arc@cpan.org>
Wed, 12 Oct 2016 09:34:13 +0000 (10:34 +0100)
committerYves Orton <demerphq@gmail.com>
Mon, 24 Oct 2016 15:36:43 +0000 (17:36 +0200)
commit4a59181454f23dbf43f396b924ff7434b63c9d98
treeb446470ee4a2e5ac745caca7061675c35385bb16
parentd3148f758506efd28325dfd8e1b698385133f0cd
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.
MANIFEST
Porting/README.pod
Porting/manifest_lib.pl [new file with mode: 0644]
Porting/manisort
Porting/pod_lib.pl
Porting/pod_rules.pl