From 0e77a149058db2abf75b871cc1dfeb04460033ea Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 27 Oct 2010 18:54:45 -0500 Subject: conflict on mx-role-overloading too --- Changes | 1 + inc/MMPackageStash.pm | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 ) { -- cgit v1.2.3-54-g00ecf