This package browser is in early development. Mind the rough edges.

perl-devel-cycle 1.12

Find memory cycles in objects

Devel::Cycle This is a tool for finding circular references in objects and other types of references. Because of Perl's reference-count based memory management, circular references will cause memory leaks.

Installation

Install perl-devel-cycle 1.12 as follows:

guix install perl-devel-cycle@1.12

Or install the latest version:

guix install perl-devel-cycle

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.