From 43d7cbe04d7cbd95f5e82aeb9b42d6fce756a1f9 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 5 Oct 2017 12:42:24 +1300 Subject: Bump version number This will be my first attempted release. --- Changes | 5 +++++ lib/List/Breakdown.pm | 4 ++-- t/errors.t | 2 +- t/monitoring.t | 2 +- t/records.t | 2 +- t/words.t | 2 +- 6 files changed, 11 insertions(+), 6 deletions(-) diff --git a/Changes b/Changes index 1e6e992..6755d18 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.13 2017-10-05 + + - Reformated Changes file. + - First attempt at CPAN release. + 0.12 2017-10-05 - Added some author tests pilfered from Module::Starter. diff --git a/lib/List/Breakdown.pm b/lib/List/Breakdown.pm index 6fefe1e..1e02eac 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.12'; +our $VERSION = '0.13'; # 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.12 +Version 0.13 =head1 DESCRIPTION diff --git a/t/errors.t b/t/errors.t index 1f67348..b229a4b 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.12'; +our $VERSION = '0.13'; my @t = 1 .. 3; is( eval { breakdown { a => undef }, @t } || undef, diff --git a/t/monitoring.t b/t/monitoring.t index ab67657..f9c4604 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.12'; +our $VERSION = '0.13'; my @checks = ( { diff --git a/t/records.t b/t/records.t index ba05ce3..324f189 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.12'; +our $VERSION = '0.13'; my @records = ( "NEW CUSTOMER John O''Connor\r 2017-01-01", diff --git a/t/words.t b/t/words.t index 0fd8fd4..d4a3a63 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.12'; +our $VERSION = '0.13'; my @words = qw(foo bar baz quux wibble florb); my $filters = { -- cgit v1.2.3