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
$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 ) {