Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^5: Test::Warn, 'use' vs 'require'

by Joost (Canon)
on Sep 27, 2006 at 20:44 UTC ( [id://575246]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Test::Warn, 'use' vs 'require'
in thread Test::Warn, 'use' vs 'require'

Looks like you're not skipping the tests if Test::Warn isn't installed (i mean, warning_like is a Test::Warn function and should be skipped if loading Test::Warn doesn't succeed)

update:

Note you (probably) should use skip blocks to skip tests in Test::More:

SKIP: { skip "For some reason",$number_of_tests; # tests to skip here }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-03-29 04:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found