=================================================================== RCS file: /cvs/todotxt/Text-Todo/Build.PL,v retrieving revision 1.1.1.1 retrieving revision 1.7 diff -u -r1.1.1.1 -r1.7 --- todotxt/Text-Todo/Build.PL 2009/07/09 19:21:34 1.1.1.1 +++ todotxt/Text-Todo/Build.PL 2010/01/20 21:53:57 1.7 @@ -1,18 +1,22 @@ use strict; use warnings; use Module::Build; -# $RedRiver$ +# $AFresh1: Build.PL,v 1.6 2010/01/20 21:53:01 andrew Exp $ + my $builder = Module::Build->new( - module_name => 'Text::Todo', - license => 'perl', - dist_author => 'Andrew Fresh ', - dist_version_from => 'lib/Text/Todo.pm', - requires => { - 'Test::More' => 0, - 'version' => 0, + module_name => 'Text::Todo', + license => 'perl', + dist_author => 'Andrew Fresh ', + dist_version_from => 'lib/Text/Todo.pm', + requires => { + 'Carp' => 0, + 'Class::Std::Utils' => 0, + 'File::Spec' => 0, + 'Test::More' => 0.82, + 'version' => 0, }, - add_to_cleanup => [ 'Text-Todo-*' ], + add_to_cleanup => ['Text-Todo-*'], ); $builder->create_build_script();