From 353fa94a3f46706ea9004898666262c78cf41d6e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 7 Oct 2017 00:09:49 +1300 Subject: Add homepage and repository resources --- Makefile.PL | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index 3ff5ad5..b63f6b9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,6 +28,10 @@ WriteMakefile( file => 'lib/List/Breakdown.pm', }, }, + resources => { + homepage => 'https://sanctum.geek.nz/cgit/List-Breakdown.git/', + repository => 'https://sanctum.geek.nz/code/List-Breakdown.git/', + }, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'List-Breakdown-*' }, -- cgit v1.2.3