aboutsummaryrefslogtreecommitdiff
path: root/lib/List
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-05-30 13:44:49 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-05-30 13:44:49 +1200
commit4d0cb07bbdc3320f8fc2529ed76cbe924bba3167 (patch)
treea5a593f58bb53737b0bda5398cad3a3969d09d34 /lib/List
parentMerge branch 'release/v0.21' (diff)
parentBump VERSION (diff)
downloadList-Breakdown-0.22.tar.gz (sig)
List-Breakdown-0.22.zip
Merge branch 'release/v0.22'v0.22
* release/v0.22: Bump VERSION Use qw() for @EXPORT_OK list
Diffstat (limited to 'lib/List')
-rw-r--r--lib/List/Breakdown.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/List/Breakdown.pm b/lib/List/Breakdown.pm
index 548fc50..04aa4ce 100644
--- a/lib/List/Breakdown.pm
+++ b/lib/List/Breakdown.pm
@@ -13,10 +13,10 @@ use Carp;
# Handle exporting in a way Perl v5.6 should tolerate
use base qw(Exporter); ## no critic (ProhibitUseBase)
-our @EXPORT_OK = 'breakdown';
+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