in reply to Ommiting make test while installation perl modules

You could ignore make test. It would be very bad module design if it did anything else than testing the installation.

But don't blame anyone but yourself if you later waste hours to find the problem in a broken installation because one of the modules didn't install correctly.

  • Comment on Re: Ommiting make test while installation perl modules

Replies are listed 'Best First'.
Re^2: Ommiting make test while installation perl modules
by ajeet@perl (Acolyte) on Apr 13, 2010 at 10:07 UTC
    Yeah...you are right..Thank You :)