Search results for "module:Clone"
Clone - recursively copy Perl datatypes
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...
GARU/Clone-0.46 - 19 Oct 2022 01:17:35 UTC
Clone::PP - Recursively copy Perl datatypes
This 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.08 - 20 Oct 2020 10:51:40 UTC
Sub::Clone - Clone subroutine refs for garbage collection/blessing purposes
A 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 UTC
Clone::Any - Select an available recursive-copy function
This 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 - Polymorphic data cloning
"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 UTC
MooX::Clone - Make Moo objects clone-able
MooX::Clone lets you clone your Moo objects easily by adding a "clone" method. It performs a deep copy of the entire object....
SIMBABQUE/MooX-Clone-0.02 - 20 Feb 2021 22:51:15 UTC
Linux::Clone - an interface to the linux clone, unshare, setns, pivot_root and kcmp syscalls
This module exposes the linux clone(2), unshare(2) and some 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 un...
MLEHMANN/Linux-Clone-1.3 - 06 Sep 2022 10:57:22 UTC
MooseX::Clone - Fine-grained cloning support for Moose objects.
Out 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 - Choose appropriate clone utility
"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 UTC
Clone::Closure - A clone that knows how to clone closures
This 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 UTC
Clone::AsUTF8Bytes - recursively copy Perl data converting to UTF-8 bytes
This 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 UTC
Data::Walk::Clone - deep data cloning with boundaries
This 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 UTC
Catmandu::Fix::clone - create a clone of the data object
HOCHSTEN/Catmandu-1.2020
-
08 Feb 2023 15:31:31 UTC
lib/MooseX/Clone/Meta/Attribute/Trait/Clone/Std.pm
ETHER/MooseX-Clone-0.06
-
23 May 2015 22:38:59 UTC
lib/MooseX/Clone/Meta/Attribute/Trait/Clone/Base.pm
ETHER/MooseX-Clone-0.06
-
23 May 2015 22:38:59 UTC
GitHub::WebHook::Clone - Clone and update a working tree via GitHub WebHook
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 UTC
Git::Class::Role::Clone
This 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 UTC
Template::Plugin::Clone - clone objects within TT
Clones 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