summaryrefslogtreecommitdiff
path: root/perl/perl-Variable-Magic/README
diff options
context:
space:
mode:
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.