From: Florian Ragwitz Date: Tue, 1 Jun 2010 17:57:03 +0000 (+0200) Subject: Depend on a Moose with TC numification overloading X-Git-Tag: 0.22~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5f2eb84b10a3d0fbe1fb213fc928b45f0db116af;hp=d9d83d8d4b620610974d2e63ff89687db1c3bc7a;p=gitmo%2FMooseX-Types.git Depend on a Moose with TC numification overloading --- diff --git a/Makefile.PL b/Makefile.PL index f1c8e8c..97457c6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,7 +14,7 @@ build_requires q{FindBin}, 0; build_requires q{Test::Moose}, 0; build_requires q{Test::Exception}, 0; -requires q{Moose}, '0.93'; +requires q{Moose}, '1.06'; requires q{Sub::Install}, '0.924'; requires q{namespace::clean}, '0.08'; requires q{Carp}, 0;