Correct location of git repository, s/p5sagits/catagits/
[catagits/Web-Simple.git] / Makefile.PL
index fa8425a..a53692e 100644 (file)
@@ -13,10 +13,10 @@ my %WriteMakefileArgs = (
     'meta-spec' => { version => 2 },
     dynamic_config => 0,
     resources => {
-      # r/w: p5sagit@git.shadowcat.co.uk:Web-Simple.git
+      # r/w: catagits@git.shadowcat.co.uk:Web-Simple.git
       repository => {
-        url => 'git://git.shadowcat.co.uk/p5sagit/Web-Simple.git',
-        web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Web-Simple.git',
+        url => 'git://git.shadowcat.co.uk/catagits/Web-Simple.git',
+        web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/Web-Simple.git',
         type => 'git',
       },
       bugtracker => {
@@ -35,22 +35,12 @@ my %WriteMakefileArgs = (
       },
       runtime => {
         requires => {
-          'Carp' => '0',
           'Encode' => '0',              # not core in 5.6
           'Exporter' => '5.57',         # use Exporter 'import'
-          'File::Glob' => '0',
-          'HTTP::Body' => '0',
-          'HTTP::Headers' => '0',
-          'HTTP::Request' => '0',
-          'IO::Handle' => '0',
-          'MIME::Base64' => '0',
           'Moo' => '0.009014',
           'Plack' => '0.9968',
           'Scalar::Util' => '0',        # not core in 5.6
-          'Sub::Quote' => '0',
           'Syntax::Keyword::Gather' => '1.001',
-          'URI' => '0',
-          'overload' => '0',
           'strictures' => '1',
           'warnings::illegalproto' => '0',
           'perl' => '5.006',
@@ -59,9 +49,6 @@ my %WriteMakefileArgs = (
       test => {
         requires => {
           'Data::Dumper::Concise' => '2.020',
-          'HTTP::Request::Common' => '0',
-          'HTTP::Response' => '0',
-          'Socket' => '0',
           'Test::More' => '0.88',
         },
         recommends => {