libdevel-cycle-perl 1.12-ok1 source package in openKylin

Changelog

libdevel-cycle-perl (1.12-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:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdevel-cycle-perl_1.12.orig.tar.gz 7.1 KiB fd3365c4d898b2b2bddbb78a46d507a18cca8490a290199547dab7f1e7390bc2
libdevel-cycle-perl_1.12-ok1.debian.tar.xz 2.8 KiB bcfd57c6c088f187f8786e56d2ee19518361a8a3b9a7aa2149da325ae471e1b6
libdevel-cycle-perl_1.12-ok1.dsc 1.9 KiB ec30e03f96a30ab6308156be382675fdf06682ad8c2d235bba632f0581cd5446

View changes file

Binary packages built by this source

libdevel-cycle-perl: Perl module to detect memory cycles in Perl objects

 Devel::Cycle is a developer's tool for finding memory cycles in Perl objects.
 Since Perl provides its automatic memory management using reference counting,
 cyclical/circular references will result in memory that will never be freed.
 Optionally, PadWalker (libpadwalker-perl) module enables reporting of cycles
 in code closures as well.