From: Dave Rolsky <autarch@urth.org>
Date: Fri, 29 Oct 2010 14:00:45 +0000 (-0500)
Subject: Bump CMOP dep to get rid of Test::Exception in prereq chain
X-Git-Tag: 1.18~19
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=748de9dd25a96eedd371b9b4d2900aa1ce0d0633;p=gitmo%2FMoose.git

Bump CMOP dep to get rid of Test::Exception in prereq chain
---

diff --git a/Makefile.PL b/Makefile.PL
index 2c1ee40..ed8d57f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -14,7 +14,7 @@ all_from 'lib/Moose.pm';
 license 'perl';
 
 requires 'Carp';
-requires 'Class::MOP'                  => '1.10';
+requires 'Class::MOP'                  => '1.11';
 requires 'Data::OptList'               => '0';
 requires 'List::MoreUtils'             => '0.12';
 requires 'Package::DeprecationManager' => '0.10';