Conflict with MX::SAA 0.05
Dave Rolsky [Wed, 14 Jul 2010 19:14:07 +0000 (14:14 -0500)]
Makefile.PL

index 573d568..75451ce 100644 (file)
@@ -50,25 +50,26 @@ WriteAll();
 # before a release.
 sub check_conflicts {
     my %conflicts = (
-        'Catalyst'                      => '5.80017',
-        'Devel::REPL'                   => '1.003008',
-        'Fey::ORM'                      => '0.23',
-        'File::ChangeNotify'            => '0.15',
-        'KiokuDB'                       => '0.41',
-        'MooseX::Aliases'               => '0.07',
-        'MooseX::AttributeHelpers'      => '0.22',
-        'MooseX::Attribute::Prototype'  => '0.10',
-        'MooseX::ClassAttribute'        => '0.09',
-        'MooseX::MethodAttributes'      => '0.18',
-        'MooseX::NonMoose'              => '0.07',
-        'MooseX::Params::Validate'      => '0.05',
-        'MooseX::Role::Cmd'             => '0.06',
-        'MooseX::Role::WithOverloading' => '0.04',
-        'MooseX::Singleton'             => '0.19',
-        'MooseX::StrictConstructor'     => '0.08',
-        'MooseX::Types'                 => '0.19',
-        'namespace::autoclean'          => '0.08',
-        'Pod::Elemental'                => '0.093280',
+        'Catalyst'                       => '5.80017',
+        'Devel::REPL'                    => '1.003008',
+        'Fey::ORM'                       => '0.23',
+        'File::ChangeNotify'             => '0.15',
+        'KiokuDB'                        => '0.41',
+        'MooseX::Aliases'                => '0.07',
+        'MooseX::AttributeHelpers'       => '0.22',
+        'MooseX::Attribute::Prototype'   => '0.10',
+        'MooseX::ClassAttribute'         => '0.09',
+        'MooseX::MethodAttributes'       => '0.18',
+        'MooseX::NonMoose'               => '0.07',
+        'MooseX::Params::Validate'       => '0.05',
+        'MooseX::Role::Cmd'              => '0.06',
+        'MooseX::Role::WithOverloading'  => '0.04',
+        'MooseX::SemiAffordanceAccessor' => '0.05',
+        'MooseX::Singleton'              => '0.19',
+        'MooseX::StrictConstructor'      => '0.08',
+        'MooseX::Types'                  => '0.19',
+        'namespace::autoclean'           => '0.08',
+        'Pod::Elemental'                 => '0.093280',
     );
 
     my $found = 0;