aboutsummaryrefslogtreecommitdiff
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
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
-rw-r--r--lib/List/Breakdown.pm10
-rw-r--r--t/errors.t2
-rw-r--r--t/words.t2
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<List::Categorize> 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 = {