Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Test::Harness::Straps->anaylze() return value change

by swkronenfeld (Hermit)
on Apr 30, 2007 at 17:44 UTC ( #612820=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    RHEL 3 - x86
    [root@vdt-fc3-ia32 tests]# perl -v
    ...
      my %results = $strap->analyze($name, \@test_output);
      my %results = $strap->analyze_fh($name, $test_filehandle);
      my %results = $strap->analyze_file($test_file);
    
  2. or download this
    RHEL 4 - x86
    [root@vdt-rhas4-ia32 tests]# perl -v
    ...
      my $results = $strap->analyze($name, \@test_output);
      my $results = $strap->analyze_fh($name, $test_filehandle);
      my $results = $strap->analyze_file($test_file);
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2023-03-31 17:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (76 votes). Check out past polls.

    Notices?