=================================================================== RCS file: /cvs/todotxt/Text-Todo-REST-API/Build.PL,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- todotxt/Text-Todo-REST-API/Build.PL 2010/01/31 04:24:55 1.9 +++ todotxt/Text-Todo-REST-API/Build.PL 2010/02/14 06:14:57 1.10 @@ -2,7 +2,7 @@ use warnings; use Module::Build; -# $AFresh1: Build.PL,v 1.8 2010/01/31 03:58:31 andrew Exp $ +# $AFresh1: Build.PL,v 1.9 2010/01/31 04:24:55 andrew Exp $ my $builder = Module::Build->new( module_name => 'Text::Todo::REST::API', @@ -15,7 +15,7 @@ 'Class::Std::Utils' => 0, 'Digest::MD5' => 0, 'File::Spec' => 0, - 'Text::Todo' => 0, + 'Text::Todo' => 0.2, 'Test::More' => 0, 'version' => 0, },