[svn:dbi] r14614 - dbi/trunk

[email protected] Wed, 29 Dec 2010 06:34:14 -0800 (PST)
Newsgroups perl.dbi.changes
Message-ID <[email protected]>
Author: timbo
Date: Wed Dec 29 06:34:14 2010
New Revision: 14614

Modified:
   dbi/trunk/Changes
   dbi/trunk/MANIFEST

Log:
Add t/48dbi_dbd_sqlengine.t to MANIFEST

Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes	(original)
+++ dbi/trunk/Changes	Wed Dec 29 06:34:14 2010
@@ -6,7 +6,7 @@
 
 =cut
 
-=head2 Changes in DBI 1.617 (svn r14613) 29th December 2010
+=head2 Changes in DBI 1.617 (svn r14614) 29th December 2010
 
   Fixed spurious dbi_profile lines written to the log when
     profiling is enabled and a trace flag, like SQL, is used.

Modified: dbi/trunk/MANIFEST
==============================================================================
--- dbi/trunk/MANIFEST	(original)
+++ dbi/trunk/MANIFEST	Wed Dec 29 06:34:14 2010
@@ -97,6 +97,7 @@
 t/41prof_dump.t
 t/42prof_data.t
 t/43prof_env.t
+t/48dbi_dbd_sqlengine.t         Tests for DBI::DBD::SqlEngine
 t/49dbd_file.t			DBD::File API and very basic tests
 t/50dbm_simple.t		simple DBD::DBM tests
 t/51dbm_file.t			extended DBD::File tests (through DBD::DBM)