aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-05 12:42:24 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-05 12:42:24 +1300
commit43d7cbe04d7cbd95f5e82aeb9b42d6fce756a1f9 (patch)
tree0fb77cf15e635054702cbc16481ccd4b8c8b6746 /t
parentMake Changes format match CPAN::Changes::Spec (diff)
downloadList-Breakdown-43d7cbe04d7cbd95f5e82aeb9b42d6fce756a1f9.tar.gz (sig)
List-Breakdown-43d7cbe04d7cbd95f5e82aeb9b42d6fce756a1f9.zip
Bump version numberv0.13
This will be my first attempted release.
Diffstat (limited to 't')
-rw-r--r--t/errors.t2
-rw-r--r--t/monitoring.t2
-rw-r--r--t/records.t2
-rw-r--r--t/words.t2
4 files changed, 4 insertions, 4 deletions
diff --git a/t/errors.t b/t/errors.t
index 1f67348..b229a4b 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.12';
+our $VERSION = '0.13';
my @t = 1 .. 3;
is( eval { breakdown { a => undef }, @t } || undef,
diff --git a/t/monitoring.t b/t/monitoring.t
index ab67657..f9c4604 100644
--- a/t/monitoring.t
+++ b/t/monitoring.t
@@ -8,7 +8,7 @@ use Test::More tests => 1;
use List::Breakdown 'breakdown';
-our $VERSION = '0.12';
+our $VERSION = '0.13';
my @checks = (
{
diff --git a/t/records.t b/t/records.t
index ba05ce3..324f189 100644
--- a/t/records.t
+++ b/t/records.t
@@ -8,7 +8,7 @@ use Test::More tests => 1;
use List::Breakdown 'breakdown';
-our $VERSION = '0.12';
+our $VERSION = '0.13';
my @records = (
"NEW CUSTOMER John O''Connor\r 2017-01-01",
diff --git a/t/words.t b/t/words.t
index 0fd8fd4..d4a3a63 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.12';
+our $VERSION = '0.13';
my @words = qw(foo bar baz quux wibble florb);
my $filters = {