Fix POD markup for default predicate names
[gitmo/Moo.git] / Makefile.PL
index 8b4c5b7..48c1f08 100644 (file)
@@ -10,10 +10,10 @@ my %BUILD_DEPS = (
 );
 
 my %RUN_DEPS = (
-  'Class::Method::Modifiers' => 1.04,
-  'strictures' => 1.001001,
+  'Class::Method::Modifiers' => 1.10,
+  'strictures' => 1.004003,
   'Module::Runtime' => 0.012,
-  'Role::Tiny' => 1.001003,
+  'Role::Tiny' => 1.002004,
   'Devel::GlobalDestruction' => 0.09,
 );
 
@@ -23,7 +23,10 @@ my $mymeta = do { no warnings; $ExtUtils::MakeMaker::VERSION >= 6.5702 };
 
 my %extra_info = (
   resources => {
-    repository => 'git://git.shadowcat.co.uk/gitmo/Moo.git'
+    repository => 'git://git.shadowcat.co.uk/gitmo/Moo.git',
+    IRC => 'irc://irc.perl.org/#moose',
+    bugtracker => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Moo',
+    license => 'http://dev.perl.org/licenses/',
   }
 );