Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: Test::Harness bug ? ... or author idiocy ?

by syphilis (Archbishop)
on Nov 06, 2021 at 06:37 UTC ( [id://11138492]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    
    __END__
    
  2. or download this
    $ perl -MTAP::Harness -e '$h = TAP::Harness->new(); $h->runtests("./tr
    +y.pl");'
    ./try.pl .. ok
    All tests successful.
    Files=1, Tests=1,  0 wallclock secs ( 0.04 usr  0.01 sys +  0.06 cusr 
    + 0.01 csys =  0.12 CPU)
    Result: PASS
    
  3. or download this
     $ perl -MTAP::Harness -e '$h = TAP::Harness->new(); $h->runtests("./t
    +ry.pl");'
    ./try.pl .. All 1 subtests passed
    ...
      Parse errors: No plan found in TAP output
    Files=1, Tests=1,  1 wallclock secs ( 0.11 usr  0.01 sys +  0.05 cusr 
    + 0.02 csys =  0.19 CPU)
    Result: FAIL
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-04-25 07:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found