diff --git a/Makefile.PL b/Makefile.PL index 204b4aa..4ed12b0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Perl Makefile for Danga-Socket +# Perl Makefile for MogileFS-Client # $Id$ # # Invoke with 'perl Makefile.PL' @@ -24,5 +24,15 @@ WriteMakefile( 'Test::More' => 0, 'List::Util' => 0, }, + META_MERGE => { + 'meta-spec' => { version => 2 }, + resources => { + repository => { + type => 'git', + url => 'https://github.com/mogilefs/perl-MogileFS-Client.git', + web => 'https://github.com/mogilefs/perl-MogileFS-Client', + }, + }, + }, );