Help for this page

Select Code to Download


  1. or download this
    use strictures; # strict + fatal warnings
    use Test::More;
    use Capture::Tiny "capture";
    ...
    };
    
    done_testing(3);
    
  2. or download this
    moo@cow[44]~/>prove pm-1113898 -v
    pm-1113898 .. 
    ok 1 - 1 is ok
    ...
    All tests successful.
    Files=1, Tests=3,  0 wallclock secs ( 0.02 usr  0.01 sys +  0.04 cusr 
    + 0.00 csys =  0.07 CPU)
    Result: PASS