From: Jesse Luehrs <doy@tozt.net>
Date: Sun, 26 Sep 2010 19:54:29 +0000 (-0500)
Subject: bump our cmop dep for the reinit stuff
X-Git-Tag: 1.15~57
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f84e487d9a57ab15e8aab0f84ee6fb795e7c9bcf;p=gitmo%2FMoose.git

bump our cmop dep for the reinit stuff
---

diff --git a/Makefile.PL b/Makefile.PL
index 06d21e5..54c053d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -14,7 +14,7 @@ all_from 'lib/Moose.pm';
 license 'perl';
 
 requires 'Carp';
-requires 'Class::MOP'                  => '1.05';
+requires 'Class::MOP'                  => '1.09';
 requires 'Data::OptList'               => '0';
 requires 'List::MoreUtils'             => '0.12';
 requires 'Package::DeprecationManager' => '0.04';