diff --git a/Makefile.PL b/Makefile.PL index 75a0599..c2936dd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,4 +14,12 @@ WriteMakefile( 'Compress::Zlib' => 0, 'MogileFS::Client' => '1.13', }, + META_MERGE => { + resources => { + homepage => 'http://danga.com/mogilefs/', + bugtracker => 'http://rt.cpan.org/Public/Dist/Display.html?Name=MogileFS-Utils', + repository => 'git://github.com/mogilefs/MogileFS-Utils.git', + MailingList => 'http://groups.google.com/group/mogile', + }, + }, );