=================================================================== RCS file: /cvs/todotxt/Text-Todo/Build.PL,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- todotxt/Text-Todo/Build.PL 2010/01/22 18:15:56 1.9 +++ todotxt/Text-Todo/Build.PL 2010/02/16 01:13:12 1.10 @@ -2,7 +2,7 @@ use warnings; use Module::Build; -# $AFresh1: Build.PL,v 1.8 2010/01/22 01:30:45 andrew Exp $ +# $AFresh1: Build.PL,v 1.9 2010/01/22 18:15:56 andrew Exp $ my $builder = Module::Build->new( module_name => 'Text::Todo', @@ -27,7 +27,6 @@ 'README', ], create_makefile_pl => 'traditional', - create_license => 1, create_readme => 1, );