NAME
FusionInventory::Agent::Threads - Backported threads::shared functions
DESCRIPTION
This module contains backported threads::shared functions for perl 5.8 compatibility.
FUNCTIONS
shared_clone($variable)
"shared_clone" takes a reference, and returns a shared version of its argument, performing a deep copy on any non-shared elements. Any shared elements in the argument are used as is (i.e., they are not cloned).