perl 5 まとめウィキ

タグ検索でtest::memory::cycle1件見つかりました。

Test::Memory::Cycle

&fukidashi(tomyhero){循環参照によるメモリリークが無いかテストすることができます。} * 例 =|PERL| use Test::More qw/no_plan/; use Test::Memory::Cycle; use warnings; use strict; use YourObject; my $obj = YourObject->new(); $obj->do_something(); memory_cycle_ok( $obj ); #weakened…

https://seesaawiki.jp/w/perl5/d/Test%3a%3aMemory%3... - 2009年05月18日更新

どなたでも編集できます