aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-07 00:52:43 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-07 00:52:43 +1300
commit6a0aa8f1e143c823e3a271767fa433f7e58bb1e4 (patch)
tree0d8ef6d29e3383f99b04d2fa7aaa4b99f8554553 /t
parentAdd LICENSE to MANIFEST (diff)
downloadList-Breakdown-6a0aa8f1e143c823e3a271767fa433f7e58bb1e4.tar.gz (sig)
List-Breakdown-6a0aa8f1e143c823e3a271767fa433f7e58bb1e4.zip
Bump versionv0.20
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 6d9da05..e40e8ee 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.19';
+our $VERSION = '0.20';
my @t = 1 .. 3;
diff --git a/t/intervals.t b/t/intervals.t
index c854049..5979d88 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.19';
+our $VERSION = '0.20';
## 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 9323a53..a7cb2ea 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.19';
+our $VERSION = '0.20';
my @checks = (
{
diff --git a/t/records.t b/t/records.t
index b3b2ee4..6b2ed96 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.19';
+our $VERSION = '0.20';
my @records = (
"NEW CUSTOMER John O''Connor\r 2017-01-01",
diff --git a/t/words.t b/t/words.t
index 4f8d02c..59387b7 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.19';
+our $VERSION = '0.20';
my @words = qw(foo bar baz quux wibble florb);
my $filters = {