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

[email protected] Tue, 27 Jul 2010 10:14:07 -0700 (PDT)
Newsgroups perl.dbi.changes
Message-ID <[email protected]>
Author: theory
Date: Tue Jul 27 10:14:06 2010
New Revision: 14289

Modified:
   dbi/trunk/t/16destroy.t

Log:
Add CLONE() function to test driver. Seems needed for the fork.

Modified: dbi/trunk/t/16destroy.t
==============================================================================
--- dbi/trunk/t/16destroy.t	(original)
+++ dbi/trunk/t/16destroy.t	Tue Jul 27 10:14:06 2010
@@ -27,6 +27,8 @@
         }, 77 );
         return $drh;
     }
+
+    sub CLONE { undef $drh }
 }
 
 ## Test Driver