From d41d7053398eddcbb558f8efca99e6f6a5d12464 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 4 Oct 2017 11:55:19 +1300 Subject: Correct email address (!) --- t/errors.t | 2 +- t/words.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 't') diff --git a/t/errors.t b/t/errors.t index f9e418f..61112b1 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.10'; +our $VERSION = '0.11'; my @t = 1 .. 3; is( eval { breakdown { a => undef }, @t } || undef, diff --git a/t/words.t b/t/words.t index 6806739..decebc6 100644 --- a/t/words.t +++ b/t/words.t @@ -8,7 +8,7 @@ use Test::More tests => 1; use List::Breakdown 'breakdown'; -our $VERSION = '0.10'; +our $VERSION = '0.11'; my @words = qw(foo bar baz quux wibble florb); my $filters = { -- cgit v1.2.3