aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-07-01 11:37:21 +1200
committerTom Ryder <tom@sanctum.geek.nz>2021-07-01 11:37:21 +1200
commitbbd18ada22ea4485190f6ca310dc5086baf224e5 (patch)
treeb8a261a7cd8ccf68103667e09cf1723cec1f35f9
parentMerge branch 'release/v0.23' (diff)
parentUpdate URLs in Makefile.PL (diff)
downloadList-Breakdown-bbd18ada22ea4485190f6ca310dc5086baf224e5.tar.gz
List-Breakdown-bbd18ada22ea4485190f6ca310dc5086baf224e5.zip
Merge branch 'release/v0.24'v0.24
* release/v0.24: Update URLs in Makefile.PL
-rw-r--r--Changes2
-rw-r--r--Makefile.PL8
-rw-r--r--README.md2
-rw-r--r--lib/List/Breakdown.pm4
-rw-r--r--t/errors.t2
-rw-r--r--t/intervals.t2
-rw-r--r--t/monitoring.t2
-rw-r--r--t/records.t2
-rw-r--r--t/words.t2
9 files changed, 13 insertions, 13 deletions
diff --git a/Changes b/Changes
index 801575b..b0add64 100644
--- a/Changes
+++ b/Changes
@@ -6,7 +6,7 @@ documented here anyway for comprehensiveness' sake. Entries with "No
important changes" are likely to be trivial things like documentation
fixes or Perl::Tidy runs.
-0.23 2021-01-02
+0.24 2021-01-02
- Internal refactoring for code quality
diff --git a/Makefile.PL b/Makefile.PL
index 7df8f93..9c69f4f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -26,16 +26,16 @@ WriteMakefile(
'meta-spec' => { version => 2 },
provides => {
'List::Breakdown' => {
- version => '0.23',
+ version => '0.24',
file => 'lib/List/Breakdown.pm',
},
},
resources => {
- homepage => 'https://sanctum.geek.nz/cgit/List-Breakdown.git/',
+ homepage => 'https://dev.sanctum.geek.nz/cgit/List-Breakdown.git/',
repository => {
type => 'git',
- url => 'https://sanctum.geek.nz/code/List-Breakdown.git/',
- web => 'https://sanctum.geek.nz/cgit/List-Breakdown.git/',
+ url => 'https://dev.sanctum.geek.nz/code/List-Breakdown.git/',
+ web => 'https://dev.sanctum.geek.nz/cgit/List-Breakdown.git/',
},
},
},
diff --git a/README.md b/README.md
index c37d305..3f7f404 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ List::Breakdown - Build sublist structures matching conditions
# VERSION
-Version 0.23
+Version 0.24
# SYNOPSIS
diff --git a/lib/List/Breakdown.pm b/lib/List/Breakdown.pm
index 2903aac..24a82a0 100644
--- a/lib/List/Breakdown.pm
+++ b/lib/List/Breakdown.pm
@@ -16,7 +16,7 @@ use base qw(Exporter); ## no critic (ProhibitUseBase)
our @EXPORT_OK = qw(breakdown);
# Specify package version
-our $VERSION = '0.23';
+our $VERSION = '0.24';
# Dispatch table of functions to handle different ref types for the spec
# hashref's values
@@ -103,7 +103,7 @@ List::Breakdown - Build sublist structures matching conditions
=head1 VERSION
-Version 0.23
+Version 0.24
=head1 SYNOPSIS
diff --git a/t/errors.t b/t/errors.t
index 8cd2fc0..2b8b91a 100644
--- a/t/errors.t
+++ b/t/errors.t
@@ -8,7 +8,7 @@ use Test::More tests => 7;
use List::Breakdown 'breakdown';
-our $VERSION = '0.23';
+our $VERSION = '0.24';
my @t = 1 .. 3;
diff --git a/t/intervals.t b/t/intervals.t
index 302607d..e6d7d6b 100644
--- a/t/intervals.t
+++ b/t/intervals.t
@@ -8,7 +8,7 @@ use Test::More tests => 1;
use List::Breakdown 'breakdown';
-our $VERSION = '0.23';
+our $VERSION = '0.24';
## no critic (ProhibitMagicNumbers,ProhibitLeadingZeros)
my @numbers = ( 1, 32, 3718.4, 0x56, 0777, 3.14, -5, 1.2e5 );
diff --git a/t/monitoring.t b/t/monitoring.t
index 67fd1bc..5a9cee7 100644
--- a/t/monitoring.t
+++ b/t/monitoring.t
@@ -8,7 +8,7 @@ use Test::More tests => 1;
use List::Breakdown 'breakdown';
-our $VERSION = '0.23';
+our $VERSION = '0.24';
my @checks = (
{
diff --git a/t/records.t b/t/records.t
index 1f24dd1..da571e5 100644
--- a/t/records.t
+++ b/t/records.t
@@ -8,7 +8,7 @@ use Test::More tests => 1;
use List::Breakdown 'breakdown';
-our $VERSION = '0.23';
+our $VERSION = '0.24';
my @records = (
"NEW CUSTOMER John O''Connor\r 2017-01-01",
diff --git a/t/words.t b/t/words.t
index 2bca87d..8974ef8 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.23';
+our $VERSION = '0.24';
my @words = qw(foo bar baz quux wibble florb);
my $filters = {