in reply to Re: writing tests on modules
in thread writing tests on modules

Yes, and to filter that a bit, I would start by reading the basics: Test::Simple (first) and Test::More (after).

Test::Tutorial, though temptingly named, is unfortunately only a placeholder.

Replies are listed 'Best First'.
Re^3: writing tests on modules
by Smoothhound (Monk) on Nov 29, 2005 at 09:37 UTC
    It's true that I can't seem to find Test::Tutorial on CPAN any more, perhaps that is because it's part of the core Perl distribution since:

    perldoc Test::Tutorial

    works on the Linux boxes that I have access to.