bump the minimum version number in Task::Moose to 0.90 to deal with the removal of... 0.02
Chris Prather [Thu, 17 Sep 2009 23:02:34 +0000 (19:02 -0400)]
Makefile.PL

index 0d32981..1f40eff 100644 (file)
@@ -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