Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Passing Dynamic Value to Test::More tests

by Madcap Laughs (Acolyte)
on Jan 19, 2006 at 04:19 UTC ( [id://524124]=note: print w/replies, xml ) Need Help??


in reply to Passing Dynamic Value to Test::More tests

Try:
BEGIN {$test_count = 2} use Test::More tests => $test_count;
Cheers,
Rob

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://524124]
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: (2)
As of 2024-04-20 09:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found