libvariable-magic-perl 0.62-ok2 source package in openKylin
Changelog
libvariable-magic-perl (0.62-ok2) yangtze; urgency=medium * Modify debian/control. -- denghao <email address hidden> Fri, 16 Sep 2022 05:41:52 +0300
libvariable-magic-perl (0.62-ok2) yangtze; urgency=medium * Modify debian/control. -- denghao <email address hidden> Fri, 16 Sep 2022 05:41:52 +0300
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | perl | |
Yangtze V1.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libvariable-magic-perl_0.62.orig.tar.gz | 77.2 KiB | 3f9a18517e33f006a9c2fc4f43f01b54abfe6ff2eae7322424f31069296b615c |
libvariable-magic-perl_0.62-ok2.debian.tar.xz | 2.2 KiB | fe42b64b4885a7df52678dab567ab9fb761ab43a606472378ff9feb68dcf9f69 |
libvariable-magic-perl_0.62-ok2.dsc | 1.8 KiB | 336524441f85ceae46d8da6ea63fedce23f3d8f98170258346a0c6f37ab1534d |
Variable::Magic is Perl way of enhancing objects. This mechanism lets the user
add extra data to any variable and hook syntaxical 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.