Re: ANNOUNCE - Pod::Tests 0.02

2001-03-05 Thread Michael G Schwern
FYI If it hasn't made it to CPAN yet, its available from http://www.pobox.com/~schwern/src/ as usual. -- Michael G. Schwern <[EMAIL PROTECTED]>http://www.pobox.com/~schwern/ Sometimes these hairstyles are exaggerated beyond the laws of physics - Unknown narrator speaking about

Re: SelfTest -> selftest

2001-03-05 Thread Michael G Schwern
On Fri, Mar 02, 2001 at 12:15:26AM -0500, barries wrote: > I wanted it so SelfTest's filter handler could feed source code to > Pod::Tests chunk by chunk and let it do the extraction. I just put up a new version of Pod::Tests. It does the "push" style you were talking about (you just call parse

ANNOUNCE - Pod::Tests 0.02

2001-03-05 Thread Michael G Schwern
Revision history for Perl extension Pod::Tests 0.02 Sun Mar 4 04:13:05 GMT 2001 * Moved build_examples() and build_tests() to Pod::Tests * Fixed and documented multiple parsing. * Added examples * pod2test now installs itself - Documented all private methods (privately)