From: Chris Prather Date: Thu, 17 Sep 2009 23:02:34 +0000 (-0400) Subject: bump the minimum version number in Task::Moose to 0.90 to deal with the removal of... X-Git-Tag: 0.02 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FTask-Moose.git;a=commitdiff_plain;h=3c7748a8e68871eba1fb1437f98ff22443d07a46;hp=0485ce28bc1f12548e9d96c094671adc79696aad bump the minimum version number in Task::Moose to 0.90 to deal with the removal of MX::AH --- diff --git a/Makefile.PL b/Makefile.PL index 0d32981..1f40eff 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ name 'Task-Moose'; all_from 'lib/Task/Moose.pm'; license 'perl'; -requires 'Moose' => 0; +requires 'Moose' => 0.90; # Make Moose Stricter