aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-Clone/README
diff options
context:
space:
mode:
authorJan F. Chadima <jfch@jagda.eu>2018-03-21 16:50:58 +0000
committerDavid Spencer <idlemoor@slackbuilds.org>2018-03-21 16:50:58 +0000
commit925538add6a3d3b04c10516a545c5aadf86c5f64 (patch)
treec8aeb42d3b71cc219c1d90bd1955a9b68a38df5e /perl/perl-Clone/README
parent96ab5dbe9d4c21101738c091fd6e5314b8de6910 (diff)
perl/perl-Clone: Added (Recursively copy Perl datatypes).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Clone/README')
-rw-r--r--perl/perl-Clone/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl/perl-Clone/README b/perl/perl-Clone/README
new file mode 100644
index 0000000000000..28c5fa65bf852
--- /dev/null
+++ b/perl/perl-Clone/README
@@ -0,0 +1,3 @@
+This module provides a clone() method which makes recursive copies of
+nested hash, array, scalar and reference types, including tied
+variables and objects.