| Name: | perl516-perl-Clone |
|---|---|
| Version: | 0.34 |
| Release: | 3.el7 |
| Architecture: | x86_64 |
| Group: | Development/Libraries |
| Size: | 21598 |
| License: | GPL+ or Artistic |
| RPM: | perl516-perl-Clone-0.34-3.el7.x86_64.rpm |
| Source RPM: | perl516-perl-Clone-0.34-3.el7.src.rpm |
| Build Date: | Fri May 29 2015 |
| Build Host: | x86-ol7-builder-01.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://search.cpan.org/dist/Clone |
| Summary: | Recursively copy perl data types |
| Description: | 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 an optional parameter that can be used to limit the depth of the copy. To duplicate lists, arrays or hashes, pass them in by reference. |