moosex::clone::meta::attribute::trait::copy(3pm) debian man page | unix.com

Man Page: moosex::clone::meta::attribute::trait::copy

Operating Environment: debian

Section: 3pm

MooseX::Clone::Meta::Attribute::Trait::Copy(3pm)	User Contributed Perl Documentation	  MooseX::Clone::Meta::Attribute::Trait::Copy(3pm)

NAME
MooseX::Clone::Meta::Attribute::Trait::Copy - Simple copying of arrays and hashes for MooseX::Clone
SYNOPSIS
has foo => ( isa => "ArrayRef", traits => [qw(Copy)], );
DESCRIPTION
Unlike the "Clone" trait, which does deep copying of almost anything, this trait will only do one additional level of copying of arrays and hashes. This is both simpler and faster when you don't need a real deep copy of the entire structure, and probably more correct. perl v5.10.1 2009-04-11 MooseX::Clone::Meta::Attribute::Trait::Copy(3pm)
Related Man Pages
moosex::getopt::meta::attribute::trait::nogetopt(3) - osx
moosex::storage::meta::attribute::trait::donotserialize(3) - osx
moosex::getopt::meta::attribute::nogetopt(3pm) - mojave
moosex::getopt::meta::attribute::trait::nogetopt(3pm) - debian
moosex::storage::meta::attribute::trait::donotserialize(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph