On 2 Feb 2002, Jeff Zucker wrote:

> Tim Harsch wrote:
> >
> > I am writing perl software that I would like validate against a test
> > suite.  I kind of like the Perl method of 'make test' I've seen in so
> > many modules.  If any of you know a tutorial or have a trival test suite
> > I can expand upon I would be eternally grateful.
>
> My all time favorite is the one from DBIx::AnyDBD.  Here it is in full
> :-)
>
>   print "1..2\n";
>
>   require DBIx::AnyDBD;
>   print "ok 1\n";
>
>   print "ok 2\n";

Hey, put back that curtain! ;-)

-- 
<!-- Matt -->
<:->Get a smart net</:->

Reply via email to