Dave Shield wrote: > Wes Hardaker wrote: > >> So... the proposal is to number the perl modules in a slightly >> different way that is algorithmically determinable to make it convert >> to a floating point number. >> >> net-snmp version: W.X.Y.Z >> >> algorithm: perl version = W + X/100 + Y/10000 + Z/100000 >> >> thus 5.3.1 would be 5.0301 >> >> Thoughts? >> > Looks fine to me. > Another possibility might be something like 5.03_01 > (see http://perldoc.perl.org/perlmodstyle.html#Version-numbering)
IIUC 5.03_01 is recommended for alpha or beta versions which hopefully doesn't apply to our releases. :-) +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
