>
>
>Additional comments:
>
>Hello, Lee Goddard! Thanks for uploading your works to CPAN.
>
>I noticed that the test suite seem to fail without these modules:
>
>Image::Magick
>
>As such, adding the prerequisite module(s) to 'PREREQ_PM' in your
>Makefile.PL should solve this problem.  For example:
>
>WriteMakefile(
>     AUTHOR      => 'Lee Goddard ([EMAIL PROTECTED])',
>     ... # other information
>     PREREQ_PM   => {
>         'Image::Magick' => '0', # or a minimum workable version
>     }
>);
>
>If you are interested in making a more flexible Makefile.PL that can
>probe for missing dependencies and install them, ExtUtils::AutoInstall
>at <http://search.cpan.org/search?dist=ExtUtils-AutoInstall> may be
>worth a look.
>
>Thanks! :-)

Thank *you*.... if only it t'were as simple....

Cheers!
lee


Reply via email to