=================================================================== RCS file: /cvs/todotxt/Text-Todo-REST-API/Build.PL,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- todotxt/Text-Todo-REST-API/Build.PL 2010/01/17 23:10:59 1.5 +++ todotxt/Text-Todo-REST-API/Build.PL 2010/01/17 23:12:24 1.6 @@ -2,7 +2,7 @@ use warnings; use Module::Build; -# $AFresh1: Build.PL,v 1.4 2010/01/17 21:09:39 andrew Exp $ +# $AFresh1: Build.PL,v 1.5 2010/01/17 23:10:59 andrew Exp $ my $builder = Module::Build->new( module_name => 'Text::Todo::REST::API', @@ -12,7 +12,6 @@ recursive_test_files => 1, requires => { 'Class::Std' => 0, - 'Class::Std::Utils' => 0, 'Digest::MD5' => 0, 'File::Spec' => 0, 'Text::Todo' => 0,