diff options
author | Jan F. Chadima <jfch@jagda.eu> | 2018-03-21 22:46:59 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-03-21 22:46:59 +0000 |
commit | 92153682d8a66d8c8d74dd626f79f4c5dde173f1 (patch) | |
tree | d58006192d93b2c539d805c6c9271b3f10796f47 /perl/perl-Variable-Magic/slack-desc | |
parent | 860ba8a5b5e03da7f84956ffc9c1d611b3cd27c0 (diff) |
perl/perl-Variable-Magic: Added (user-defined magic).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Variable-Magic/slack-desc')
-rw-r--r-- | perl/perl-Variable-Magic/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/perl/perl-Variable-Magic/slack-desc b/perl/perl-Variable-Magic/slack-desc new file mode 100644 index 0000000000000..cfe54f544a092 --- /dev/null +++ b/perl/perl-Variable-Magic/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-Variable-Magic: perl-Variable-Magic (Associate user-defined magic to variables) +perl-Variable-Magic: +perl-Variable-Magic: Magic is Perl's way of enhancing variables. This mechanism lets the +perl-Variable-Magic: user add extra data to any variable and hook syntactical operations +perl-Variable-Magic: (such as access, assignment or destruction) that can be applied to +perl-Variable-Magic: it. With this module, you can add your own magic to any variable +perl-Variable-Magic: without having to write a single line of XS. +perl-Variable-Magic: +perl-Variable-Magic: Homepage: https://metacpan.org/pod/Variable::Magic +perl-Variable-Magic: +perl-Variable-Magic: |