From 6a0aa8f1e143c823e3a271767fa433f7e58bb1e4 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 7 Oct 2017 00:52:43 +1300 Subject: Bump version --- Changes | 4 ++++ Makefile.PL | 2 +- README.markdown | 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 +- 9 files changed, 13 insertions(+), 9 deletions(-) diff --git a/Changes b/Changes index 27036ac..8c2ee5d 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.20 2017-10-07 + + - Add LICENSE to MANIFEST + 0.19 2017-10-07 - Add metadata to MYMETA.yml and LICENSE, suggested by CPANTS diff --git a/Makefile.PL b/Makefile.PL index fd5e553..5cd070b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -24,7 +24,7 @@ WriteMakefile( META_MERGE => { provides => { 'List::Breakdown' => { - version => '0.19', + version => '0.20', file => 'lib/List/Breakdown.pm', }, }, diff --git a/README.markdown b/README.markdown index 5eb1b99..1e7441e 100644 --- a/README.markdown +++ b/README.markdown @@ -4,7 +4,7 @@ List::Breakdown - Build sublist structures matching conditions # VERSION -Version 0.19 +Version 0.20 # SYNOPSIS diff --git a/lib/List/Breakdown.pm b/lib/List/Breakdown.pm index 7d396a8..054128c 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.19'; +our $VERSION = '0.20'; # 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.19 +Version 0.20 =head1 SYNOPSIS 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 = { -- cgit v1.2.3