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

Changelog

libdevel-cycle-perl (1.12-ok2) yangtze; urgency=medium

  * Modify debian/control.

 -- denghao <email address hidden>  Thu, 15 Sep 2022 15:07:08 +0300

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
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
Nile V2.0 proposed main perl
Nile V2.0 release main perl
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libdevel-cycle-perl_1.12.orig.tar.gz 7.1 KiB fd3365c4d898b2b2bddbb78a46d507a18cca8490a290199547dab7f1e7390bc2
libdevel-cycle-perl_1.12-ok2.debian.tar.xz 1.8 KiB 760dcd5929cc88bf821c91e970ff1d90c85f1c0448793cc5cfd6de1e99c1e1ed
libdevel-cycle-perl_1.12-ok2.dsc 1.8 KiB 3efe384baccc92caa868efc47f5ef5ef1f0a152ea216a8f9739206a45e40ea42

Available diffs

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.