From 76f6883211c87eb3f4c5de1cdcd6095a4f00574b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 4 Oct 2017 10:55:35 +1300 Subject: Correct README --- README | 2 +- lib/List/Breakdown.pm | 4 ++-- t/errors.t | 2 +- t/words.t | 2 +- 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 = { -- cgit v1.2.3