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
