aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 9ef1a20..3995b26 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -15,5 +15,12 @@ WriteMakefile(
META_MERGE => {
'meta-spec' => { version => 2 },
release_status => 'stable',
+ resources => {
+ repository => {
+ type => 'git',
+ url => 'git://git.mageia.org/software/perl/perl-Hal-Cdroms/',
+ web => 'http://gitweb.mageia.org/software/perl/perl-Hal-Cdroms/',
+ },
+ },
},
);