in reply to Re: Test::Cmd::Common and Test::More
in thread Test::Cmd::Common and Test::More

You can also use Test::Exception to handle things that may or may not die. It's a handy module.

  • Comment on Re: Re: Test::Cmd::Common and Test::More

Replies are listed 'Best First'.
Re^3: Test::Cmd::Common and Test::More
by adrianh (Chancellor) on Jun 27, 2003 at 20:19 UTC
    It's a handy module

    Why thank you ;-)

    However, it's not appropriate here since Test::Cmd::Common doesn't die on test failure - it exits (see the documentation for the fail method for details.)

    T::C::C is a good fit for systems like Aegis, but not for Test::Harness folk.