Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfx/p5-test-leaktrace
Test::LeakTrace on CPAN
https://github.com/gfx/p5-test-leaktrace
memory-leak-detection perl test
Last synced: 3 months ago
JSON representation
Test::LeakTrace on CPAN
- Host: GitHub
- URL: https://github.com/gfx/p5-test-leaktrace
- Owner: gfx
- Created: 2009-07-08T04:57:16.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T07:52:54.000Z (about 4 years ago)
- Last Synced: 2024-06-18T14:04:34.371Z (7 months ago)
- Topics: memory-leak-detection, perl, test
- Language: Perl
- Homepage: https://metacpan.org/module/Test::LeakTrace
- Size: 54.7 KB
- Stars: 6
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
This is Perl module Test::LeakTrace.
INSTALLATION
Test::LeakTrace installation is straightforward. If your CPAN shell is set up,
you should just be able to do$ cpan Test::LeakTrace
Download it, unpack it, then build it as per the usual:
$ perl Makefile.PL
$ make && make testThen install it:
$ make install
DOCUMENTATION
Test::LeakTrace documentation is available as in POD. So you can do:
$ perldoc Test::LeakTrace
to read the documentation online with your favorite pager.
Goro Fuji