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


in reply to Re: When Test Suites Attack (text; diff)
in thread When Test Suites Attack

I've toyed with writing Perl tools so my modules could instead use the methodology of t/feature.t (a Perl script), t/feature.ok (the expected output), and "perl t/feature.t | diff t/feature.ok -".

This sounds very similar to the kind of test framework you can build up with Test::Base.

  • Comment on Re^2: When Test Suites Attack (text; diff)