aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-07 00:09:49 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-07 00:09:49 +1300
commit353fa94a3f46706ea9004898666262c78cf41d6e (patch)
treea00598c966b5c5dbdc4602799fac2641a9390eac /Makefile.PL
parentUse MERGE not ADD for meta (diff)
downloadList-Breakdown-353fa94a3f46706ea9004898666262c78cf41d6e.tar.gz
List-Breakdown-353fa94a3f46706ea9004898666262c78cf41d6e.zip
Add homepage and repository resources
Diffstat (limited to 'Makefile.PL')
-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-*' },