Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Re: Re: Optional modules for tests?

by tachyon (Chancellor)
on Sep 07, 2003 at 15:12 UTC ( [id://289583]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    skip "Data::Dummy not installed", 2 if $@;
    #     ^                           ^
    #     MESSAGE,                    NUM_TESTS_TO_SKIP
    
  2. or download this
    skip "Data::Dummy not installed", 1 if $@;
                                      ^
                                      ^
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-18 23:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found