From: Michael Stapelberg Date: Wed, 25 May 2011 18:15:52 +0000 (+0200) Subject: tests: use Test:Most instead of Test:More X-Git-Tag: tree-pr3~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3a6b0f661875849b1a638c983e729f72b7f3ce20;p=i3%2Fi3 tests: use Test:Most instead of Test:More apt-get install libtest-most-perl --- diff --git a/testcases/t/lib/i3test.pm b/testcases/t/lib/i3test.pm index 2dbc83b8..ed75faff 100644 --- a/testcases/t/lib/i3test.pm +++ b/testcases/t/lib/i3test.pm @@ -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);