diff --git a/Test.pm b/Test.pm index 87639cc8f71..b0508ab160e 100644 --- a/Test.pm +++ b/Test.pm @@ -196,6 +196,7 @@ multi sub is_deeply(Mu $got, Mu $expected, $reason = '') diag "expected: $expected_perl"; } } + $test; } sub _is_deeply(Mu $got, Mu $expected) {