From 84c62cf337d4acb89266532ed469f3cb35545f76 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 21 Oct 2016 18:16:37 +0100 Subject: fix test library for newer Test2::Compare hash/bag/array no longer default to etc(), so we have to be explicit --- t/lib/Test/Sietima.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 't/lib/Test/Sietima.pm') diff --git a/t/lib/Test/Sietima.pm b/t/lib/Test/Sietima.pm index 7b2a6ae..94811d2 100644 --- a/t/lib/Test/Sietima.pm +++ b/t/lib/Test/Sietima.pm @@ -85,6 +85,7 @@ sub deliveries_are (%args) { field to => bag { item $_ for $m->{to}->@*; }; + etc(); }; } else { @@ -92,6 +93,7 @@ sub deliveries_are (%args) { call [cast=>'Email::MIME'] => $m; }; } + etc(); }; } end(); @@ -108,7 +110,9 @@ sub deliveries_are (%args) { } end(); }; + etc(); }; + etc(); }; end(); }; -- cgit v1.2.3