X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=8575b306a9e3ca56e69f8670122dfa2c7f8c610a;hb=73e3ae9dba1a5ccdf14e72f809c1277b9679a380;hp=fb51682b0da9b85e294d92495c9a5d4385d543d4;hpb=f969c0660ebbf43a72456197871e6a18fc430c31;p=catagits%2FFCGI-ProcManager.git diff --git a/Makefile.PL b/Makefile.PL index fb51682..8575b30 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,5 +18,10 @@ WriteMakefile ($] >= 5.005 ? (ABSTRACT => 'A perl-based FastCGI process manager', AUTHOR => 'James E Jurach (muaddib@erf.net)') : ()), - dist => { COMPRESS => 'gzip', SUFFIX => 'gz' } + dist => { COMPRESS => 'gzip', SUFFIX => 'gz' }, + META_MERGE => { + resources => { + repository => 'git://git.shadowcat.co.uk/catagits/FCGI-ProcManager', + }, + }, );