aboutsummaryrefslogtreecommitdiff
path: root/lib/List
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-04 11:15:03 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-04 11:31:22 +1300
commitc9dd3ddb2779b75f552f2a456e6ea978d5f8431f (patch)
tree76452d0b498bca1157a549b5d59a9e1e596e08d5 /lib/List
parentPerl::Tidy missed for errors.t (diff)
downloadList-Breakdown-c9dd3ddb2779b75f552f2a456e6ea978d5f8431f.tar.gz (sig)
List-Breakdown-c9dd3ddb2779b75f552f2a456e6ea978d5f8431f.zip
Adjust DESCRIPTION a little per IRC feedbackv0.10
Diffstat (limited to 'lib/List')
-rw-r--r--lib/List/Breakdown.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/List/Breakdown.pm b/lib/List/Breakdown.pm
index b1e57ce..07c8bc1 100644
--- a/lib/List/Breakdown.pm
+++ b/lib/List/Breakdown.pm
@@ -16,7 +16,7 @@ use base qw(Exporter);
our @EXPORT_OK = 'breakdown';
# Specify package version
-our $VERSION = 0.09;
+our $VERSION = '0.10';
# Dispatch table of functions to handle different ref types for the spec
# hashref's values
@@ -89,14 +89,14 @@ List::Breakdown - Build list sublists matching conditions
=head1 VERSION
-Version 0.09
+Version 0.10
=head1 DESCRIPTION
This module "breaks down" a list--filtering elements from a list into a
-specified hash structure, which can be nested. It may be useful in situations
-where you have a big list of things to generate reports on or to otherwise
-filter into several sublists.
+specified bucket layout. It may be useful in situations where you have a big
+list of things to generate reports on, or to otherwise filter into several
+sublists.
It differs from the excellent C<List::Categorize> in the use of subroutine
references for each category and in not requiring only one final category for