Author: timbo
Date: Wed Jul 28 08:43:01 2004
New Revision: 414

Modified:
   dbi/trunk/Changes
   dbi/trunk/Makefile.PL
Log:
Changed Test::More prerequisite to Test::Simple, which is also the name
of the distribution both are packaged in) to work around ppm behaviour.
Tidied up Changes header format.


Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes   (original)
+++ dbi/trunk/Changes   Wed Jul 28 08:43:01 2004
@@ -4,7 +4,7 @@
 
 =cut
 
-=head1 CHANGES in DBI 1.44 (svn rev ???),    XXX
+=head2 Changes in DBI 1.44 (svn rev ???),    XXX
 
   Changed bind_param_array() so it doesn't require all bind arrays
     to have the same number of elements.
@@ -13,11 +13,13 @@
   Changed execute_array() to return "0E0" for 0 as per the docs.
   Changed execute_for_fetch() definition, and default implementation,
     to return "0E0" for 0 like execute() and execute_array().
+  Changed Test::More prerequisite to Test::Simple, which is also the name
+    of the distribution both are packaged in) to work around ppm behaviour.
 
   Corrected docs to say that get/set of unknown attribute generates
     a warning and is no longer fatal. Thanks to Vadim.
 
-=head1 CHANGES in DBI 1.43 (svn rev 377),    2nd July 2004
+=head2 Changes in DBI 1.43 (svn rev 377),    2nd July 2004
 
   Fixed connect() and connect_cached() RaiseError/PrintError
     which would sometimes show "(no error string)" as the error.
@@ -51,7 +53,7 @@
   Removed "may change" warnings from the docs for table_info(),
     primary_key_info(), and foreign_key_info() methods.
 
-=head1 CHANGES in DBI 1.42 (svn rev 222),    12th March 2004
+=head2 Changes in DBI 1.42 (svn rev 222),    12th March 2004
 
   Fixed $sth->{NUM_OF_FIELDS} of non-executed statement handle
     to be undef as per the docs (it was 0).
@@ -95,7 +97,7 @@
   Corrected typos in docs thanks to Steffen Goeldner.
   Corrected execute_for_fetch example thanks to Dean Arnold.
 
-=head1 CHANGES in DBI 1.41 (svn rev 130),    22nd February 2004
+=head2 Changes in DBI 1.41 (svn rev 130),    22nd February 2004
 
   Fixed execute_for_array() so tuple_status parameter is optional
     as per docs, thanks to Ed Avis.

Modified: dbi/trunk/Makefile.PL
==============================================================================
--- dbi/trunk/Makefile.PL       (original)
+++ dbi/trunk/Makefile.PL       Wed Jul 28 08:43:01 2004
@@ -124,7 +124,7 @@
 my %opts = (
     NAME=> 'DBI',
     VERSION_FROM=> 'DBI.pm',
-    PREREQ_PM => { "Test::More" => 0.40 },
+    PREREQ_PM => { "Test::Simple" => 0.40 },
     EXE_FILES => [ "dbiproxy$ext_pl", "dbiprof$ext_pl" ],
     DIR => [ ],
     dynamic_lib => { OTHERLDFLAGS => "$::opt_g" },

Reply via email to