The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "clone"

Clone - recursively copy Perl datatypes River stage four • 307 direct dependents • 9124 total dependents

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 - Search in distribution

Clone::PP - Recursively copy Perl datatypes River stage three • 14 direct dependents • 903 total dependents

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 - Search in distribution

Clone::Any - Select an available recursive-copy function River stage one • 3 direct dependents • 7 total dependents

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 - Search in distribution

Sub::Clone - Clone subroutine refs for garbage collection/blessing purposes River stage one • 2 direct dependents • 3 total dependents

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 - Search in distribution

Clone::Util - Utilities related to cloning River stage two • 5 direct dependents • 71 total dependents

PERLANCAR/Clone-Util-0.03 - 10 Mar 2016 05:51:22 UTC - Search in distribution

Data::Clone - Polymorphic data cloning River stage three • 13 direct dependents • 336 total dependents

"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...

ISHIGAKI/Data-Clone-0.006 - 25 Nov 2023 05:47:44 UTC - Search in distribution

MooX::Clone - Make Moo objects clone-able River stage zero No dependents

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 - Search in distribution

Linux::Clone - an interface to the linux clone, unshare, setns, pivot_root and kcmp syscalls River stage one • 2 direct dependents • 2 total dependents

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 - Search in distribution

Clone::Choose - Choose appropriate clone utility River stage three • 1 direct dependent • 854 total dependents

"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 - Search in distribution

MooseX::Clone - Fine-grained cloning support for Moose objects. River stage two • 23 direct dependents • 86 total dependents

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 - Search in distribution

Clone::Closure - A clone that knows how to clone closures River stage zero No dependents

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 - Search in distribution

Clone::AsUTF8Bytes - recursively copy Perl data converting to UTF-8 bytes River stage zero No dependents

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 - Search in distribution

Data::Walk::Clone - deep data cloning with boundaries River stage one • 1 direct dependent • 2 total dependents

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 - Search in distribution

Catmandu::Fix::clone - create a clone of the data object River stage two • 77 direct dependents • 83 total dependents

HOCHSTEN/Catmandu-1.2021 - 06 Nov 2023 09:43:15 UTC - Search in distribution

GitHub::WebHook::Clone - Clone and update a working tree via GitHub WebHook River stage zero No dependents

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 - Search in distribution

App::gh::Command::Clone - clone repository River stage one • 2 direct dependents • 4 total dependents

balh...

CORNELIUS/App-gh-0.66 - 11 Mar 2013 10:47:24 UTC - Search in distribution

Git::Class::Role::Clone River stage zero No dependents

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 - Search in distribution

Template::Plugin::Clone - clone objects within TT River stage zero No dependents

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 - Search in distribution

App::GitGot::Command::clone - clone a remote repo and add it to your config River stage zero No dependents

GENEHACK/App-GitGot-1.339 - 30 Oct 2020 03:37:21 UTC - Search in distribution
  • got - A tool to make it easier to manage multiple code repositories using different VCSen
  • got - A tool to make it easier to manage multiple code repositories using different VCSen
  • App::GitGot::Command::fork - fork a github repo

Prophet::CLI::Command::Clone River stage one • 1 direct dependent • 1 total dependent

IOANR/Prophet-0.751 - 20 May 2013 03:28:38 UTC - Search in distribution
2,163 results (0.137 seconds)