This module provides a "clone()" method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects. "clone()" takes a scalar argument and duplicates it. To duplicate lists, arrays or hashes, p...
ATOOMIC/Clone-0.45 - 23 Apr 2020 21:03:20 UTCThis module provides a general-purpose clone function to make deep copies of Perl data structures. It calls itself recursively to copy nested hash, array, scalar and reference types, including tied variables and objects. The clone() function takes a ...
NEILB/Clone-PP-1.07 - 10 Apr 2017 20:03:36 UTCA surprising fact about Perl is that anonymous subroutines that do not close over variables are actually shared, and do not garbage collect until global destruction: sub get_callback { return sub { "hi!" }; } my $first = get_callback(); my $second = ...
NUFFIN/Sub-Clone-0.03 - 14 Sep 2008 15:47:06 UTCThis module checks for several different modules which can provide a clone() function to make deep copies of Perl data structures. Clone Interface The clone function makes recursive copies of nested hash, array, scalar and reference types, including ...
EVO/Clone-Any-1.01 - 28 Aug 2003 03:49:22 UTC"Data::Clone" does data cloning, i.e. copies things recursively. This is smart so that it works with not only non-blessed references, but also with blessed references (i.e. objects). When "clone()" finds an object, it calls a "clone" method of the ob...
GFUJI/Data-Clone-0.004 - 06 May 2014 22:00:45 UTCThis module exposes the linux clone(2), unshare(2) and related syscalls to Perl. $retval = unshare $flags The following CLONE_ flag values (without CLONE_ prefix) are supported for unshare, if found, in this release. See the documentation for unshare...
MLEHMANN/Linux-Clone-1.2 - 07 Nov 2017 18:16:35 UTCOut of the box Moose only provides very barebones cloning support in order to maximize flexibility. This role provides a "clone" method that makes use of the low level cloning support already in Moose and adds selective deep cloning based on introspe...
ETHER/MooseX-Clone-0.06 - 23 May 2015 22:38:59 UTC"Clone::Choose" checks several different modules which provides a "clone()" function and selects an appropriate one. The default preference is Clone Storable Clone::PP This list might evolve in future. Please see "EXPORTS" how to pick a particular on...
HERMES/Clone-Choose-0.010 - 09 Apr 2018 11:10:33 UTCThis module provides a "clone" method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables, objects, and closures. "clone" takes a scalar argument. To duplicate arrays or hashes, pass them in by ref...
BMORROW/Clone-Closure-0.06 - 20 Dec 2010 19:05:09 UTCThis module provides a clone_as_utf8_bytes() method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects, modifying the characters in the strings as it does so into UTF-8 bytes. For exam...
MARKF/Clone-AsUTF8Bytes-0.34 - 18 Jun 2013 21:34:31 UTCThis Moose::Role contains methods for implementing the method deep_clone using Data::Walk::Extracted. This method is used to deep clone (clone many/all) levels of a data ref. Deep cloning is accomplished by sending a 'donor_ref' that has data nodes t...
JANDREW/Data-Walk-Extracted-v0.28.0 - 16 Aug 2016 18:23:36 UTCNICS/Catmandu-1.2013 - 09 Jul 2020 07:49:49 UTC
ETHER/MooseX-Clone-0.06 - 23 May 2015 22:38:59 UTC
ETHER/MooseX-Clone-0.06 - 23 May 2015 22:38:59 UTC
This module can be used to clone and update a git repository via GitHub WebHook....
VOJ/GitHub-WebHook-0.11 - 14 Apr 2015 08:00:01 UTCThis is a role that does "git clone ...". See <http://www.kernel.org/pub/software/scm/git-core/docs/git-clone.html> for details....
ISHIGAKI/Git-Class-0.15 - 05 Aug 2014 02:56:27 UTCClones objects and datastructures from within the Template Toolkit using the "dclone" method from Storable. If the item passed to the function isn't a object or data structure then it is simply copied. To access the "clone" function like a class meth...
MARKF/Template-Plugin-Clone-0.01 - 30 Aug 2003 17:55:25 UTC