aboutsummaryrefslogtreecommitdiff
path: root/lib/List/Breakdown.pm
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-05-30 13:33:58 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-05-30 13:33:58 +1200
commit625cb0501bebc06775d7f1a4ce8c70beb7d80d5c (patch)
treec80e6966007ad0ca1c9c1d4c11a35d8d63e9c52a /lib/List/Breakdown.pm
parentMerge branch 'feature/sign-releases' into develop (diff)
parentUpdate Changes (diff)
downloadList-Breakdown-625cb0501bebc06775d7f1a4ce8c70beb7d80d5c.tar.gz
List-Breakdown-625cb0501bebc06775d7f1a4ce8c70beb7d80d5c.zip
Merge branch 'release/v0.21' into develop
* release/v0.21: Update Changes Bump version number to 0.21
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 5529292..548fc50 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 = 'breakdown';
# Specify package version
-our $VERSION = '0.20';
+our $VERSION = '0.21';
# 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.20
+Version 0.21
=head1 SYNOPSIS