This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
corelist.pl - Fix the addition of a new perl release following 9f92b9bec5
authorSteve Hay <steve.m.hay@googlemail.com>
Fri, 20 Sep 2013 18:37:27 +0000 (19:37 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Fri, 20 Sep 2013 18:37:27 +0000 (19:37 +0100)
commit7497b91fbd38419c3d11a21866233566db7a3c10
tree19884d853cd67ea32612aa8d24f26ddfdb7147fd
parentfa5fbb39512b70d92e8f759b30394019ecaf1153
corelist.pl - Fix the addition of a new perl release following 9f92b9bec5

Now that the check is working, it was working slightly too well and actually
picked up 5.019005 in the %delta because that had been added already and
thus didn't add it to %released when it should have done!

One simple fix is to move the processing of %released so that it's done
first, which makes sense since it appears first in the file anyway.
Porting/corelist.pl