From: Maik Fischer Date: Mon, 21 Nov 2011 22:42:54 +0000 (+0100) Subject: testcases: only export eq_deeply, cmp_deeply from Test::Deep X-Git-Tag: 4.2~229^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;ds=sidebyside;h=65471a6b18f62db4801af281d30059a660491df4;p=i3%2Fi3 testcases: only export eq_deeply, cmp_deeply from Test::Deep --- diff --git a/testcases/lib/i3test.pm b/testcases/lib/i3test.pm index 304e0738..98d27e90 100644 --- a/testcases/lib/i3test.pm +++ b/testcases/lib/i3test.pm @@ -68,7 +68,7 @@ use Test::Most $test_most_args; use Data::Dumper; use AnyEvent::I3; use Time::HiRes qw(sleep); -use Test::Deep qw(eq_deeply cmp_deeply cmp_set cmp_bag cmp_methods useclass noclass set bag subbagof superbagof subsetof supersetof superhashof subhashof bool str arraylength Isa ignore methods regexprefonly regexpmatches num regexponly scalref reftype hashkeysonly blessed array re hash regexpref hash_each shallow array_each code arrayelementsonly arraylengthonly scalarrefonly listmethods any hashkeys isa); +use Test::Deep qw(eq_deeply cmp_deeply); __ $tester->bail_out("$@") if $@; feature->import(":5.10");