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.47.tar.gz | 0000051261 50.1 KB | |
perl-Variable-Magic.changes | 0000003795 3.71 KB | |
perl-Variable-Magic.spec | 0000002257 2.2 KB |
Revision 4 (latest revision is 20)
Stephan Kulow (coolo)
accepted
request 97121
from
Stephan Kulow (coolo)
(revision 4)
- update to 0.47 + Add : The new constant VMG_COMPAT_HASH_DELETE_NOUVAR_VOID evaluates to true when "delete $hash{key}" does not call 'delete' uvar magic in void context. + Chg : The MAGIC tokens created by this module no longer use the mg_private member for storing a "magical" signature. + Fix : Triggering magic in a thread on a variable cloned from the main interpreter, and when the wizard already went out of scope, will not segfault anymore. + Opt : The pointer table is no longer needed to ensure thread safety. The size of the object code is about 8% smaller for threaded perls. + Tst : Threads tests will not fail anymore if resources constraints prevent the system from creating all the required threads.
Comments 0