From f959e213fb68c2678ad346e7bec3e28c69a3945d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 7 Oct 2017 02:31:14 +1300 Subject: Add extra repository metadata --- Makefile.PL | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile.PL') 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', }, -- cgit v1.2.3