MM> The usual procedure is:
MM>   perl Makefile.PL; make; make test; make install
Ah, that now works only once! Now only
  set -e; perl Makefile.PL; make clean; perl Makefile.PL; make; make install
will work each time, even if a few months pass between one's upgrades.
Hmmm, they might want to document that.
I chucked your "make test" as it was taking too long.

Reply via email to