| Name: | perl-Clone |
|---|---|
| Version: | 0.39 |
| Release: | 5.el8 |
| Architecture: | aarch64 |
| Group: | Development/Libraries |
| Size: | 79640 |
| License: | GPL+ or Artistic |
| RPM: | perl-Clone-0.39-5.el8.aarch64.rpm |
| Source RPM: | perl-Clone-0.39-5.el8.src.rpm |
| Build Date: | Mon Apr 29 2019 |
| Build Host: | ca-build102.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. |