From: Tomas Doran Date: Tue, 27 Sep 2011 13:45:40 +0000 (+0100) Subject: Add repository metadata. X-Git-Tag: 0.23~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FFCGI-ProcManager.git;a=commitdiff_plain;h=73e3ae9dba1a5ccdf14e72f809c1277b9679a380 Add repository metadata. --- diff --git a/ChangeLog b/ChangeLog index cfd5438..99d1f51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,8 @@ * Fix pm_wait to correctly detect child processes which have died. * Fix to return SIGCHLD handler to it's default state in the pm_manage loop so that loading code which sets SIGCHLD to ignore - won't interfear with normal operation. + won't interfere with normal operation. + * Add repository metadata. 0.22 2011-08-04 Tomas Doran * Ship a version of FCGI::ProcManager::Constrainted which actually 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', + }, + }, );