Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: RFC: How to Release Modules on CPAN in 2011

by JavaFan (Canon)
on Dec 28, 2010 at 22:19 UTC ( [id://879519]=note: print w/replies, xml ) Need Help??


in reply to RFC: How to Release Modules on CPAN in 2011

Distribution version numbers
It may be noted that version numbers can be highly confusing. CPAN considers 7.100 and 7.1 to be the same version. The result is that it considers 7.10 to be an older version than 7.9. OTOH, 7.10.0 is newer than 7.9.0. CPAN orders the versions as:
7.10 < 7.9 == 7.9.0 < 7.10.0 == v7.10
So, 7.9 and 7.9.0 are consider the same version, but 7.10 isn't the same as 7.10.0!

My advice: when writing Perl software, avoid dots in version numbers. Otherwise, it will confuse people.

Replies are listed 'Best First'.
Re^2: RFC: How to Release Modules on CPAN in 2011
by ysth (Canon) on Dec 29, 2010 at 03:42 UTC
    or the slightly more relaxed: use at most one dot, with a small, fixed number of digits after it
    --
    A math joke: r = | |csc(θ)|+|sec(θ)|-||csc(θ)|-|sec(θ)|| |
    Online Fortune Cookie Search

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://879519]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-24 01:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found