changelog
[gitmo/Moose.git] / Makefile.PL
index 4777e74..d3da7e3 100644 (file)
@@ -2,13 +2,13 @@ use strict;
 use warnings;
 use inc::Module::Install 0.98;
 use Module::Install::AuthorRequires;
-use 5.008001;
+use 5.008003;
 
 check_broken_extratests();
 check_conflicts();
 
 name 'Moose';
-perl_version '5.008001';
+perl_version '5.008003';
 all_from 'lib/Moose.pm';
 license 'perl';
 
@@ -48,9 +48,11 @@ WriteAll();
 # before a release.
 sub check_conflicts {
     my %conflicts = (
+        'Catalyst'                      => '5.80017',
         'Devel::REPL'                   => '1.003008',
         'Fey::ORM'                      => '0.23',
-        'Catalyst'                      => '5.80017',
+        'File::ChangeNotify'            => '0.15',
+        'KiokuDB'                       => '0.41',
         'MooseX::Aliases'               => '0.07',
         'MooseX::AttributeHelpers'      => '0.22',
         'MooseX::Attribute::Prototype'  => '0.10',
@@ -63,9 +65,8 @@ 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',
+        'Pod::Elemental'                => '0.093280',
     );
 
     my $found = 0;