CC: | 263077 [...] rt.noris.net |
Subject: | invalid version number |
Using version numbers like "4.2.0" leads to warnings when importing the
module with an explicit version specification:
fany@entwicklung2:~ > perl -we 'use SNMP 1.7'
Argument "4.2.0" isn't numeric in subroutine entry at -e line 1.
Also, the third part of the version will not be correctly compared to
the specification, since e.g. "4.2.1" will be converted to 4.2 for the
numeric comparison.
Regards,
fany