|
I had the same issue on debian4.0 etch.
Installs failed in the same spot every time in cpan. So I downloaded the source from cpan manually.
perl Makefile.pl
make
make test (fails in the same spot)
make install
and its works for the perl script I need it to. Problem solved enough.... |