Subject: | cpan -i does not install latest version of module |
This may be a cpan problem, not sure... see this link for ref:
http://blogs.perl.org/users/alberto_simoes/2012/01/cpan-and-undef-versions-again.html
Expected:
cpan -i K installs latest version of module
Actual:
cpan -i K does not install latest version of module
Reproduce:
cpan -i K
Resolve:
???
cpan reports module up to date (with undef version):
$ cpan -i K
CPAN: Storable loaded ok (v2.27)
Reading '/home/nbkp1nr/.local/share/.cpan/Metadata'
Database was generated on Mon, 26 Mar 2012 19:12:09 GMT
CPAN: Module::CoreList loaded ok (v2.49_02)
K is up to date (undef).
$ cpan -D K
CPAN: Storable loaded ok (v2.27)
Reading '/home/nbkp1nr/.local/share/.cpan/Metadata'
Database was generated on Mon, 26 Mar 2012 19:12:09 GMT
K
-------------------------------------------------------------------------
CPAN: Module::CoreList loaded ok (v2.49_02)
(no description)
W/WH/WHITNEY/K-0.02.tar.gz
/home/nbkp1nr/lib/perl5/x86_64-linux/K.pm
Installed: undef
CPAN: undef up to date
Whitney Jackson (WHITNEY)
whitney@cpan.org