On Oct 21, 6:12 pm, Red Bloom <
redbl...@gmail.com> wrote:
> Hello,
>
> I'm unable to install ParseExcel, especifically, FmtUnicode, via
> CPAN. I get an "out-of-memory" error in the 'make test' phase.
Hi,
Could you send a trace of the make test phase.
Also, try installing out module outside of CPAN.pm using the usual:
perl Makefile.PL
make
make test
sudo make install
If the only test that fails in 01_parse.t then you could just ignore
it and force make install.
John.
--