perl-test-memory-cycle 1.06
Dependencies: perl-padwalker@2.3
Propagated dependencies: perl-devel-cycle@1.12
Channel: guix
Licenses: Artistic License 2.0
Synopsis: Verifies code hasn't left circular references
Description:
Test::Memory::Cycle
is built on top of Devel::Cycle
to give you an easy way to check for these circular references.
use Test::Memory::Cycle; my $object = new MyObject; # Do stuff with the object. memory_cycle_ok( $object );
Total results: 1