tests: use Test:Most instead of Test:More
apt-get install libtest-most-perl
This commit is contained in:
parent
b0bfcb42af
commit
3a6b0f6618
|
@ -29,8 +29,7 @@ sub import {
|
||||||
my $class = shift;
|
my $class = shift;
|
||||||
my $pkg = caller;
|
my $pkg = caller;
|
||||||
eval "package $pkg;
|
eval "package $pkg;
|
||||||
use Test::More" . (@_ > 0 ? " qw(@_)" : "") . ";
|
use Test::Most" . (@_ > 0 ? " qw(@_)" : "") . ";
|
||||||
use Test::Exception;
|
|
||||||
use Data::Dumper;
|
use Data::Dumper;
|
||||||
use AnyEvent::I3;
|
use AnyEvent::I3;
|
||||||
use Time::HiRes qw(sleep);
|
use Time::HiRes qw(sleep);
|
||||||
|
|
Loading…
Reference in New Issue