=================================================================== RCS file: /cvs/todotxt/Text-Todo-REST-API/Build.PL,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- todotxt/Text-Todo-REST-API/Build.PL 2010/01/16 16:01:07 1.1 +++ todotxt/Text-Todo-REST-API/Build.PL 2010/01/17 19:43:12 1.2 @@ -1,18 +1,23 @@ use strict; use warnings; use Module::Build; -# $RedRiver$ +# $AFresh1$ + my $builder = Module::Build->new( - module_name => 'Text::Todo::REST::API', - license => 'perl', - dist_author => 'Andrew Fresh ', - dist_version_from => 'lib/Text/Todo/REST/API.pm', - requires => { - 'Test::More' => 0, - 'version' => 0, + module_name => 'Text::Todo::REST::API', + license => 'perl', + dist_author => 'Andrew Fresh ', + dist_version_from => 'lib/Text/Todo/REST/API.pm', + requires => { + 'Class::Std::Utils' => 0, + 'Digest::MD5' => 0, + 'File::Spec' => 0, + 'Text::Todo' => 0, + 'Test::More' => 0, + 'version' => 0, }, - add_to_cleanup => [ 'Text-Todo-REST-API-*' ], + add_to_cleanup => ['Text-Todo-REST-API-*'], ); $builder->create_build_script();