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

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

by swkronenfeld (Hermit)
on Apr 30, 2007 at 17:44 UTC ( [id://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?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-03-29 10:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found