mishikal has asked for the wisdom of the Perl Monks concerning the following question:
works, I need to use it viacpanp -i Compress-Zlib-1.42
I've gotten:perl -MCPANPLUS -e "..."
to work, for example, but I've been unable to get anything with versions involved to also work.perl -MCPANPLUS -e "install(Compress::Zlib)"
ERROR No such module '-1.42'[build@build ~]$ perl -MCPANPLUS -e "install(Compress-Zlib-1.42)"
ERROR No module specified![build@build ~]$ perl -MCPANPLUS -e "install(Compress-Zlib)"
Bareword found where operator expected at -e line 1, near "/P/PM" (Missing operator before PM?)[build@build ~]$ perl -MCPANPLUS -e 'install(/P/PM/PMQS/Compress-Zlib- +1.42)'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CPANPLUS with versioned Modules
by ysth (Canon) on Jun 20, 2007 at 02:19 UTC | |
by mishikal (Novice) on Jun 20, 2007 at 17:18 UTC | |
by ysth (Canon) on Jun 20, 2007 at 19:39 UTC | |
|
Re: CPANPLUS with versioned Modules
by Roy Johnson (Monsignor) on Jun 20, 2007 at 17:27 UTC | |
by mishikal (Novice) on Jun 20, 2007 at 17:29 UTC | |
by mishikal (Novice) on Jun 20, 2007 at 17:42 UTC |