Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: Should a CPAN module list Test:: modules as dependencies?

by jkeenan1 (Deacon)
on Jul 20, 2004 at 13:18 UTC ( [id://375898]=note: print w/replies, xml ) Need Help??


in reply to Re: Should a CPAN module list Test:: modules as dependencies?
in thread Should a CPAN module list Test:: modules as dependencies?

I second Juerd's argument.

There are a few testing functions I like to use which wrap around the basic ok() function. I put them in a Test::Special module which sits under the t/ directory and which is brought into each file in the test suite simply by:

use lib ("./t"); use Test::Special;

See, for example, List::Compare.

OTOH, Test::Deep is by now quite a large set of modules and it might be a bit much to include it in your distribution solely for the purpose of testing.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://375898]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-04-19 18:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found