in reply to Carp::Heavy and Text::xSV

Do you have read permissions? If you don't, that's pretty fubared.
$ cat Foo.pm package Foo; 1; $ chmod 0200 Foo.pm $ ls -loanh Foo.pm --w------- 1 1004 18 Aug 2 10:30 Foo.pm $ perl -MFoo -e 1 Can't locate Foo.pm in @INC (@INC contains: /etc/perl /usr/local/lib/p +erl/5.8.3 /usr/local/share/perl/5.8.3 /usr/lib/perl5 /usr/share/perl5 + /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl /usr/ +local/lib/perl/5.8.0 /usr/local/share/perl/5.8.0 .). BEGIN failed--compilation aborted.

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

Replies are listed 'Best First'.
Re^2: Carp::Heavy and Text::xSV
by xorl (Deacon) on Aug 02, 2004 at 15:37 UTC
    I tired cat Heavy.pm and cat xSV.pm and had no problems.