f3b49c22f6
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 object if the object has a clone, otherwise it makes a surface copy of the object. That is, this module does polymorphic data cloning. Although there are several modules on CPAN which can clone data, this module has a different cloning policy from almost all of them. See "Cloning policy" and "Comparison to other cloning modules" [1] for details. [1] http://search.cpan.org/dist/Data-Clone/lib/Data/Clone.pm WWW: http://search.cpan.org/dist/Data-Clone/
8 lines
401 B
Text
8 lines
401 B
Text
%%SITE_PERL%%/%%PERL_ARCH%%/Data/Clone.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Clone/.packlist
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Clone/Clone.bs
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Clone/Clone.so
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Clone/data_clone.h
|
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Clone
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Data
|