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

Re^6: Does anybody write tests first?

by kyle (Abbot)
on Feb 22, 2008 at 18:50 UTC ( [id://669628]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @modules = get_module_list();
    plan 'tests' => scalar @modules;
    foreach my $module ( @modules ) {
        use_ok( $module );
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found