pkgsrc/devel/p5-Test-Most/distinfo
abs 144d78a82e Added devel/p5-Test-Most version 0.20
This module provides you with the most commonly used testing
functions and gives you a bit more fine-grained control over your
test suite.

    use Test::Most tests => 4, 'die';

    ok 1, 'Normal calls to ok() should succeed';
    is 2, 2, '... as should all passing tests';
    eq_or_diff [3], [4], '... but failing tests should die';
    ok 4, '... will never get to here';

As you can see, the eq_or_diff test will fail. Because 'die' is in
the import list, the test program will halt at that point.
2009-02-14 00:12:30 +00:00

5 lines
248 B
Text

$NetBSD: distinfo,v 1.1.1.1 2009/02/14 00:12:30 abs Exp $
SHA1 (Test-Most-0.20.tar.gz) = aaabef341634140124e42607c713857d31953152
RMD160 (Test-Most-0.20.tar.gz) = 2ab50831653cdf5ad220c07a03d54c0ae29a271b
Size (Test-Most-0.20.tar.gz) = 10045 bytes