libvariable-magic-perl 0.62-ok1 source package in openKylin

Changelog

libvariable-magic-perl (0.62-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libvariable-magic-perl_0.62.orig.tar.gz 77.2 KiB 3f9a18517e33f006a9c2fc4f43f01b54abfe6ff2eae7322424f31069296b615c
libvariable-magic-perl_0.62-ok1.debian.tar.xz 2.0 KiB cac5f7438a7ad0c4d9cbaa1adfb8f30267d1281508a81349ac3866c5954c9bec
libvariable-magic-perl_0.62-ok1.dsc 1.9 KiB 202212ec77f5b6ac1ccb4a1a1cd5c8df100da71bf1831770cbb753bce85f45b5

View changes file

Binary packages built by this source

libvariable-magic-perl: module to associate user-defined magic to variables from Perl

 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.