aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-02-21 17:04:50 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-02-21 17:04:50 +1300
commita1d86cce965ca336adda2b4abde9a512f9cf479f (patch)
tree437900a33bc49dc3e8b54cc6b023da098062f4b1 /t
parentMerge branch 'feature/sign-releases' into develop (diff)
downloadList-Breakdown-a1d86cce965ca336adda2b4abde9a512f9cf479f.tar.gz
List-Breakdown-a1d86cce965ca336adda2b4abde9a512f9cf479f.zip
Bump version number to 0.21
Diffstat (limited to 't')
-rw-r--r--t/errors.t2
-rw-r--r--t/intervals.t2
-rw-r--r--t/monitoring.t2
-rw-r--r--t/records.t2
-rw-r--r--t/words.t2
5 files changed, 5 insertions, 5 deletions
diff --git a/t/errors.t b/t/errors.t
index e40e8ee..3b46ce5 100644
--- a/t/errors.t
+++ b/t/errors.t
@@ -8,7 +8,7 @@ use Test::More tests => 7;
use List::Breakdown 'breakdown';
-our $VERSION = '0.20';
+our $VERSION = '0.21';
my @t = 1 .. 3;
diff --git a/t/intervals.t b/t/intervals.t
index 5979d88..b3ecebb 100644
--- a/t/intervals.t
+++ b/t/intervals.t
@@ -8,7 +8,7 @@ use Test::More tests => 1;
use List::Breakdown 'breakdown';
-our $VERSION = '0.20';
+our $VERSION = '0.21';
## no critic (ProhibitMagicNumbers,ProhibitLeadingZeros)
my @numbers = ( 1, 32, 3718.4, 0x56, 0777, 3.14, -5, 1.2e5 );
diff --git a/t/monitoring.t b/t/monitoring.t
index a7cb2ea..4ef5d2f 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.20';
+our $VERSION = '0.21';
my @checks = (
{
diff --git a/t/records.t b/t/records.t
index 6b2ed96..86d4e14 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.20';
+our $VERSION = '0.21';
my @records = (
"NEW CUSTOMER John O''Connor\r 2017-01-01",
diff --git a/t/words.t b/t/words.t
index 59387b7..696af7e 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.20';
+our $VERSION = '0.21';
my @words = qw(foo bar baz quux wibble florb);
my $filters = {