in reply to
Basic module testing
I use method one sparingly for quickie tests of things for pure perl modules. Method two is much preferred, as it creates a whole setup for installing, documenting, testing and eventually submitting to CPAN.
-Mark
Comment on
Re: Basic module testing
In Section
Seekers of Perl Wisdom