in reply to Understanding the Test module's "ok" subroutine

First, don't use Test. Use Test::More. Test's ok() function is horrifyingly bad. This means that you can NOT just change "use Test" to "use Test::More".

Second, don't use h2xs any more. Use Module::Starter.

xoxo,
Andy

  • Comment on Re: Understanding the Test module's "ok" subroutine