2009/2/2 Alf Stockton <[email protected]>:
> When trying to install an application written in perl I get the error
> message
>        CSS::Squish >= 0.06...MISSING
> so I then attempt installing it via
> perl -MCPAN -e shell
> cpan> install CSS::Squish
>
> but when I attempt
>
> r...@general:~# perl -MSquish -e 1


You want

perl -MCSS::Squish -e 1

CSS::Squish is a different package name than Squish.

Ralf.

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/


Reply via email to