aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes6
-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, 12 insertions, 6 deletions
diff --git a/Changes b/Changes
index 60e5294..ef1c252 100644
--- a/Changes
+++ b/Changes
@@ -5,6 +5,12 @@ 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.12 2017-10-05
+
+ * Added some author tests pilfered from Module::Starter.
+ * Added two new examples to POD, and tests to reflect them.
+ * Added this Changes file.
+
0.11 2017-10-04
* No important changes.
diff --git a/lib/List/Breakdown.pm b/lib/List/Breakdown.pm
index 735b405..6fefe1e 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.11';
+our $VERSION = '0.12';
# 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.11
+Version 0.12
=head1 DESCRIPTION
diff --git a/t/errors.t b/t/errors.t
index 61112b1..1f67348 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.11';
+our $VERSION = '0.12';
my @t = 1 .. 3;
is( eval { breakdown { a => undef }, @t } || undef,
diff --git a/t/monitoring.t b/t/monitoring.t
index 42bcb69..ab67657 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.11';
+our $VERSION = '0.12';
my @checks = (
{
diff --git a/t/records.t b/t/records.t
index 6801614..ba05ce3 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.11';
+our $VERSION = '0.12';
my @records = (
"NEW CUSTOMER John O''Connor\r 2017-01-01",
diff --git a/t/words.t b/t/words.t
index decebc6..0fd8fd4 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.11';
+our $VERSION = '0.12';
my @words = qw(foo bar baz quux wibble florb);
my $filters = {