Michael G Schwern wrote: > What I'm looking for is ideas about more things it could do that would > be useful for most testing libraries. What scaffolding do module authors > find themselves implementing?
if there were a better way to do this:
push @ISA, qw(Test::Harness::Straps);
$Test::Harness::Strap = __PACKAGE__->new;
$Test::Harness::Strap->{callback} = sub { ... };
it would be awesome.
--Geoff
