diff options
author | dakkar <dakkar@thenautilus.net> | 2016-06-17 17:05:56 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2016-06-17 17:05:56 +0100 |
commit | 1cf8b248836a0ec35e6c389286fe4b46118cb379 (patch) | |
tree | f8c1dad6fbd9bb2005a17fd9aa2e94ff7603caac /t/lib/Test | |
parent | factor out common test functions (diff) | |
download | Sietima-1cf8b248836a0ec35e6c389286fe4b46118cb379.tar.gz Sietima-1cf8b248836a0ec35e6c389286fe4b46118cb379.tar.bz2 Sietima-1cf8b248836a0ec35e6c389286fe4b46118cb379.zip |
'bag' is in Test2::Suite 0.000032!
Diffstat (limited to 't/lib/Test')
-rw-r--r-- | t/lib/Test/Sietima.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/t/lib/Test/Sietima.pm b/t/lib/Test/Sietima.pm index e61640a..0b80e42 100644 --- a/t/lib/Test/Sietima.pm +++ b/t/lib/Test/Sietima.pm @@ -9,7 +9,6 @@ use Email::Sender::Transport::Test; use Data::Printer; use Sietima; use Test2::Bundle::Extended; -use Test2::Tools::MoreCompare qw(bag); use Test2::API qw(context); use namespace::clean; @@ -17,7 +16,6 @@ sub import { my $target = caller; Test2::Bundle::Extended->import::into($target); Test2::Plugin::DieOnFail->import::into($target); - Test2::Tools::MoreCompare->import::into($target,qw(bag)); for my $function (qw(transport make_sietima make_mail deliveries_are test_sending)) { no strict 'refs'; |