aboutsummaryrefslogtreecommitdiff
path: root/lib/List
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-05 10:37:23 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-05 10:40:10 +1300
commit248f6390b38e7c06ba03fafd35e4ed833e6a437e (patch)
tree800002bc50d1e405777c5507848eb9045396e833 /lib/List
parentPerl::Tidy run over records.t (diff)
downloadList-Breakdown-248f6390b38e7c06ba03fafd35e4ed833e6a437e.tar.gz (sig)
List-Breakdown-248f6390b38e7c06ba03fafd35e4ed833e6a437e.zip
Bump version number (0.12)v0.12
Diffstat (limited to 'lib/List')
-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 735b405..6fefe1e 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.11';
+our $VERSION = '0.12';
# 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.11
+Version 0.12
=head1 DESCRIPTION