
Figured out how to add the credit to Eric Roode for the docs back into the POD under Pod::Weaver.
All operation and error checking is now in a single function.
Forgot some mandatory parens. No idea why 5.8.8 didn't give me the syntax error that 5.10 detected.
run_fork wrapper.
This should address both the semicolon problem and the context sensitivity problem pointed out on AnnoCPAN by dmcbride. Code written against the previous API design will continue to work unchanged.
It's a very small pure-Perl module that shouldn't be a dependency burden, and it's a good design that deserves some advertisement.
Yes, this is Kwalitee whoring. Hopefully I won't make changes to the docs that I then forget to update in the eg/ copies. Yay for CPANTS.
t/01.real.t would generate the TAP header multiple timesour in the test suite so it works on pre-5.6 perlsMany thanks to David Golden for the Windows compat fixes.
@_ and use of goto