This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
corelist.pl - Improve the updating of %delta and %deprecated
authorSteve Hay <steve.m.hay@googlemail.com>
Thu, 19 Sep 2013 22:25:59 +0000 (23:25 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Thu, 19 Sep 2013 23:28:57 +0000 (00:28 +0100)
commitdc852d373977e8f609dc8887a0891650bfc18300
tree0cac10752ee06a8a7e47b4f002d9cc4e3cc69e0d
parent9f92b9bec510d03e5d89b13e4376efde1206cac8
corelist.pl - Improve the updating of %delta and %deprecated

Both of these hashes needed to have the existing stub sections for the new
$perl_vnum manually removed prior to running corelist.pl otherwise a second
section for $perl_vnum got added. The script now deletes any such existing
section itself before adding the new (real) one.
Porting/corelist.pl