| Name: | perl-Clone |
|---|---|
| Version: | 0.45 |
| Release: | 6.el9 |
| Architecture: | x86_64 |
| Group: | Unspecified |
| Size: | 29539 |
| License: | GPL+ or Artistic |
| RPM: | perl-Clone-0.45-6.el9.x86_64.rpm |
| Source RPM: | perl-Clone-0.45-6.el9.src.rpm |
| Build Date: | Sun Jan 09 2022 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://metacpan.org/release/Clone |
| Summary: | Recursively copy perl data types |
| Description: | This module provides a clone() method that 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. |