Help for this page

Select Code to Download


  1. or download this
    ---some.t---
    use Test::More tests => 2;
    ...
    } otherwise {
        fail;
    }
    
  2. or download this
    ---some.t---
    use Test::More tests => 2;
    ...
    }
    
    ok('added this test later in this huge test file');
    
  3. or download this
    ---some.t---
    use Test::More tests => 2;
    ...
    } otherwise {
        fail;
    }