This module provides tracking of objects, for the purpose of detecting memory leaks due to circular references or innappropriate caching schemes.
It is derived from, and backwards compatible with Adam Kennedy's Devel::Leak::Object. Any errors are mine.
The simplest way to install this module is via the cpanm
utility:
cpanm Devel::LeakGuard::Object
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
Copyright (C) 2009-2018, Andy Armstrong
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.