This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In Porting/cmpVERSION.pl, treat undefined versions more rigorously.
authorNicholas Clark <nick@ccl4.org>
Sun, 3 Jun 2012 14:04:47 +0000 (16:04 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 18 Jun 2012 12:15:41 +0000 (14:15 +0200)
commit97a7867164e85578505a65751865d6412238c4fa
treec9e4fbe06475c49ebc8b5a9bbfb9a09cf3ad4d7c
parent63ffcb73631fc535f0953ece868a000c7ee9e9c0
In Porting/cmpVERSION.pl, treat undefined versions more rigorously.

For any changed module, if the old version is undefined or unparseable, treat
it as a SKIP, not an OK. If the old version *was* parseable, but the current
version is not, treat that as a FAIL - moving from a parseable to an
unparseable version is a regression.
Porting/cmpVERSION.pl