in reply to Re: Configuring Catalyst's Makefile.PL?
in thread Configuring Catalyst's Makefile.PL?

IIRC response code from test.pl is ignored. If you are doing anything that requires "make test" to fail on test failures, you might check whether that works or not.
  • Comment on Re^2: Configuring Catalyst's Makefile.PL?

Replies are listed 'Best First'.
Re^3: Configuring Catalyst's Makefile.PL?
by tilly (Archbishop) on Mar 23, 2009 at 04:11 UTC
    No problems with that here.

    I tested that by editing the Makefile to have a new option that depended on test running, and found that this option properly stopped at the failing test and did not do any further actions.

    But thanks for making me concerned enough to test it.