diff options
author | Jan F. Chadima <jfch@jagda.eu> | 2018-03-21 16:50:58 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-03-21 16:50:58 +0000 |
commit | 925538add6a3d3b04c10516a545c5aadf86c5f64 (patch) | |
tree | c8aeb42d3b71cc219c1d90bd1955a9b68a38df5e /perl/perl-Clone/slack-desc | |
parent | 96ab5dbe9d4c21101738c091fd6e5314b8de6910 (diff) | |
download | slackbuilds-925538add6a3d3b04c10516a545c5aadf86c5f64.tar.gz |
perl/perl-Clone: Added (Recursively copy Perl datatypes).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Clone/slack-desc')
-rw-r--r-- | perl/perl-Clone/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/perl/perl-Clone/slack-desc b/perl/perl-Clone/slack-desc new file mode 100644 index 0000000000..04fe26c138 --- /dev/null +++ b/perl/perl-Clone/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +perl-Clone: perl-Clone (Recursively copy Perl datatypes) +perl-Clone: +perl-Clone: This module provides a clone() method which makes recursive copies +perl-Clone: of nested hash, array, scalar and reference types, including tied +perl-Clone: variables and objects. +perl-Clone: +perl-Clone: Homepage: https://metacpan.org/pod/Clone +perl-Clone: +perl-Clone: +perl-Clone: +perl-Clone: |