[svn:dbi] r14003 - dbi/trunk/t

[email protected]
Newsgroups perl.dbi.changes
Message-ID <[email protected]>
Author: REHSACK
Date: Fri May 21 11:59:25 2010
New Revision: 14003

Modified:
   dbi/trunk/t/50dbm_simple.t

Log:
test NDBM_File and ODBM_File, too - when available and /home/trevor/.shrc{DBD_DBM_TEST_BACKENDS} eq 'all'

Modified: dbi/trunk/t/50dbm_simple.t
==============================================================================
--- dbi/trunk/t/50dbm_simple.t	(original)
+++ dbi/trunk/t/50dbm_simple.t	Fri May 21 11:59:25 2010
@@ -35,7 +35,7 @@
 
     # Potential DBM modules in preference order (SDBM_File first)
     # skip NDBM and ODBM as they don't support EXISTS
-    my @dbms = qw(SDBM_File GDBM_File DB_File BerkeleyDB);
+    my @dbms = qw(SDBM_File NDBM_File ODBM_File GDBM_File DB_File BerkeleyDB);
     my @use_dbms = @ARGV;
     if( !@use_dbms && $ENV{DBD_DBM_TEST_BACKENDS} ) {
 	@use_dbms = split ' ', $ENV{DBD_DBM_TEST_BACKENDS};
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.