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
libdevel-cycle-perl (1.12-ok2) yangtze; urgency=medium * Modify debian/control. -- denghao <email address hidden> Thu, 15 Sep 2022 15:07:08 +0300
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | perl | |
Huanghe V3.0 | release | main | perl | |
Nile V2.0 | proposed | main | perl | |
Nile V2.0 | release | main | perl | |
Yangtze V1.0 | release | main | perl | |
Yangtze V1.0 | proposed | main | perl |
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 |
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.