[BACK]Return to Build.PL CVS log [TXT][DIR] Up to [local] / todotxt / Text-Todo

Diff for /todotxt/Text-Todo/Build.PL between version 1.1 and 1.2

version 1.1, 2009/07/09 19:21:34 version 1.2, 2010/01/11 02:57:34
Line 1 
Line 1 
 use strict;  use strict;
 use warnings;  use warnings;
 use Module::Build;  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(  my $builder = Module::Build->new(
     module_name         => 'Text::Todo',      module_name         => 'Text::Todo',
Line 10 
Line 10 
     dist_version_from   => 'lib/Text/Todo.pm',      dist_version_from   => 'lib/Text/Todo.pm',
     requires => {      requires => {
         'Test::More' => 0,          'Test::More' => 0,
           'Carp' => 0,
           'Class::Std::Utils' => 0,
           'File::Spec' => 0,
           'List::Util' => 0,
         'version'    => 0,          'version'    => 0,
     },      },
     add_to_cleanup      => [ 'Text-Todo-*' ],      add_to_cleanup      => [ 'Text-Todo-*' ],

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>