rename this file so it is visible by metacpan et al
[catagits/fcgi2.git] / perl / Makefile.PL
index 6c4fa67..cb237c1 100644 (file)
@@ -11,7 +11,7 @@ use File::Copy qw(copy);
 @h1 = qw(fastcgi.h fcgiapp.h fcgimisc.h fcgios.h);
 @h = (@h1, 'fcgi_config.h');
 @o = qw(FCGI.o);
-@dist1 = qw(LICENSE.TERMS);
+@dist1 = qw(LICENSE);
 @dist2 = qw(fcgiapp.c os_unix.c os_win32.c);
 @dist3 = (@h1, qw(fcgi_config_x86.h));
 
@@ -70,8 +70,23 @@ push(@extras,
 ) if ($ExtUtils::MakeMaker::VERSION >= 5.4301);
 
 push @extras, META_MERGE => {
+    'meta-spec' => { version => 2 },
+    dynamic_config => 0,
     resources => {
-        repository => 'git://git.shadowcat.co.uk/catagits/fcgi2.git',
+        repository => {
+            # this is the real repository
+            # r/w: catagits@git.shadowcat.co.uk:fcgi2.git
+            # r/o: git://git.shadowcat.co.uk/catagits/fcgi2.git
+            # web: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/fcgi2.git
+            # this is a mirror, but can receive pull requests
+            url => 'https://github.com/perl-catalyst/FCGI.git',
+            web => 'https://github.com/perl-catalyst/FCGI',
+            type => 'git',
+        },
+        bugtracker => {
+            mailto => 'bug-FCGI@rt.cpan.org',
+            web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=FCGI',
+        },
     },
 } if $ExtUtils::MakeMaker::VERSION >= 6.46;