From 9fe558dc18b541114538e75431e9b31368d744c5 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Tue, 9 Aug 2016 08:34:16 +0100 Subject: Upgrade Test-Simple from version 1.302045 to 1.302049 --- cpan/Test-Simple/lib/Test/Builder.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cpan/Test-Simple/lib/Test/Builder.pm') diff --git a/cpan/Test-Simple/lib/Test/Builder.pm b/cpan/Test-Simple/lib/Test/Builder.pm index 2a1be725fd..09e0f1e6d3 100644 --- a/cpan/Test-Simple/lib/Test/Builder.pm +++ b/cpan/Test-Simple/lib/Test/Builder.pm @@ -4,7 +4,7 @@ use 5.006; use strict; use warnings; -our $VERSION = '1.302045'; +our $VERSION = '1.302049'; BEGIN { if( $] < 5.008 ) { @@ -1183,6 +1183,7 @@ sub diag { my $ctx = $self->ctx; $ctx->diag(join '' => map {defined($_) ? $_ : 'undef'} @_); $ctx->release; + return 0; } @@ -1193,6 +1194,7 @@ sub note { my $ctx = $self->ctx; $ctx->note(join '' => map {defined($_) ? $_ : 'undef'} @_); $ctx->release; + return 0; } -- cgit v1.2.1