Help for this page

Select Code to Download


  1. or download this
    [Number-Bytes-Human-0.07]# wc -l t/*
       7 t/01use.t
    ...
       8 t/90pod.t
       8 t/98pod-coverage.t
     344 total
    
  2. or download this
    [Number-Bytes-Human-0.07]# make test
    PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_h
    +arness(0, 'blib/lib', 'blib/arch')" t/*.t
    ...
    t/98pod-coverage....ok
    All tests successful.
    Files=12, Tests=128,  1 wallclock secs ( 0.89 cusr +  0.10 csys =  0.9
    +9 CPU)
    
  3. or download this
    [Number-Bytes-Human-0.07]# prove t/05zero.t
    t/05zero....ok
    All tests successful.
    Files=1, Tests=6,  0 wallclock secs ( 0.05 cusr +  0.00 csys =  0.05 C
    +PU)