aboutsummaryrefslogtreecommitdiff
path: root/t/errors.t
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-04 11:15:03 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-04 11:31:22 +1300
commitc9dd3ddb2779b75f552f2a456e6ea978d5f8431f (patch)
tree76452d0b498bca1157a549b5d59a9e1e596e08d5 /t/errors.t
parentPerl::Tidy missed for errors.t (diff)
downloadList-Breakdown-c9dd3ddb2779b75f552f2a456e6ea978d5f8431f.tar.gz (sig)
List-Breakdown-c9dd3ddb2779b75f552f2a456e6ea978d5f8431f.zip
Adjust DESCRIPTION a little per IRC feedbackv0.10
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 4fe8f9b..f9e418f 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.09;
+our $VERSION = '0.10';
my @t = 1 .. 3;
is( eval { breakdown { a => undef }, @t } || undef,