I need to be able to do something like this:
my $tb = Test::Builder->new; # it's a singleton
$tb->start_todo($message);
$self->run_a_boatload_of_tests;
$tb->end_todo;
Any issues with this approach? Schwern, would you take a patch?
Background info as to why (you can skip this u
Getting sane behavior with CPAN::Reporter and Devel::Autoflush is
driving me nuts. 1.16_51 now places a copy of Devel::Autoflush into a
temporary lib directory so even external calls to 'perl' won't die for
lack of it.
Anyone using CPAN::Reporter, please try upgrading and testing and let
me know