]> git.sur5r.net Git - i3/i3/commitdiff
testcases: only export eq_deeply, cmp_deeply from Test::Deep
authorMaik Fischer <maikf@qu.cx>
Mon, 21 Nov 2011 22:42:54 +0000 (23:42 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 21 Nov 2011 23:50:55 +0000 (23:50 +0000)
testcases/lib/i3test.pm

index 304e073860f25f9bf5d8543bf71fa22e39668a5f..98d27e90a5dbe0e5c5d68dcf5ca642af1125228e 100644 (file)
@@ -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");