2009/2/2 Alf Stockton <a...@stockton.co.za>:
> 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: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to