=================================================================== RCS file: /cvs/todotxt/Text-Todo/Build.PL,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- todotxt/Text-Todo/Build.PL 2009/07/09 19:21:34 1.1 +++ todotxt/Text-Todo/Build.PL 2010/01/11 02:57:34 1.2 @@ -1,7 +1,7 @@ use strict; use warnings; use Module::Build; -# $RedRiver$ +# $RedRiver: Build.PL,v 1.1.1.1 2009/07/09 18:21:34 andrew Exp $ my $builder = Module::Build->new( module_name => 'Text::Todo', @@ -10,6 +10,10 @@ dist_version_from => 'lib/Text/Todo.pm', requires => { 'Test::More' => 0, + 'Carp' => 0, + 'Class::Std::Utils' => 0, + 'File::Spec' => 0, + 'List::Util' => 0, 'version' => 0, }, add_to_cleanup => [ 'Text-Todo-*' ],