Re: Building tests when creating a distro

2008-01-31 Thread David Golden
On Jan 29, 2008 11:15 AM, Ian Malpass <[EMAIL PROTECTED]> wrote: > Mm. I'd rather not have to embed Pod::Snippets in my distribution (that > seems excessive somehow) or make it a build prereq. Test::Pod::Snippets > does what I need, I just want it to do it at a particular time. > Subclassing seems

Re: Building tests when creating a distro

2008-01-31 Thread Aristotle Pagaltzis
* Ian Malpass <[EMAIL PROTECTED]> [2008-01-29 17:20]: > Dominique Quatravaux wrote: >> Chromatic already provided a good answer: create a derivative >> class of Module::Build in your Build.PL, see SUBCLASSING in >> Module::Build's POD documentation. > > Yeah, I think that's the way to go. I was jus

Re: Building tests when creating a distro

2008-01-29 Thread Ian Malpass
Dominique Quatravaux wrote: Chromatic already provided a good answer: create a derivative class of Module::Build in your Build.PL, see SUBCLASSING in Module::Build's POD documentation. Yeah, I think that's the way to go. I was just wondering if there was something out-of-the-box to save me th

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

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