Michael G Schwern wrote:
On Thu, Mar 17, 2005 at 12:06:36AM +1100, Andrew Savige wrote:
However, I was wondering if there is a standard, safe way of testing
simple .pl scripts?
Hmmm. The identical question was asked a bit over a week ago:
http://www.nntp.perl.org/group/perl.qa/3722
I sugg
On Thu, Mar 17, 2005 at 12:06:36AM +1100, Andrew Savige wrote:
> > However, I was wondering if there is a standard, safe way of testing
> > simple .pl scripts?
>
> Hmmm. The identical question was asked a bit over a week ago:
>
> http://www.nntp.perl.org/group/perl.qa/3722
>
> I suggest you star
--- Anuradha Dissanayake <[EMAIL PROTECTED]> wrote:
> I'm new to unit testing in Perl, so this may be a stupid question.
>
> Using Test::More to test .pm perl modules is quite simple as you just
> "use" the module in your test executable and call the module's
> subroutines inside your tests.
>
>