aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-06 11:31:51 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-06 11:36:02 +1300
commit52414d3e18c8ac00bd621cfd117fa01473a26d53 (patch)
treeec0f88f8076db157787b892ebfa70efca805c224 /lib
parentBroaden MANIFEST exclusion of built dists (diff)
downloadList-Breakdown-52414d3e18c8ac00bd621cfd117fa01473a26d53.tar.gz (sig)
List-Breakdown-52414d3e18c8ac00bd621cfd117fa01473a26d53.zip
Bump version numbersv0.15
Diffstat (limited to 'lib')
-rw-r--r--lib/List/Breakdown.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/List/Breakdown.pm b/lib/List/Breakdown.pm
index 766098f..eed4bfe 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.14';
+our $VERSION = '0.15';
# Dispatch table of functions to handle different ref types for the spec
# hashref's values
@@ -101,7 +101,7 @@ List::Breakdown - Build list sublists matching conditions
=head1 VERSION
-Version 0.14
+Version 0.15
=head1 DESCRIPTION