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