killer..thanks!
On Wed, Aug 08, 2001 at 10:22:17AM -0700, Doug MacEachern wrote: + i added some sugar so we can get rid of ExtModules::TestEnv, instead of: + + plan tests => 1, \&ExtModules::TestEnv::has_php4; + + you can now say: + plan tests $n, test_module 'php4' + + or + + plan tests $n, [qw(php4 rewrite)] + + etc. + +
