undoublefail
[gitmo/Moose.git] / Makefile.PL
index 324a455..a4af8ec 100644 (file)
@@ -1,6 +1,6 @@
 use strict;
 use warnings;
-use inc::Module::Install 0.95;
+use inc::Module::Install 0.97;
 use Module::Install::AuthorRequires;
 use 5.008001;
 
@@ -13,7 +13,7 @@ all_from 'lib/Moose.pm';
 license 'perl';
 
 requires 'Carp';
-requires 'Class::MOP'       => '0.98';
+requires 'Class::MOP'       => '1.01';
 requires 'Data::OptList'    => '0';
 requires 'List::MoreUtils'  => '0.12';
 requires 'Scalar::Util'     => '1.19';
@@ -38,9 +38,11 @@ if ( is_maintainer() ) {
 
 tests_recursive();
 
+repository 'git://git.moose.perl.org/Moose.git';
+
 WriteAll();
 
-# Use the cpan-smolder-stable script in the Moose svn root to figure
+# Use the xt/author/test-my-dependents.t test to figure
 # out what on CPAN will break with the latest Moose, then update this
 # before a release.
 sub check_conflicts {
@@ -60,6 +62,7 @@ sub check_conflicts {
         'MooseX::Singleton'             => '0.19',
         'MooseX::StrictConstructor'     => '0.07',
         'MooseX::Types'                 => '0.19',
+        'Pod::Elemental'                => '0.093280',
         'namespace::autoclean'          => '0.08',
         'KiokuDB'                       => '0.41',
     );