Add repository to meta resources
Florian Ragwitz [Tue, 24 May 2011 12:35:29 +0000 (14:35 +0200)]
perl/Makefile.PL

index 9fb5e9b..ecfca1a 100644 (file)
@@ -75,6 +75,12 @@ push(@extras,
 )
     if ($ExtUtils::MakeMaker::VERSION >= 5.4301);
 
+push @extras, META_MERGE => {
+    resources => {
+        repository => 'git://git.shadowcat.co.uk/catagits/fcgi2.git',
+    },
+} if $ExtUtils::MakeMaker::VERSION >= 6.46;
+
 $plfiles = {
     'echo.PL' => 'echo.fpl',
     'remote.PL' => 'remote.fpl',