From 67b1704808e62f27210fe992df9c45b232fe9d5b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 31 Oct 2010 10:41:56 -0500 Subject: revert vivication changes for now again --- inc/MMPackageStash.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc') diff --git a/inc/MMPackageStash.pm b/inc/MMPackageStash.pm index 93c04e4..cab44dc 100644 --- a/inc/MMPackageStash.pm +++ b/inc/MMPackageStash.pm @@ -14,8 +14,8 @@ around _build_MakeFile_PL_template => sub { $template .= <<'CHECK_CONFLICTS'; sub check_conflicts { my %conflicts = ( - 'Class::MOP' => '1.08', - 'MooseX::Role::WithOverloading' => '0.08', + # 'Class::MOP' => '1.08', + # 'MooseX::Role::WithOverloading' => '0.08', ); my $found = 0; for my $mod ( sort keys %conflicts ) { -- cgit v1.2.3-54-g00ecf