Subject: | Problem running tests 20qv.t with new(ish) version.pm |
The problem is with the following:
$v = undef;
print qv($v);
Invalid version format (dotted-decimal versions require at least three
parts) at /usr/local/lib/perl/5.10.0/version.pm line 194.
This error is from version.pm 0.82 on a Perl 5.10.0 install on debian.
I don't get it on a different system running version.pm 0.74 and the
docs suggest an API change at 0.77
The problem is only with undef, and it's not immediately obvious to me
whether this is a bug in version.pm or a change in the API - sorry.
This might be related to the other bug on rt, but I'm not certain so
thought it best to submit my own.
TIA - Richard