diff options
author | dakkar <dakkar@thenautilus.net> | 2017-06-21 22:42:21 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2017-06-21 22:42:21 +0100 |
commit | 13b6876320bd7bbccaf690e43b8db8a84f0a1115 (patch) | |
tree | 5b4e03671fa8a87da6d1067f762d4de07d234ce8 /t/lib | |
parent | depend on a new enough Test2 (diff) | |
download | Sietima-13b6876320bd7bbccaf690e43b8db8a84f0a1115.tar.gz Sietima-13b6876320bd7bbccaf690e43b8db8a84f0a1115.tar.bz2 Sietima-13b6876320bd7bbccaf690e43b8db8a84f0a1115.zip |
use the newer Type2::V0 bundle
Diffstat (limited to 't/lib')
-rw-r--r-- | t/lib/Test/Sietima.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/Test/Sietima.pm b/t/lib/Test/Sietima.pm index 825381b..79f3b7a 100644 --- a/t/lib/Test/Sietima.pm +++ b/t/lib/Test/Sietima.pm @@ -5,7 +5,7 @@ use Email::Stuffer; use Email::Sender::Transport::Test; use Data::Printer; use Sietima; -use Test2::Bundle::Extended 0.000060; +use Test2::V0; use Test2::API qw(context); use Sietima::Policy; use namespace::clean; |