From 8dab57269cd778fd00a05025c4b2f94446ee400c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 7 Oct 2017 00:14:05 +1300 Subject: Bump version number --- Changes | 4 ++++ Makefile.PL | 2 +- lib/List/Breakdown.pm | 4 ++-- t/errors.t | 2 +- t/intervals.t | 2 +- t/monitoring.t | 2 +- t/records.t | 2 +- t/words.t | 2 +- 8 files changed, 12 insertions(+), 8 deletions(-) diff --git a/Changes b/Changes index 28682f8..27036ac 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,10 @@ 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.19 2017-10-07 + + - Add metadata to MYMETA.yml and LICENSE, suggested by CPANTS + 0.18 2017-10-06 - Refine and correct documentation, particularly formatting diff --git a/Makefile.PL b/Makefile.PL index b63f6b9..fd5e553 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -24,7 +24,7 @@ WriteMakefile( META_MERGE => { provides => { 'List::Breakdown' => { - version => '0.18', + version => '0.19', file => 'lib/List/Breakdown.pm', }, }, diff --git a/lib/List/Breakdown.pm b/lib/List/Breakdown.pm index 275eaaa..7d396a8 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.18'; +our $VERSION = '0.19'; # 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.18 +Version 0.19 =head1 SYNOPSIS diff --git a/t/errors.t b/t/errors.t index 1b4dd19..6d9da05 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.18'; +our $VERSION = '0.19'; my @t = 1 .. 3; diff --git a/t/intervals.t b/t/intervals.t index 412b836..c854049 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.18'; +our $VERSION = '0.19'; ## 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 79db189..9323a53 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.18'; +our $VERSION = '0.19'; my @checks = ( { diff --git a/t/records.t b/t/records.t index f8527db..b3b2ee4 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.18'; +our $VERSION = '0.19'; my @records = ( "NEW CUSTOMER John O''Connor\r 2017-01-01", diff --git a/t/words.t b/t/words.t index 1e33c68..4f8d02c 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.18'; +our $VERSION = '0.19'; my @words = qw(foo bar baz quux wibble florb); my $filters = { -- cgit v1.2.3