conflict on mx-role-overloading too
Jesse Luehrs [Wed, 27 Oct 2010 23:54:45 +0000 (18:54 -0500)]
Changes
inc/MMPackageStash.pm

diff --git a/Changes b/Changes
index dfdcef6..e3ae728 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 Revision history for Package-Stash
 
 {{$NEXT}}
+      - conflict on mx-role-withoverloading too
 
 0.10  2010-10-27
       - only do the weird ISA special-casing on perl versions where it's broken
index a067fc7..93c04e4 100644 (file)
@@ -14,7 +14,8 @@ around _build_MakeFile_PL_template => sub {
     $template .= <<'CHECK_CONFLICTS';
 sub check_conflicts {
     my %conflicts = (
-        'Class::MOP' => '1.09',
+        'Class::MOP'                    => '1.08',
+        'MooseX::Role::WithOverloading' => '0.08',
     );
     my $found = 0;
     for my $mod ( sort keys %conflicts ) {