In perl.git, the branch smoke-me/migrate-Pod-converters has been created
<http://perl5.git.perl.org/perl.git/commitdiff/7418f4062cbf7e326369321edbb1d667e48830f9?hp=0000000000000000000000000000000000000000>
at 7418f4062cbf7e326369321edbb1d667e48830f9 (commit)
- Log -----------------------------------------------------------------
commit 7418f4062cbf7e326369321edbb1d667e48830f9
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 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 04519335fe5298005c67ba20404f2b668f559422
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 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