aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.PL4
1 files changed, 4 insertions, 0 deletions
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-*' },