tests: use Test:Most instead of Test:More

apt-get install libtest-most-perl
next
Michael Stapelberg 2011-05-25 20:15:52 +02:00
parent b0bfcb42af
commit 3a6b0f6618
1 changed files with 1 additions and 2 deletions

View File

@ -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);