Ho ho ho. This:
On Wed, Oct 06, 2010 at 11:20:08AM +0200, Nicholas Clark wrote:
> In perl.git, the branch blead has been updated
>
> <http://perl5.git.perl.org/perl.git/commitdiff/d3bc6aa63a6a5b0edf9948f07d2571be8049339c?hp=2c3d1f01b5371329bf99858414b5a2c0e891bce1>
>
> - Log -----------------------------------------------------------------
> commit d3bc6aa63a6a5b0edf9948f07d2571be8049339c
> Author: Nicholas Clark <[email protected]>
> Date: Tue Oct 5 19:30:59 2010 +0100
>
> Generate the core-only Makefile.PL for podlators using make_ext.
>
> Using make_ext to generate it uses less code than committing a special
> core-only Makefile.PL to the repository, and is no more complex.
>
> M MANIFEST
> M Porting/Maintainers.pl
> D cpan/podlators/Makefile.PL
> M make_ext.pl
>
> commit ce41b7f24c1dd8024fc3b77f9c85f8b0d85908ef
> Author: Nicholas Clark <[email protected]>
> Date: Tue Oct 5 17:39:01 2010 +0100
>
> Moving all pod/*.PL files to ext/ (and cpan/) is now done.
>
> M pod/perltodo.pod
does not reflect that:
> Summary of changes:
> Cross/Makefile-cross-SH | 21 +-----
> MANIFEST | 31 ++++----
> Makefile.SH | 22 +-----
> Porting/Maintainers.pl | 28 +------
> {pod => cpan/Pod-LaTeX}/pod2latex.PL | 0
> {pod => cpan/Pod-Parser/scripts}/pod2usage.PL | 0
> {pod => cpan/Pod-Parser/scripts}/podchecker.PL | 0
> {pod => cpan/Pod-Parser/scripts}/podselect.PL | 0
> cpan/podlators/Makefile.PL | 7 --
> {pod => cpan/podlators/scripts}/pod2man.PL | 0
> {pod => cpan/podlators/scripts}/pod2text.PL | 0
> {lib/Pod => ext/Pod-Html}/Html.pm | 0
> {pod => ext/Pod-Html}/pod2html.PL | 0
> {lib/Pod => ext/Pod-Html}/t/htmlescp.pod | 0
> {lib/Pod => ext/Pod-Html}/t/htmlescp.t | 5 +-
> {lib/Pod => ext/Pod-Html}/t/htmllink.pod | 0
> {lib/Pod => ext/Pod-Html}/t/htmllink.t | 5 +-
> {lib/Pod => ext/Pod-Html}/t/htmlview.pod | 0
> {lib/Pod => ext/Pod-Html}/t/htmlview.t | 5 +-
> {lib/Pod => ext/Pod-Html}/t/pod2html-lib.pl | 5 +-
> make_ext.pl | 91
> ++++++++++++++++++------
> pod/Makefile.SH | 72 ++++++-------------
> pod/perltodo.pod | 8 --
> t/porting/dual-life.t | 23 +++++-
> utils.lst | 14 ++--
> vms/descrip_mms.template | 39 +----------
> win32/Makefile | 12 +---
> win32/Makefile.ce | 5 --
> win32/makefile.mk | 12 +---
> win32/pod.mak | 60 +++++-----------
> 30 files changed, 167 insertions(+), 298 deletions(-)
> rename {pod => cpan/Pod-LaTeX}/pod2latex.PL (100%)
> rename {pod => cpan/Pod-Parser/scripts}/pod2usage.PL (100%)
> rename {pod => cpan/Pod-Parser/scripts}/podchecker.PL (100%)
> rename {pod => cpan/Pod-Parser/scripts}/podselect.PL (100%)
> delete mode 100644 cpan/podlators/Makefile.PL
> rename {pod => cpan/podlators/scripts}/pod2man.PL (100%)
> rename {pod => cpan/podlators/scripts}/pod2text.PL (100%)
> rename {lib/Pod => ext/Pod-Html}/Html.pm (100%)
> rename {pod => ext/Pod-Html}/pod2html.PL (100%)
> rename {lib/Pod => ext/Pod-Html}/t/htmlescp.pod (100%)
> rename {lib/Pod => ext/Pod-Html}/t/htmlescp.t (91%)
> rename {lib/Pod => ext/Pod-Html}/t/htmllink.pod (100%)
> rename {lib/Pod => ext/Pod-Html}/t/htmllink.t (96%)
> rename {lib/Pod => ext/Pod-Html}/t/htmlview.pod (100%)
> rename {lib/Pod => ext/Pod-Html}/t/htmlview.t (97%)
> rename {lib/Pod => ext/Pod-Html}/t/pod2html-lib.pl (91%)
which seems to be the entire diff of all recent changes.
Nicholas Clark