Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: How can I write Test::Finished?

by samtregar (Abbot)
on Jun 22, 2004 at 20:57 UTC ( [id://368858]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      use Test::More qw(no_plan);
      ok(1);
      exit(1);
      ok(1);
    
  2. or download this
      $ make test
      PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib -I/usr/
    +local/lib/perl5/5.6.1/i686-linux -I/usr/local/lib/perl5/5.6.1 -e 'use
    + Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t
    +/*.t
      t/bad....ok
      All tests successful.
      Files=1, Tests=1,  0 wallclock secs ( 0.02 cusr +  0.01 csys =  0.03
    + CPU)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-19 01:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found