| Name: | perl-Clone |
|---|---|
| Version: | 0.34 |
| Release: | 5.el7 |
| Architecture: | x86_64 |
| Group: | Development/Libraries |
| Size: | 21591 |
| License: | GPL+ or Artistic |
| RPM: | perl-Clone-0.34-5.el7.x86_64.rpm |
| Source RPM: | perl-Clone-0.34-5.el7.src.rpm |
| Build Date: | Sat May 03 2014 |
| Build Host: | ca-buildj3.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. |