In perl.git, the branch nicholas/migrate-Pod-converters has been created
<http://perl5.git.perl.org/perl.git/commitdiff/fd42d145775ece5936749cb4a86a35330dd81b69?hp=0000000000000000000000000000000000000000>
at fd42d145775ece5936749cb4a86a35330dd81b69 (commit)
- Log -----------------------------------------------------------------
commit fd42d145775ece5936749cb4a86a35330dd81b69
Author: Nicholas Clark <[email protected]>
Date: Tue Oct 5 11:07:14 2010 +0100
Move pod2man.PL, pod2text.PL, podselect.PL into cpan/podlators/scripts
Let ExtUtils::MakeMaker deal with running these extraction scripts, rather
than
repeating the logic in (at least) 5 places.
M Cross/Makefile-cross-SH
M MANIFEST
M Makefile.SH
M Porting/Maintainers.pl
M cpan/podlators/Makefile.PL
A cpan/podlators/scripts/pod2man.PL
A cpan/podlators/scripts/pod2text.PL
M pod/Makefile.SH
D pod/pod2man.PL
D pod/pod2text.PL
M t/porting/dual-life.t
M utils.lst
M vms/descrip_mms.template
M win32/Makefile
M win32/Makefile.ce
M win32/makefile.mk
M win32/pod.mak
commit e85758b72a803a682ce37e2ff21bea8ee4cfc103
Author: Nicholas Clark <[email protected]>
Date: Tue Oct 5 07:32:21 2010 +0100
Move pod2usage.PL, podchecker.PL, podselect.PL into cpan/Pod-Parser/scripts
Let ExtUtils::MakeMaker deal with running these extraction scripts, rather
than
repeating the logic in (at least) 5 places.
M Cross/Makefile-cross-SH
M MANIFEST
M Makefile.SH
M Porting/Maintainers.pl
A cpan/Pod-Parser/scripts/pod2usage.PL
A cpan/Pod-Parser/scripts/podchecker.PL
A cpan/Pod-Parser/scripts/podselect.PL
M pod/Makefile.SH
D pod/pod2usage.PL
D pod/podchecker.PL
D pod/podselect.PL
M t/porting/dual-life.t
M utils.lst
M vms/descrip_mms.template
M win32/Makefile
M win32/makefile.mk
M win32/pod.mak
commit fa10c94c83d165ce476ab15dfb227a2889122b8b
Author: Nicholas Clark <[email protected]>
Date: Thu Sep 2 15:12:24 2010 +0100
Move pod2latex.PL into its CPAN distribution directory.
Let ExtUtils::MakeMaker deal with running this extraction script, rather
than
repeating the logic in (at least) 5 places.
M Cross/Makefile-cross-SH
M MANIFEST
M Makefile.SH
M Porting/Maintainers.pl
A cpan/Pod-LaTeX/pod2latex.PL
M pod/Makefile.SH
D pod/pod2latex.PL
M utils.lst
M vms/descrip_mms.template
M win32/Makefile
M win32/Makefile.ce
M win32/makefile.mk
M win32/pod.mak
commit e58e10c33c5c04025d18c45189c80b511a426ae6
Author: Nicholas Clark <[email protected]>
Date: Tue Oct 5 05:42:22 2010 +0100
make_ext.pl now writes Makefile.PL that cope with pod*.PL self-extractors.
The "fun" comes because
1: these extract as pod2foo.com on VMS, pod2foo everywhere else
2: these contain a chdir, which messes up relative paths in @INC
M make_ext.pl
-----------------------------------------------------------------------
--
Perl5 Master Repository