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 $pkg = caller;
|
||||
eval "package $pkg;
|
||||
use Test::More" . (@_ > 0 ? " qw(@_)" : "") . ";
|
||||
use Test::Exception;
|
||||
use Test::Most" . (@_ > 0 ? " qw(@_)" : "") . ";
|
||||
use Data::Dumper;
|
||||
use AnyEvent::I3;
|
||||
use Time::HiRes qw(sleep);
|
||||
|
|
Loading…
Reference in New Issue