Author: timbo
Date: Thu Apr 17 03:28:11 2008
New Revision: 11102

Modified:
   dbi/trunk/Changes
   dbi/trunk/Makefile.PL
   dbi/trunk/t/85gofer.t

Log:
Increased timeout on tests to accomodate very slow systems.
Added explicit LICENSE specification (perl) to META.yaml


Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes   (original)
+++ dbi/trunk/Changes   Thu Apr 17 03:28:11 2008
@@ -50,6 +50,10 @@
     inner sth handle when passed a $sth instead of an sql string.
     Drivers will need to be recompiled to pick up this change.
 
+  Increased timeout on tests to accomodate very slow systems.
+
+  Added explicit LICENSE specification (perl) to META.yaml
+
 =head2 Changes in DBI 1.604 (svn rev 10994) 24th March 2008
 
   Fixed fetchall_arrayref with $max_rows argument broken in 1.603,

Modified: dbi/trunk/Makefile.PL
==============================================================================
--- dbi/trunk/Makefile.PL       (original)
+++ dbi/trunk/Makefile.PL       Thu Apr 17 03:28:11 2008
@@ -147,6 +147,7 @@
        COMPRESS => 'gzip -v9', SUFFIX => 'gz',
     },
 );
+$opts{LICENSE} = 'perl' if $ExtUtils::MakeMaker::VERSION >= 6.3002;
 $opts{CAPI} = 'TRUE' if $Config{archname} =~ /-object\b/i;
 
 if (my $gccversion = $Config{gccversion}) {    # ask gcc to be more pedantic

Modified: dbi/trunk/t/85gofer.t
==============================================================================
--- dbi/trunk/t/85gofer.t       (original)
+++ dbi/trunk/t/85gofer.t       Thu Apr 17 03:28:11 2008
@@ -46,7 +46,7 @@
 }
 my $remote_driver_dsn = "dbm_type=$opt_dbm;lockfile=0";
 my $remote_dsn = "dbi:DBM:$remote_driver_dsn";
-my $timeout = 30; # for slow/overloaded systems (incl virtual machines with 
low priority)
+my $timeout = 60; # for slow/overloaded systems (incl virtual machines with 
low priority)
 
 plan 'no_plan';
 

Reply via email to