aboutsummaryrefslogtreecommitdiff
path: root/t/errors.t
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-04 10:43:30 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-04 10:43:30 +1300
commitac935907b4ac2e7e1e70a4a85d2b112df59a15c1 (patch)
tree17e48bede2dc397475c232cdbedb5d53ce389ab3 /t/errors.t
parentRename module to List::Breakdown (diff)
downloadList-Breakdown-ac935907b4ac2e7e1e70a4a85d2b112df59a15c1.tar.gz (sig)
List-Breakdown-ac935907b4ac2e7e1e70a4a85d2b112df59a15c1.zip
Add a description of the synopsis' return valuev0.07
Diffstat (limited to 't/errors.t')
-rw-r--r--t/errors.t2
1 files changed, 1 insertions, 1 deletions
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' );