| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: perl-Variable-Magic | Distribution: Fedora Project |
| Version: 0.64 | Vendor: Fedora Project |
| Release: 1.el10_0 | Build date: Fri Aug 23 09:33:16 2024 |
| Group: Unspecified | Build host: buildvm-ppc64le-11.iad2.fedoraproject.org |
| Size: 158082 | Source RPM: perl-Variable-Magic-0.64-1.el10_0.src.rpm |
| Packager: Fedora Project | |
| Url: https://metacpan.org/release/Variable-Magic | |
| Summary: Associate user-defined magic to variables from Perl | |
Magic is Perl way of enhancing objects. This mechanism let the user add extra data to any variable and hook syntactical operations (such as access, assignation or destruction) that can be applied to it. With this module, you can add your own magic to any variable without the pain of the C API.