In perl.git, the branch nicholas/migrate-Pod-converters has been created
<http://perl5.git.perl.org/perl.git/commitdiff/467132b90d291170637564b5b65d1e7578ba831f?hp=0000000000000000000000000000000000000000>
at 467132b90d291170637564b5b65d1e7578ba831f (commit)
- Log -----------------------------------------------------------------
commit 467132b90d291170637564b5b65d1e7578ba831f
Author: Nicholas Clark <[email protected]>
Date: Tue Oct 5 14:45:15 2010 +0100
Eliminate the now unused Makefile targets plextract, pl and pllist.
M Cross/Makefile-cross-SH
M Makefile.SH
commit 33c64ab22a4a0f496017dca0dbf7da214054ffdd
Author: Nicholas Clark <[email protected]>
Date: Tue Oct 5 14:19:08 2010 +0100
Move pod2html.PL into ext/Pod-Html
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
A ext/Pod-Html/pod2html.PL
M pod/Makefile.SH
D pod/pod2html.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 bab7aada2e9c0074c39ee39ffeb3b8e6c550b204
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 cde5101a7be11e27127dc4c214d749bb2cc993e6
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 bf07e08f68b96c7832e17dd5eb4eb32618be88d2
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 63a8c148fb474631561b77dca8d905d5fce9ab3c
Author: Nicholas Clark <[email protected]>
Date: Tue Oct 5 13:35:56 2010 +0100
Move Pod::Html from lib/ to ext/
M MANIFEST
M Porting/Maintainers.pl
A ext/Pod-Html/Html.pm
A ext/Pod-Html/t/htmlescp.pod
A ext/Pod-Html/t/htmlescp.t
A ext/Pod-Html/t/htmllink.pod
A ext/Pod-Html/t/htmllink.t
A ext/Pod-Html/t/htmlview.pod
A ext/Pod-Html/t/htmlview.t
A ext/Pod-Html/t/pod2html-lib.pl
D lib/Pod/Html.pm
D lib/Pod/t/htmlescp.pod
D lib/Pod/t/htmlescp.t
D lib/Pod/t/htmllink.pod
D lib/Pod/t/htmllink.t
D lib/Pod/t/htmlview.pod
D lib/Pod/t/htmlview.t
D lib/Pod/t/pod2html-lib.pl
commit 13b5e8d8173af2197798ae78b4520ece8cb1151c
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