Subject: | installation fails with cpan and cpanm |
Date: | Thu, 3 Mar 2016 13:24:59 +0000 |
To: | <bug-note [...] rt.cpan.org> |
From: | Ludovic Tolhurst <ltolhurst [...] inview.tv> |
Hi there,
When I try to install 'note' with cpan or cpanm, they say that they
cannot find the distro.
With cpanminus:
$ cpanm note
! Finding note on cpanmetadb failed.
! Finding note () on mirror ftp://mirror.bytemark.co.uk/CPAN failed.
! Finding note () on mirror http://cpan failed.
! Couldn't find module or a distribution note
... and with CPAN shell:
$ cpan
cpan shell -- CPAN exploration and modules installation (v2.11)
Enter 'h' for help.
cpan[1]> install note
Reading '/home/ltolhurst/.local/share/.cpan/Metadata'
Database was generated on Thu, 06 Aug 2015 08:53:21 GMT
Fetching with LWP:
http://www.cpan.org/authors/01mailrc.txt.gz
Reading '/home/ltolhurst/.local/share/.cpan/sources/authors/01mailrc.txt.gz'
............................................................................DONE
Fetching with LWP:
http://www.cpan.org/modules/02packages.details.txt.gz
Reading
'/home/ltolhurst/.local/share/.cpan/sources/modules/02packages.details.txt.gz'
Database was generated on Thu, 03 Mar 2016 12:53:47 GMT
............................................................................DONE
Fetching with LWP:
http://www.cpan.org/modules/03modlist.data.gz
Reading
'/home/ltolhurst/.local/share/.cpan/sources/modules/03modlist.data.gz'
DONE
Writing /home/ltolhurst/.local/share/.cpan/Metadata
Warning: Cannot install note, don't know what it is.
Try the command
i /note/
to find objects with matching identifiers.
Thanks - the project sounds really useful.
LTC