Author: jzucker
Date: Mon Mar  8 19:47:15 2004
New Revision: 201

Modified:
   dbi/trunk/t/50dbm.t
Log:
back to Nano=1 for now, maybe something more complex later, but not priority

Modified: dbi/trunk/t/50dbm.t
==============================================================================
--- dbi/trunk/t/50dbm.t (original)
+++ dbi/trunk/t/50dbm.t Mon Mar  8 19:47:15 2004
@@ -8,8 +8,8 @@
     use lib qw(./ ../../lib);
 
     # 0=SQL::Statement if avail, 1=DBI::SQL::Nano
-    # uncomment next line to force use of Nano rather than default behaviour
-    # $ENV{DBI_SQL_NANO}=1;
+    # next line forces use of Nano rather than default behaviour
+    $ENV{DBI_SQL_NANO}=1;
 
     # test without MLDBM
     # also test with MLDBM if both it and Data::Dumper are available

Reply via email to