Porting/corelist-perldelta.pl: fix bug with 5.*.10 releases
authorAaron Crane <arc@cpan.org>
Thu, 20 Mar 2014 17:13:56 +0000 (17:13 +0000)
committerAaron Crane <arc@cpan.org>
Thu, 20 Mar 2014 17:21:03 +0000 (17:21 +0000)
commitc27d84d919f5c9d4d5292351d434abd2f16e2358
treed8227346083c617483f51f4e340b52e4af05160f
parent54e78c5ec34cae9d6093009691509ca0113b52fd
Porting/corelist-perldelta.pl: fix bug with 5.*.10 releases

The two aliases of the new Perl version (in this case, "5.01901" and
"5.019010") were being selected as the two versions to compare.
Unsurprisingly, those two versions have the same modules, so the
generated summary of changes was empty.
Porting/corelist-perldelta.pl