Subject: | Can't install via CPAN shell |
Since Weather::Com doesn't contain a Weather/Com.pm file (only
Weather/Com.pod), the CPAN indexer won't add a Weather::Com entry to the
package list file, which results in
$ perl -MCPAN -eshell
Show quoted text
cpan> install Weather::Com
...
Warning: Cannot install Weather::Com, don't know what it is.
Try the command
i /Weather::Com/
to find objects with matching identifiers.
when you try to install it with a CPAN shell.
If you add Weather/Com.pm with some dummy content, I bet the problem
will be fixed.