schwern wrote in perl.qa : > > Degenerative cases aside, a very good test of actual code anyone would > use in production in real life for a Perl parsing attempt is > Test::More (since it has a few odd constructs and a good test suite),
Good advice. Test::More actually helped me to find bugs in B::Deparse, but that's because it's extensively used by perl 5.8's test suite. > ExtUtils::MakeMaker and Test::Harness (both contain lots of old cruft > and strange styles and decent test suites). And let's not forget t/japh/abigail.t in the perl 5.8.0 tarball ;-