Thanks for the error report. I fixed the PREREQ_PM in the
Template::Plugin::Filter 0.02 release, adding Template, Perl::Tidy
(which is unfortunately not available on CPAN) and IO::Scalar as
prerequisite.
But anyway, I'll give ExtUtils::AutoInstall a look.

Briac

Automated Perl Test Account ([EMAIL PROTECTED]) wrote:
> Hello, Briac Pilpre! Thanks for uploading your works to CPAN.
> 
> I noticed that the test suite seem to fail without these modules:
> 
> Template::Plugin::Filter
> 
> As such, adding the prerequisite module(s) to 'PREREQ_PM' in your
> Makefile.PL should solve this problem.  For example:
> 
> WriteMakefile(
>     AUTHOR      => 'Briac Pilpre ([EMAIL PROTECTED])',
>     ... # other information
>     PREREQ_PM   => {
>       'Template::Plugin::Filter'      => '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! :-)

-- 
briac
 << dynamic .sig on strike, we apologize for the inconvenience >>

Reply via email to