Mail-Thread-Chronological

 view release on metacpan or  search on metacpan

t/lurker.t  view on Meta::CPAN

#!perl -w
use strict;
use Test::More tests => 1;

use_ok('Mail::Thread::Chronological');
# TODO real live testing

eval "use Test::Differences";
# a beefed up is_deeply
sub deeply ($$;$) {
    goto &eq_or_diff if defined &eq_or_diff;
    goto &is_deeply;
}



( run in 0.448 second using v1.01-cache-2.11-cpan-131fc08a04b )