From c820327c8301b90fd487fffef5a5a8cf93f2808c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 30 May 2018 13:44:01 +1200 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 cc47ff7..216bcb7 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.22 2018-05-30 + + - Adjust Exporter syntax + 0.21 2018-02-21 - Update repository metadata diff --git a/Makefile.PL b/Makefile.PL index 8742db5..f08bb4d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -26,7 +26,7 @@ WriteMakefile( 'meta-spec' => { version => 2 }, provides => { 'List::Breakdown' => { - version => '0.21', + version => '0.22', file => 'lib/List/Breakdown.pm', }, }, diff --git a/README.markdown b/README.markdown index 6d26ef8..f0febff 100644 --- a/README.markdown +++ b/README.markdown @@ -4,7 +4,7 @@ List::Breakdown - Build sublist structures matching conditions # VERSION -Version 0.21 +Version 0.22 # SYNOPSIS diff --git a/lib/List/Breakdown.pm b/lib/List/Breakdown.pm index a410aa9..04aa4ce 100644 --- a/lib/List/Breakdown.pm +++ b/lib/List/Breakdown.pm @@ -16,7 +16,7 @@ use base qw(Exporter); ## no critic (ProhibitUseBase) our @EXPORT_OK = qw(breakdown); # Specify package version -our $VERSION = '0.21'; +our $VERSION = '0.22'; # Dispatch table of functions to handle different ref types for the spec # hashref's values @@ -103,7 +103,7 @@ List::Breakdown - Build sublist structures matching conditions =head1 VERSION -Version 0.21 +Version 0.22 =head1 SYNOPSIS diff --git a/t/errors.t b/t/errors.t index 3b46ce5..b39d740 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.21'; +our $VERSION = '0.22'; my @t = 1 .. 3; diff --git a/t/intervals.t b/t/intervals.t index b3ecebb..327b529 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.21'; +our $VERSION = '0.22'; ## 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 4ef5d2f..b7b6f71 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.21'; +our $VERSION = '0.22'; my @checks = ( { diff --git a/t/records.t b/t/records.t index 86d4e14..1ef408f 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.21'; +our $VERSION = '0.22'; my @records = ( "NEW CUSTOMER John O''Connor\r 2017-01-01", diff --git a/t/words.t b/t/words.t index 696af7e..11e01f1 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.21'; +our $VERSION = '0.22'; my @words = qw(foo bar baz quux wibble florb); my $filters = { -- cgit v1.2.3