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

[email protected]
Newsgroups perl.dbi.changes
Message-ID <[email protected]>
Author: REHSACK
Date: Tue May 25 12:18:05 2010
New Revision: 14046

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

Log:
Add test for YAML Serializer (MLDBM) - when available

Modified: dbi/trunk/t/50dbm_simple.t
==============================================================================
--- dbi/trunk/t/50dbm_simple.t	(original)
+++ dbi/trunk/t/50dbm_simple.t	Tue May 25 12:18:05 2010
@@ -25,6 +25,7 @@
     if (eval { require 'MLDBM.pm'; }) {
 	push @mldbm_types, qw(Data::Dumper Storable); # both in CORE
         push @mldbm_types, 'FreezeThaw'   if eval { require 'FreezeThaw.pm' };
+        push @mldbm_types, 'YAML'         if eval { require MLDBM::Serializer::YAML; };
     }
 
     # Potential DBM modules in preference order (SDBM_File first)
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.