tos has asked for the wisdom of the Perl Monks concerning the following question:
there were no problems installing f.i. Image::Size directly form CPAN
but with URI, i also tried "bundle", i only get# perl -MCPAN -e 'install Image::Size' Going to read /home/tos/.cpan/sources/authors/01mailrc.txt.gz CPAN: Compress::Zlib loaded ok ... (and so on) ... /usr/bin/make install -- OK
What i'm doing wrong ?# perl -MCPAN -e 'install URI' Can't locate object method "install" via package "URI" (perhaps you fo +rgot to load "URI"?) at -e line 1.
thanks in advance, tos
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: can't install URI from CPAN
by Tomte (Priest) on Jul 04, 2003 at 13:45 UTC | |
|
Re: can't install URI from CPAN
by gjb (Vicar) on Jul 04, 2003 at 11:43 UTC |