aboutsummaryrefslogtreecommitdiff
path: root/lib/List/Breakdown.pm
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-07-01 12:39:31 +1200
committerTom Ryder <tom@sanctum.geek.nz>2021-07-01 12:39:31 +1200
commitf91dfce0a38ba6b9bf0111938777d4d3b1b3adb8 (patch)
treeb3dd171de04b4ba64d91f67c038f89dc2741c596 /lib/List/Breakdown.pm
parentMerge branch 'hotfix/v0.25' (diff)
parentCorrect Changes file again (diff)
downloadList-Breakdown-master.tar.gz
List-Breakdown-master.zip
Merge branch 'hotfix/v0.26'HEADv0.26master
* hotfix/v0.26: Correct Changes file again
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 a552f17..319485e 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.25';
+our $VERSION = '0.26';
# 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.25
+Version 0.26
=head1 SYNOPSIS