Author: timbo
Date: Tue Mar  9 07:10:00 2004
New Revision: 208

Modified:
   dbi/trunk/MANIFEST
   dbi/trunk/ToDo
Log:
Forgot to add lib/DBI/SQL/Nano.pm to MANIFEST


Modified: dbi/trunk/MANIFEST
==============================================================================
--- dbi/trunk/MANIFEST  (original)
+++ dbi/trunk/MANIFEST  Tue Mar  9 07:10:00 2004
@@ -36,6 +36,7 @@
 lib/DBI/ProfileDumper/Apache.pm
 lib/DBI/ProxyServer.pm         The proxy drivers server
 lib/DBI/PurePerl.pm            A DBI.xs emulation in Perl
+lib/DBI/SQL/Nano.pm            A 'smaller than micro' SQL parser
 lib/DBI/W32ODBC.pm             An experimental DBI emulation layer for Win32::ODBC
 lib/Win32/DBIODBC.pm           An experimental Win32::ODBC emulation layer for DBI
 t/01basics.t

Modified: dbi/trunk/ToDo
==============================================================================
--- dbi/trunk/ToDo      (original)
+++ dbi/trunk/ToDo      Tue Mar  9 07:10:00 2004
@@ -139,6 +139,12 @@
 
 --- Other changes
 
+Change t/zz_*_pp.t to be t/zXX_*.t where XX is a combination of:
+ - 'pp' (for DBI_PUREPERL=2)
+ - 'mx' (for DBI_AUTOPROXY=dbi:Multiplex:)
+ - 'pr' (for DBI_AUTOPROXY=dbi:Proxy:)
+mx and pr wouldn't both apply to the same test
+
 Add data structure describing attributes
 Use the data structure to replace similar data in Proxy and PurePerl code
 

Reply via email to