re-specify minimum perl version, add some metadata
Karen Etheridge [Wed, 9 Jul 2014 15:38:59 +0000 (08:38 -0700)]
Makefile.PL

index bf0cba0..4abb43d 100644 (file)
@@ -15,5 +15,24 @@ WriteMakefile(
     'warnings::illegalproto' => '0.001',
     'Data::Dumper::Concise' => '2.020',
   },
+  MIN_PERL_VERSION => '5.006',
+
+  META_MERGE => {
+    'meta-spec' => { version => 2 },
+    dynamic_config => 0,
+    resources => {
+      # r/w: p5sagit@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',
+        type => 'git',
+      },
+      bugtracker => {
+          mailto => 'bug-Web-Simple@rt.cpan.org',
+          web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Web-Simple',
+      },
+    },
+  },
+
   realclean => { FILES => [ 'Distar/', 'MANIFEST*' ] },
 );