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
* 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
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
-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
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