From ac935907b4ac2e7e1e70a4a85d2b112df59a15c1 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 4 Oct 2017 10:43:30 +1300 Subject: Add a description of the synopsis' return value --- t/errors.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/errors.t') diff --git a/t/errors.t b/t/errors.t index 809b0b3..1826087 100644 --- a/t/errors.t +++ b/t/errors.t @@ -8,7 +8,7 @@ use Test::More tests => 4; use List::Breakdown 'breakdown'; -our $VERSION = 0.06; +our $VERSION = 0.07; my @t = 1 .. 3; is( eval { breakdown { a => undef }, @t } || undef, undef, 'error_notref_undef' ); -- cgit v1.2.3