Author: timbo Date: Tue Oct 5 14:08:30 2004 New Revision: 478 Modified: dbi/trunk/Changes dbi/trunk/Makefile.PL Log: Require Test::More 0.4 up-front
Modified: dbi/trunk/Changes ============================================================================== --- dbi/trunk/Changes (original) +++ dbi/trunk/Changes Tue Oct 5 14:08:30 2004 @@ -4,7 +4,7 @@ =cut -=head2 Changes in DBI 1.44 (svn rev 442), XXX +=head2 Changes in DBI 1.44 (svn rev 478), 5th October 2004 Fixed build issues on VMS thanks to Jakob Snoer. Fixed DBD::File finish() method to return 1 thanks to Jan Dubois. Modified: dbi/trunk/Makefile.PL ============================================================================== --- dbi/trunk/Makefile.PL (original) +++ dbi/trunk/Makefile.PL Tue Oct 5 14:08:30 2004 @@ -36,6 +36,7 @@ use strict; use Test::Harness; # tests use it so check it's loadable early +use Test::More 0.4; # tests use it so check it's loadable early use DBI::DBD;
