aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-06 21:30:17 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-06 21:30:17 +1300
commit8dfec56644f42dbbbb03955d26aa423e2f83818f (patch)
treed129c52a77aa83c82dc489eba2c5eac4e1d66f75
parentRefine documentation a little (diff)
downloadList-Breakdown-8dfec56644f42dbbbb03955d26aa423e2f83818f.tar.gz (sig)
List-Breakdown-8dfec56644f42dbbbb03955d26aa423e2f83818f.zip
Bump version numberv0.18
-rw-r--r--Changes5
-rw-r--r--lib/List/Breakdown.pm4
-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
7 files changed, 12 insertions, 7 deletions
diff --git a/Changes b/Changes
index 7680002..28682f8 100644
--- a/Changes
+++ b/Changes
@@ -6,6 +6,11 @@ documented here anyway for comprehensiveness' sake. Entries with "No
important changes" are likely to be trivial things like documentation
fixes or Perl::Tidy runs.
+0.18 2017-10-06
+
+ - Refine and correct documentation, particularly formatting
+ - Specify dependencies
+
0.17 2017-10-06
- Correct problem with use of comparisons to "Inf" causing failing
diff --git a/lib/List/Breakdown.pm b/lib/List/Breakdown.pm
index 653af62..1543f6a 100644
--- a/lib/List/Breakdown.pm
+++ b/lib/List/Breakdown.pm
@@ -17,7 +17,7 @@ use base qw(Exporter); ## no critic (ProhibitUseBase)
our @EXPORT_OK = 'breakdown';
# Specify package version
-our $VERSION = '0.17';
+our $VERSION = '0.18';
# Dispatch table of functions to handle different ref types for the spec
# hashref's values
@@ -104,7 +104,7 @@ List::Breakdown - Build sublist structures matching conditions
=head1 VERSION
-Version 0.17
+Version 0.18
=head1 SYNOPSIS
diff --git a/t/errors.t b/t/errors.t
index f493027..1b4dd19 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.17';
+our $VERSION = '0.18';
my @t = 1 .. 3;
diff --git a/t/intervals.t b/t/intervals.t
index 889a22d..412b836 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.17';
+our $VERSION = '0.18';
## 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 b5b6689..79db189 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.17';
+our $VERSION = '0.18';
my @checks = (
{
diff --git a/t/records.t b/t/records.t
index 89e657b..f8527db 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.17';
+our $VERSION = '0.18';
my @records = (
"NEW CUSTOMER John O''Connor\r 2017-01-01",
diff --git a/t/words.t b/t/words.t
index c4ada52..1e33c68 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.17';
+our $VERSION = '0.18';
my @words = qw(foo bar baz quux wibble florb);
my $filters = {