This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
corelist.pl - Prefer more recent versions where many have the same delta
authorSteve Hay <steve.m.hay@googlemail.com>
Thu, 19 Sep 2013 23:16:26 +0000 (00:16 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Thu, 19 Sep 2013 23:29:01 +0000 (00:29 +0100)
commitf15874f103ad45b6bd76824af5ae2e80f0972119
tree1722b0adc89d4f949148bb314201e9bd2fc80894
parent513922a6dbb8b1f5fa162b1cafe7df0e19f047a2
corelist.pl - Prefer more recent versions where many have the same delta

When adding a new section to %delta in CoreList.pm and Utils.pm if we find
several previous versions which we can take the delta from then prefer the
most recent version. This has the effect that when adding the 5.019004
section to Utils.pm we now choose 5.019003 rather than a random one of
5.019000 (or 5.019), 5.019001, 5.019002 or 5.019003.
Porting/corelist.pl