aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-05 23:01:01 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-05 23:01:01 +1300
commitbdc06112181f40870842f4a95a08a3b61f26eaf2 (patch)
tree8a98721575b8f6735e45cf0a07a22613911f6e73
parentAdd missing EXAMPLES subheading (diff)
downloadList-Breakdown-bdc06112181f40870842f4a95a08a3b61f26eaf2.tar.gz (sig)
List-Breakdown-bdc06112181f40870842f4a95a08a3b61f26eaf2.zip
Bump version numberv0.14
-rw-r--r--Changes5
-rw-r--r--lib/List/Breakdown.pm4
-rw-r--r--t/errors.t2
-rw-r--r--t/monitoring.t2
-rw-r--r--t/records.t2
-rw-r--r--t/words.t2
6 files changed, 11 insertions, 6 deletions
diff --git a/Changes b/Changes
index 6755d18..c576519 100644
--- a/Changes
+++ b/Changes
@@ -5,6 +5,11 @@ until #perl told me to calm down. All of those versions are 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.14 2017-10-05
+
+ - Several documentation fixes
+ - Complete test coverage for missing branch spotted by Devel::Cover
+
0.13 2017-10-05
- Reformated Changes file.
diff --git a/lib/List/Breakdown.pm b/lib/List/Breakdown.pm
index d207eb7..8feafac 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.13';
+our $VERSION = '0.14';
# Dispatch table of functions to handle different ref types for the spec
# hashref's values
@@ -90,7 +90,7 @@ List::Breakdown - Build list sublists matching conditions
=head1 VERSION
-Version 0.13
+Version 0.14
=head1 DESCRIPTION
diff --git a/t/errors.t b/t/errors.t
index fb083cc..44cf190 100644
--- a/t/errors.t
+++ b/t/errors.t
@@ -8,7 +8,7 @@ use Test::More tests => 5;
use List::Breakdown 'breakdown';
-our $VERSION = '0.13';
+our $VERSION = '0.14';
my @t = 1 .. 3;
diff --git a/t/monitoring.t b/t/monitoring.t
index f9c4604..740f1a6 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.13';
+our $VERSION = '0.14';
my @checks = (
{
diff --git a/t/records.t b/t/records.t
index 324f189..3ea791d 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.13';
+our $VERSION = '0.14';
my @records = (
"NEW CUSTOMER John O''Connor\r 2017-01-01",
diff --git a/t/words.t b/t/words.t
index d4a3a63..7e1f7c4 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.13';
+our $VERSION = '0.14';
my @words = qw(foo bar baz quux wibble florb);
my $filters = {