Help for this page

Select Code to Download


  1. or download this
    $ cat test.t
    use Test::More;
    ...
    # Tests were run but no plan was declared and done_testing() was not s
    +een.
    Dubious, test returned 254 (wstat 65024, 0xfe00)
    All 1 subtests passed
    
  2. or download this
    $ cat test.t
    
    ...
    ok
    All tests successful.
    Files=1, Tests=1, ...