Ralf Peng wrote:
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.

I still get:-
r...@general:~/rt-3.8.2# perl -MCSS::Squish -e 1
Can't locate CSS/Squish.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .).
BEGIN failed--compilation aborted.

--
Regards,
Alf Stockton            www.stockton.co.za

--
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