summaryrefslogtreecommitdiffstats
path: root/perl/perl-Variable-Magic/README
diff options
context:
space:
mode:
author Jan F. Chadima2018-03-21 23:46:59 +0100
committer David Spencer2018-03-21 23:46:59 +0100
commit92153682d8a66d8c8d74dd626f79f4c5dde173f1 (patch)
treed58006192d93b2c539d805c6c9271b3f10796f47 /perl/perl-Variable-Magic/README
parent860ba8a5b5e03da7f84956ffc9c1d611b3cd27c0 (diff)
downloadslackbuilds-92153682d8a66d8c8d74dd626f79f4c5dde173f1.tar.gz
perl/perl-Variable-Magic: Added (user-defined magic).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Variable-Magic/README')
-rw-r--r--perl/perl-Variable-Magic/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-Variable-Magic/README b/perl/perl-Variable-Magic/README
new file mode 100644
index 0000000000..cf731cca22
--- /dev/null
+++ b/perl/perl-Variable-Magic/README
@@ -0,0 +1,5 @@
+Magic is Perl's way of enhancing variables. This mechanism lets the
+user add extra data to any variable and hook syntactical operations
+(such as access, assignment or destruction) that can be applied to it.
+With this module, you can add your own magic to any variable without
+having to write a single line of XS.