=================================================================== RCS file: /cvs/todotxt/Text-Todo/Build.PL,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- todotxt/Text-Todo/Build.PL 2010/01/18 02:46:48 1.5 +++ todotxt/Text-Todo/Build.PL 2010/01/20 21:53:01 1.6 @@ -1,7 +1,7 @@ use strict; use warnings; use Module::Build; -# $AFresh1: Build.PL,v 1.3 2010/01/11 19:52:06 andrew Exp $ +# $AFresh1: Build.PL,v 1.5 2010/01/18 02:46:48 andrew Exp $ my $builder = Module::Build->new( module_name => 'Text::Todo', @@ -9,11 +9,10 @@ dist_author => 'Andrew Fresh ', dist_version_from => 'lib/Text/Todo.pm', requires => { - 'Test::More' => 0, + 'Test::More' => 0.82, 'Carp' => 0, 'Class::Std::Utils' => 0, 'File::Spec' => 0, - 'List::Util' => 0, 'version' => 0, }, add_to_cleanup => [ 'Text-Todo-*' ],