On Fri, May 11, 2001 at 07:45:55AM -0400, Geoffrey Young wrote:
> 
> > sub MY::test {
> >     return Apache::TestMM->test if eval { require Apache::TestMM };
> > 
> >     return <<'EOF';
> > test:
> >         @echo This test suite requires Apache::Test
> >         @echo available from the mod_perl 2.0 sources
> > EOF
> > }
> 
> much better, thanks.

What's the disadvantage of adding Apache::Test to PREREQ_PM (once it's
on CPAN)?

- Barrie

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to