Subject: | 'make test' returns 'true' if tests fail |
With Test::Harness 2.56, if a test fails, then 'make test' returns false
back to the shell. I rely on this feature to keep bad modules from
being installed, and for reporting test results.
With 2.58 and 2.60, if a test fails, 'make test' now returns true.