Merge 'trunk' into 'replication_dedux'
John Napiorkowski [Fri, 9 May 2008 13:39:51 +0000 (13:39 +0000)]
r8571@dev (orig r4363):  bricas | 2008-05-08 10:44:24 -0500
add Test::Exception to deps (RT #34256). move testing modules to test_requires().
r8572@dev (orig r4364):  bricas | 2008-05-08 15:08:18 -0500
add RT ticket number to changes
r8579@dev (orig r4371):  bricas | 2008-05-08 21:55:30 -0500
pod fix (RT #32988)

1  2 
Makefile.PL

diff --combined Makefile.PL
@@@ -24,15 -24,15 +24,16 @@@ requires 'JSON::Any'                 =
  requires 'Scope::Guard'              => 0.03;
  requires 'Digest::SHA1'              => 2.00;
  requires 'Path::Class'               => 0;
 +requires 'List::Util'                => 1.19;
  
  # Perl 5.8.0 doesn't have utf8::is_utf8()
  requires 'Encode'                    => 0 if ($] <= 5.008000);  
  
- build_requires 'DBD::SQLite'         => 1.13;
- build_requires 'Test::Builder'       => 0.33;
- build_requires 'Test::Warn'          => 0.08;
- build_requires 'Test::NoWarnings'    => 0.08;
+ test_requires 'DBD::SQLite'         => 1.13;
+ test_requires 'Test::Builder'       => 0.33;
+ test_requires 'Test::Warn'          => 0.08;
+ test_requires 'Test::NoWarnings'    => 0.08;
+ test_requires 'Test::Exception'     => 0;
  
  install_script 'script/dbicadmin';