CC: | wenbinye [...] gmail.com |
Subject: | can't install Calendar module using CPAN |
can't install Calendar module using CPAN
--------------------------------------------------------------
$ cpan
cpan shell -- CPAN exploration and modules installation (v1.9301)
ReadLine support enabled
cpan[1]> install Calendar
CPAN: Storable loaded ok (v2.18)
Going to read /home/aero/.cpan/Metadata
Database was generated on Mon, 27 Oct 2008 22:26:59 GMT
CPAN: YAML loaded ok (v0.66)
Going to read 33 yaml files from /home/aero/.cpan/build/
CPAN: Time::HiRes loaded ok (v1.86)
............................................................................DONE
Restored the state of 33 (in 0.3519 secs)
Warning: Cannot install Calendar, don't know what it is.
Try the command
i /Calendar/
to find objects with matching identifiers.
cpan[2]>
--------------------------------------------------------------
"Calendar" module is missing in CPAN Module index (
http://cpan.org/modules/01modules.index.html )
What's the problem?
you had changed version numeric(alpha)version to Extended version.
0.04 -> v0.4.1 -> v0.4.2
Equivalent extended version of numerical version 0.04 is v0.40
So, your updated modules are lower version than old numeric version modules.
I guess Missing in CPAN index maybe caused by version numbering.
Check it out, please.