From: Daniel Axelrod Date: Fri, 25 Sep 2009 02:19:05 +0000 (-0400) Subject: Specified minimum versions so that no module in this task conflicts with the latest... X-Git-Tag: 0.03~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FTask-Moose.git;a=commitdiff_plain;h=6be031be77c0bd98fb305a85e1bcc0bdb25e272d;hp=3c7748a8e68871eba1fb1437f98ff22443d07a46 Specified minimum versions so that no module in this task conflicts with the latest Moose version. Also bumped Moose's version. --- diff --git a/Makefile.PL b/Makefile.PL index 1f40eff..8d32ae8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,18 +6,18 @@ name 'Task-Moose'; all_from 'lib/Task/Moose.pm'; license 'perl'; -requires 'Moose' => 0.90; +requires 'Moose' => 0.92; # Make Moose Stricter feature 'Making Moose constructors stricter', -default => 0, - 'MooseX::StrictConstructor' => 0; + 'MooseX::StrictConstructor' => 0.08; feature 'Moose-ish method parameter handling', -default => 0, - 'MooseX::Params::Validate' => 0; + 'MooseX::Params::Validate' => 0.06; # Traits / Roles @@ -49,7 +49,7 @@ feature 'Inside out instance type for Moose', feature 'Singleton instance type for Moose', -default => 0, - 'MooseX::Singleton' => 0; + 'MooseX::Singleton' => 0.20; feature 'Subclassing of non-Moose classes', -default => 0, @@ -73,7 +73,7 @@ feature 'Declarative exception handling', feature 'Moose type extensions', -default => 0, - 'MooseX::Types' => 0; + 'MooseX::Types' => 0.20; feature 'Structured type constraints', -default => 0, @@ -178,7 +178,7 @@ feature 'Support for PBP style accessors', feature "Keep imported subroutines out of your class's namespace", -default => 0, - 'namespace::autoclean' => 0; + 'namespace::autoclean' => 0.09; # Utilities