From: Jesse Luehrs <doy@tozt.net>
Date: Wed, 27 Oct 2010 23:54:45 +0000 (-0500)
Subject: conflict on mx-role-overloading too
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0e77a149058db2abf75b871cc1dfeb04460033ea;p=gitmo%2FPackage-Stash-PP.git

conflict on mx-role-overloading too
---

diff --git a/Changes b/Changes
index dfdcef6..e3ae728 100644
--- 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
diff --git a/inc/MMPackageStash.pm b/inc/MMPackageStash.pm
index a067fc7..93c04e4 100644
--- a/inc/MMPackageStash.pm
+++ b/inc/MMPackageStash.pm
@@ -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 ) {