Add repository metadata.
Tomas Doran [Tue, 27 Sep 2011 13:45:40 +0000 (14:45 +0100)]
ChangeLog
Makefile.PL

index cfd5438..99d1f51 100644 (file)
--- 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  <bobtfish@bobtfish.net>
     * Ship a version of FCGI::ProcManager::Constrainted which actually
index fb51682..8575b30 100644 (file)
@@ -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',
+        },
+    },
   );