aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-04 11:55:19 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-04 13:36:37 +1300
commitd41d7053398eddcbb558f8efca99e6f6a5d12464 (patch)
tree6f3a31117c35104d75408056a2665688ccef07ff
parentFix up .gitignore to reflect project renaming (diff)
downloadList-Breakdown-d41d7053398eddcbb558f8efca99e6f6a5d12464.tar.gz (sig)
List-Breakdown-d41d7053398eddcbb558f8efca99e6f6a5d12464.zip
Correct email address (!)v0.11
-rw-r--r--lib/List/Breakdown.pm8
-rw-r--r--t/errors.t2
-rw-r--r--t/words.t2
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/List/Breakdown.pm b/lib/List/Breakdown.pm
index 07c8bc1..e0ad240 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.10';
+our $VERSION = '0.11';
# 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.10
+Version 0.11
=head1 DESCRIPTION
@@ -146,7 +146,7 @@ a shortcut) for which the regular expression matched.
=head1 AUTHOR
-Tom Ryder C<< <tom@staff.inspire.net.nz> >>
+Tom Ryder C<< <tom@sanctum.geek.nz> >>
=head1 DIAGNOSTICS
@@ -184,7 +184,7 @@ None known.
=head1 BUGS AND LIMITATIONS
Definitely. This is a very early release. Please report any bugs or feature
-requests to C<tom@staff.inspire.net.nz>.
+requests to C<tom@sanctum.geek.nz>.
=head1 SUPPORT
diff --git a/t/errors.t b/t/errors.t
index f9e418f..61112b1 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.10';
+our $VERSION = '0.11';
my @t = 1 .. 3;
is( eval { breakdown { a => undef }, @t } || undef,
diff --git a/t/words.t b/t/words.t
index 6806739..decebc6 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.10';
+our $VERSION = '0.11';
my @words = qw(foo bar baz quux wibble florb);
my $filters = {