From: Matt S Trout Date: Tue, 10 Sep 2013 08:31:18 +0000 (+0000) Subject: update Moo dep to avoid t/55n_c crash X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4bc0e5fd2fbead36a3ae84b33396141634676e84;p=dbsrgits%2FDBIx-Class-Historic.git update Moo dep to avoid t/55n_c crash --- diff --git a/Makefile.PL b/Makefile.PL index 77abec6..b6e4557 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -62,7 +62,7 @@ my $runtime_requires = { 'Data::Dumper::Concise' => '2.020', 'Data::Page' => '2.00', 'Hash::Merge' => '0.12', - 'Moo' => '0.009014', + 'Moo' => '1.003000', 'MRO::Compat' => '0.09', 'Module::Find' => '0.06', 'namespace::clean' => '0.20',