aboutsummaryrefslogtreecommitdiff
path: root/lib/List/Breakdown.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/List/Breakdown.pm')
-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