On Thu, 3 Apr 2008 10:19:31 +0200
Torsten Foertsch <[EMAIL PROTECTED]> wrote:
> I am asking because I have had FAIL reports from CPAN testers that don't 
> install ModPerl::MM. The way around these reports is using
> BEGIN {
>   eval {
>     require ModPerl::MM;
>     require Apache::TestMM;
>   };
>   if( $@ ) {
>     warn $@;
>     exit 0;
>   }
>   Apache::TestMM->import( qw(test clean) );
> }

    As a CPAN tester, I think this is correct.

--
Best regards,
imacat ^_*' <[EMAIL PROTECTED]>
PGP Key: http://www.imacat.idv.tw/me/pgpkey.asc

<<Woman's Voice>> News: http://www.wov.idv.tw/
Tavern IMACAT's: http://www.imacat.idv.tw/
TLUG List Manager: http://lists.linux.org.tw/cgi-bin/mailman/listinfo/tlug

Attachment: pgp97R8X6SsFi.pgp
Description: PGP signature

Reply via email to