Merge branch 'perldelta' into blead
authorSteve Hay <steve.m.hay@googlemail.com>
Thu, 19 Dec 2013 17:53:01 +0000 (17:53 +0000)
committerSteve Hay <steve.m.hay@googlemail.com>
Thu, 19 Dec 2013 17:53:01 +0000 (17:53 +0000)
commit49143bdc2f098cbb6c3513be408d13f261a699c1
treec7c23001a4fc3cdd45706bfa964ab327c35106d2
parentacfee34976362908a3d7644d6d99606b73a3c7a6
parent3c7fa35436acaf242bfb96d4c5abe2547dc847e8
Merge branch 'perldelta' into blead

Add a new mode to Porting/corelist-perldelta.pl to update the module
changes in pod/perldelta.pod for the perl you are currently building.

This can be run as:

./perl -Ilib Porting/corelist-perldelta.pl --mode=update pod/perldelta.pod

*after* updating Module::CoreList with something like:

./perl -Ilib Porting/corelist.pl cpan

There is still scope for improvement in the handling of removed modules,
and in automatically cribbing information from the Changes files of those
modules that have been updated, but this is a big step in the right
direction.