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 +++++----- t/errors.t | 2 +- t/words.t | 2 +- 3 files changed, 7 insertions(+), 7 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 in the use of subroutine references for each category and in not requiring only one final category for diff --git a/t/errors.t b/t/errors.t index 4fe8f9b..f9e418f 100644 --- a/t/errors.t +++ b/t/errors.t @@ -8,7 +8,7 @@ use Test::More tests => 4; use List::Breakdown 'breakdown'; -our $VERSION = 0.09; +our $VERSION = '0.10'; my @t = 1 .. 3; is( eval { breakdown { a => undef }, @t } || undef, diff --git a/t/words.t b/t/words.t index 326c9c9..6806739 100644 --- a/t/words.t +++ b/t/words.t @@ -8,7 +8,7 @@ use Test::More tests => 1; use List::Breakdown 'breakdown'; -our $VERSION = 0.09; +our $VERSION = '0.10'; my @words = qw(foo bar baz quux wibble florb); my $filters = { -- cgit v1.2.3