aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-07 02:31:14 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-07 02:32:56 +1300
commitf959e213fb68c2678ad346e7bec3e28c69a3945d (patch)
tree307612ff1f1feaeead686500f0e4bfe12900849e
parentBump version (diff)
downloadList-Breakdown-f959e213fb68c2678ad346e7bec3e28c69a3945d.tar.gz
List-Breakdown-f959e213fb68c2678ad346e7bec3e28c69a3945d.zip
Add extra repository metadata
-rw-r--r--Makefile.PL7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 5cd070b..9e2ccf8 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -22,6 +22,7 @@ WriteMakefile(
'Exporter' => '0',
},
META_MERGE => {
+ 'meta-spec' => { version => 2 },
provides => {
'List::Breakdown' => {
version => '0.20',
@@ -30,7 +31,11 @@ WriteMakefile(
},
resources => {
homepage => 'https://sanctum.geek.nz/cgit/List-Breakdown.git/',
- repository => 'https://sanctum.geek.nz/code/List-Breakdown.git/',
+ repository => {
+ type => 'git',
+ url => 'https://sanctum.geek.nz/code/List-Breakdown.git/',
+ web => 'https://sanctum.geek.nz/cgit/List-Breakdown.git/',
+ },
},
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },