http://qs321.pair.com?node_id=1113941


in reply to Re^2: A brief question about testing/best practices
in thread A brief question about testing/best practices

Yes, but I might stick with Test::More at first just to help you keep track of what’s what and when you actually needed/used something. You should, so I say, prefer Test::Fatal to Test::Exception (imported by Test::Most).

Update: s/Test::More/Test::Most/ in last parenthetical.