aboutsummaryrefslogtreecommitdiff
path: root/t/errors.t
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-04 10:55:35 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-04 10:55:35 +1300
commit76f6883211c87eb3f4c5de1cdcd6095a4f00574b (patch)
treec489a8fce06189dfbe6f418057a4b998e94f3388 /t/errors.t
parentAdd a description of the synopsis' return value (diff)
downloadList-Breakdown-76f6883211c87eb3f4c5de1cdcd6095a4f00574b.tar.gz (sig)
List-Breakdown-76f6883211c87eb3f4c5de1cdcd6095a4f00574b.zip
Correct READMEv0.08
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 1826087..1325bca 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.07;
+our $VERSION = 0.08;
my @t = 1 .. 3;
is( eval { breakdown { a => undef }, @t } || undef, undef, 'error_notref_undef' );