Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: How do you manage module deployment?

by jimX11 (Friar)
on Jul 14, 2005 at 01:19 UTC ( [id://474717]=note: print w/replies, xml ) Need Help??


in reply to How do you manage module deployment?

Have you considered adding tests in your testing suite for modules you need/expect?

In Test::more, I believe you can test if Some::Module version 1.02 is being available with something like this

BEGIN { use_ok('Some::Module', 1.02) }

When you run a "make test" on a box that has a different version of Some::Module, the test above will fail.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (8)
As of 2024-04-18 11:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found