aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--lib/List/Breakdown.pm4
-rw-r--r--t/errors.t2
-rw-r--r--t/words.t2
4 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 829ab1f..b85ba31 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
List-Breakdown
-Breakdown elements from a list non-uniquely into a specified hash
+Filter elements from a list non-uniquely into a specified hash
structure, which can be nested, that pass subroutines or match regular
expressions.
diff --git a/lib/List/Breakdown.pm b/lib/List/Breakdown.pm
index c618c76..62027a4 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.07;
+our $VERSION = 0.08;
# Dispatch table of functions to handle different ref types for the spec
# hashref's values
@@ -89,7 +89,7 @@ List::Breakdown - Build list sublists matching conditions
=head1 VERSION
-Version 0.07
+Version 0.08
=head1 DESCRIPTION
diff --git a/t/errors.t b/t/errors.t
index 1826087..1325bca 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.07;
+our $VERSION = 0.08;
my @t = 1 .. 3;
is( eval { breakdown { a => undef }, @t } || undef, undef, 'error_notref_undef' );
diff --git a/t/words.t b/t/words.t
index 0bbc8cb..9782318 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.07;
+our $VERSION = 0.08;
my @words = qw(foo bar baz quux wibble florb);
my $filters = {