summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-10-31 10:41:56 -0500
committerJesse Luehrs <doy@tozt.net>2010-10-31 10:56:09 -0500
commit67b1704808e62f27210fe992df9c45b232fe9d5b (patch)
tree19e2f7a922593fa69f3e81a5a41293e0bb86a091 /inc
parent23093e2990bf64f03ad844e7b08fffa34ead8510 (diff)
downloadpackage-stash-67b1704808e62f27210fe992df9c45b232fe9d5b.tar.gz
package-stash-67b1704808e62f27210fe992df9c45b232fe9d5b.zip
revert vivication changes for now again0.13
Diffstat (limited to 'inc')
-rw-r--r--inc/MMPackageStash.pm4
1 files changed, 2 insertions, 2 deletions
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 ) {