aboutsummaryrefslogtreecommitdiff
path: root/lib/List/Breakdown.pm
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-05-30 13:44:01 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-05-30 13:44:01 +1200
commitc820327c8301b90fd487fffef5a5a8cf93f2808c (patch)
treea5a593f58bb53737b0bda5398cad3a3969d09d34 /lib/List/Breakdown.pm
parentUse qw() for @EXPORT_OK list (diff)
downloadList-Breakdown-c820327c8301b90fd487fffef5a5a8cf93f2808c.tar.gz
List-Breakdown-c820327c8301b90fd487fffef5a5a8cf93f2808c.zip
Bump VERSION
Diffstat (limited to 'lib/List/Breakdown.pm')
-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 a410aa9..04aa4ce 100644
--- a/lib/List/Breakdown.pm
+++ b/lib/List/Breakdown.pm
@@ -16,7 +16,7 @@ use base qw(Exporter); ## no critic (ProhibitUseBase)
our @EXPORT_OK = qw(breakdown);
# Specify package version
-our $VERSION = '0.21';
+our $VERSION = '0.22';
# Dispatch table of functions to handle different ref types for the spec
# hashref's values
@@ -103,7 +103,7 @@ List::Breakdown - Build sublist structures matching conditions
=head1 VERSION
-Version 0.21
+Version 0.22
=head1 SYNOPSIS