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

Re: Problem with CPAN and module version numbers

by dragonchild (Archbishop)
on Oct 30, 2005 at 13:55 UTC ( [id://503995]=note: print w/replies, xml ) Need Help??


in reply to Problem with CPAN and module version numbers

Try running the following command in the CPAN shell:
cpan> install D/DC/DCONWAY/Smart-Comment-1.01.tar.gz

That's happened to one of my modules before - AUTRIJUS hasn't made DCONWAY a co-maintainer yet. Email both of them and let them know what's going on.


My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?

Replies are listed 'Best First'.
Re^2: Problem with CPAN and module version numbers
by TheDamian (Vicar) on Oct 30, 2005 at 15:45 UTC
    Actually, the problem is that Smart::Comments uses the (soon-to-be-core) version.pm module for its versioning, but the PAUSE indexer is not yet able to understand these new-style version numbers. So CPAN.pm ignores the more recent upload and finds only Autrijus' original release. :-(

    Damian

      The latest Module::Build release has the same problem - it treats '0.0.2' as a string, not a number, so you get a lot of "'0.0.2' is not a number in ..." warnings. I ran into that when doing work with Contextual::Return.

      My criteria for good software:
      1. Does it work?
      2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-26 00:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found