Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Clone: Recursively copy perl datatypes
- Summary
- 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.
Changelog
- * Fri Jan 6 16:00:00 2006 Tom "spot" Callaway <tcallawa{%}redhat{*}com> 0.18-2
- don't pass optflags twice
- remove .bs files
- * Thu Jan 5 16:00:00 2006 Tom "spot" Callaway <tcallawa{%}redhat{*}com> 0.18-1
- Initial package for Fedora Extras