[PATCH] warnings in TAP::Parser

2008-01-28 Thread Rafael Garcia-Suarez
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

Building tests when creating a distro

2008-01-28 Thread Ian Malpass
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)

Re: Building tests when creating a distro

2008-01-28 Thread chromatic
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

Re: Building tests when creating a distro

2008-01-28 Thread Dominique Quatravaux
-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