From c9dd3ddb2779b75f552f2a456e6ea978d5f8431f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 4 Oct 2017 11:15:03 +1300 Subject: Adjust DESCRIPTION a little per IRC feedback --- lib/List/Breakdown.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib') 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 in the use of subroutine references for each category and in not requiring only one final category for -- cgit v1.2.3