aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-06 21:30:17 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-06 21:30:17 +1300
commit8dfec56644f42dbbbb03955d26aa423e2f83818f (patch)
treed129c52a77aa83c82dc489eba2c5eac4e1d66f75 /lib
parentRefine documentation a little (diff)
downloadList-Breakdown-8dfec56644f42dbbbb03955d26aa423e2f83818f.tar.gz (sig)
List-Breakdown-8dfec56644f42dbbbb03955d26aa423e2f83818f.zip
Bump version numberv0.18
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 653af62..1543f6a 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.17';
+our $VERSION = '0.18';
# 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.17
+Version 0.18
=head1 SYNOPSIS