On Thursday, June 12, 2003, at 02:23 am, Christopher D. Lewis wrote:
On Thursday, June 5, 2003, at 09:23 AM, Robin wrote:
* have you installed 5.8 recently?
* do you use fink?

I use perl 5.8 (installed over default install, unfortunately)
that's the problem then - 5.6 and 5.8 have different code bases - you need to clear out the 5.6 modules - you can do this with CPAN:
sudo perl -MCPAN -e shell
cpan> o conf make_install_arg UNINST=1
cpan> o conf commit


this tells CPAN to uninstall old stuff

from there you can use CPAN to install 5.8

hth

Robin



Reply via email to