Hello,
I am trying to install my first module for perl 5.10 on a mac, using:
perl -MCPAN e 'install Sort::External'
the program tries to install a prerequisite, Clone 0, and thereupon it crashes: it cannot write the Makefile for Clone ("- not ok")
After that nothing works - make, make test, etc - and I end up with nothing installed.
If anyone can explain to me what is going on and how to solve it, i'd be very very grateful! Thanks!
Pedro