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

Diff for /todotxt/Text-Todo-REST-API/Build.PL between version 1.8 and 1.9

version 1.8, 2010/01/31 03:58:31 version 1.9, 2010/01/31 04:24:55
Line 2 
Line 2 
 use warnings;  use warnings;
 use Module::Build;  use Module::Build;
   
 # $AFresh1: Build.PL,v 1.7 2010/01/18 03:10:42 andrew Exp $  # $AFresh1: Build.PL,v 1.8 2010/01/31 03:58:31 andrew Exp $
   
 my $builder = Module::Build->new(  my $builder = Module::Build->new(
     module_name          => 'Text::Todo::REST::API',      module_name          => 'Text::Todo::REST::API',
Line 20 
Line 20 
         'version'           => 0,          'version'           => 0,
     },      },
     build_requires     => {      build_requires     => {
           'Test::JSON'        => 0,
         'Test::More'        => 0.82,          'Test::More'        => 0.82,
     },      },
     add_to_cleanup     => [      add_to_cleanup     => [

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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