Prevent CLONE from potentially running more than once
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / _Util.pm
index 31f038f..da0d49b 100644 (file)
@@ -437,7 +437,7 @@ sub is_exception ($) {
 {
   my $destruction_registry = {};
 
-  sub CLONE {
+  sub DBIx::Class::__Util_iThreads_handler__::CLONE {
     %$destruction_registry = map {
       (defined $_)
         ? ( refaddr($_) => $_ )