Associate user-defined magic to variables from Perl
http://search.cpan.org/dist/Variable-Magic/
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.
- Developed at devel:languages:perl
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/perl-Variable-Magic && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Variable-Magic-0.48.tar.gz | 0000052720 51.5 KB | |
perl-Variable-Magic.changes | 0000004103 4.01 KB | |
perl-Variable-Magic.spec | 0000002662 2.6 KB |
Revision 5 (latest revision is 20)
Stephan Kulow (coolo)
accepted
request 106860
from
Stephan Kulow (coolo)
(revision 5)
- updated to 0.48 + Add : You can now pass a reference to undef as the magic callback in order to install a no-op callback. Thanks Florian Ragwitz for the suggestion.
Comments 0