Author: timbo
Date: Tue May 11 15:18:07 2004
New Revision: 340

Modified:
   dbi/trunk/Changes
   dbi/trunk/Makefile.PL
Log:
Update Test::More prereq and Changes notes


Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes   (original)
+++ dbi/trunk/Changes   Tue May 11 15:18:07 2004
@@ -24,7 +24,9 @@
 
   Changed selectall_arrayref() to call finish() if
     $attr->{MaxRows} is defined.
-  Changed more tests to use Test::More thanks to Andy Lester.
+  Changed all tests to use Test::More and enhanced the tests thanks
+    to Andy Lester and Stevan Little. http://qa.perl.org/phalanx/
+  Changed Test::More minimum prerequisite version to 0.40 (2001).
 
   Added warning if build directory path contains whitespace.
   Removed "may change" warnings from the docs for table_info(),

Modified: dbi/trunk/Makefile.PL
==============================================================================
--- dbi/trunk/Makefile.PL       (original)
+++ dbi/trunk/Makefile.PL       Tue May 11 15:18:07 2004
@@ -124,7 +124,7 @@
 my %opts = (
     NAME=> 'DBI',
     VERSION_FROM=> 'DBI.pm',
-    PREREQ_PM => { "Test::More" => 0 },
+    PREREQ_PM => { "Test::More" => 0.40 },
     EXE_FILES => [ "dbiproxy$ext_pl", "dbiprof$ext_pl" ],
     DIR => [ ],
     dynamic_lib => { OTHERLDFLAGS => "$::opt_g" },

Reply via email to