aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-06 13:47:31 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-06 13:47:31 +1300
commite5b6794ab3fdb959db378dcc6a4aba27028d7293 (patch)
tree5cf5e53805f782249f5056dd6599f0fada6bad6e /lib
parentDescribe exporting in documentation (diff)
downloadList-Breakdown-e5b6794ab3fdb959db378dcc6a4aba27028d7293.tar.gz (sig)
List-Breakdown-e5b6794ab3fdb959db378dcc6a4aba27028d7293.zip
Bump version numberv0.16
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 e5b8874..d6db6c5 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.15';
+our $VERSION = '0.16';
# Dispatch table of functions to handle different ref types for the spec
# hashref's values
@@ -101,7 +101,7 @@ List::Breakdown - Build sublist structures matching conditions
=head1 VERSION
-Version 0.15
+Version 0.16
=head1 DESCRIPTION