diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2013-03-11 21:13:22 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-03-22 07:16:42 -0400 |
commit | b37c613fba9e264f64364b1e5fe68acea3c39f91 (patch) | |
tree | 36faaca50bbecfb073b5dd3329c2b46a9f74bc0f /perl/perl-Data-Dump/slack-desc | |
parent | dc0aae038dfd01eb647bc8b1a8bf5b3f40295c45 (diff) |
perl/perl-Data-Dump: Added (Pretty printing of data structures)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl/perl-Data-Dump/slack-desc')
-rw-r--r-- | perl/perl-Data-Dump/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/perl/perl-Data-Dump/slack-desc b/perl/perl-Data-Dump/slack-desc new file mode 100644 index 0000000000000..70717b397dcdb --- /dev/null +++ b/perl/perl-Data-Dump/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-Data-Dump: perl-Data-Dump (Pretty printing of data structures) +perl-Data-Dump: +perl-Data-Dump: This module provide a few functions that traverse their argument and +perl-Data-Dump: produces a string as its result. The string contains Perl code that, +perl-Data-Dump: when evaled, produces a deep copy of the original arguments. +perl-Data-Dump: +perl-Data-Dump: +perl-Data-Dump: +perl-Data-Dump: +perl-Data-Dump: +perl-Data-Dump: |