aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-07 00:14:05 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-07 00:14:05 +1300
commit8dab57269cd778fd00a05025c4b2f94446ee400c (patch)
tree97823e76255ab8ac68d6426e88cec545add7e040 /lib
parentAdd homepage and repository resources (diff)
downloadList-Breakdown-8dab57269cd778fd00a05025c4b2f94446ee400c.tar.gz (sig)
List-Breakdown-8dab57269cd778fd00a05025c4b2f94446ee400c.zip
Bump version numberv0.19
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 275eaaa..7d396a8 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.18';
+our $VERSION = '0.19';
# 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.18
+Version 0.19
=head1 SYNOPSIS