I've applied the following patch to TAP::Parser in bleadperl, where it
was necessary to avoid a "Use of uninitialized value in uc" warning.
Also, I found that it was unnecessary to uc() a parameter both
before and after it was passed to an internal method.
Change 33092 by [EMAIL PROTECTED] on 200
I'd like to make use of Test::Pod::Snippets to test the examples in my
docs. The example shows using the PL_files option in Build.PL to create
the tests automatically when you run ./Build, but this presumably means
Test::Pod::Snippets becomes a build prereq, which seems silly.
I can (and will)
On Monday 28 January 2008 18:09:00 Ian Malpass wrote:
> I'd like to make use of Test::Pod::Snippets to test the examples in my
> docs. The example shows using the PL_files option in Build.PL to create
> the tests automatically when you run ./Build, but this presumably means
> Test::Pod::Snippets b
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ian Malpass wrote:
> I'd like to make use of Test::Pod::Snippets to test the examples in
> my docs. The example shows using the PL_files option in Build.PL
> to create the tests automatically when you run ./Build, but this
> presumably means Test::Pod