descriptionnone
ownersrezic@cpan.org
last changeMon, 23 Feb 2009 13:35:17 +0000 (23 14:35 +0100)
content tags
add:
README
Copyright (c) 1997-1998 Nick Ing-Simmons. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.

This module provides a basic way to discover if a piece of perl code
is allocating perl data and not releasing them again.

You install this package using CPAN.pm or the normal:

perl Makefile.PL
make
make test 
make install 

process.
shortlog
2009-02-23 Slaven Rezic* minor documentation fixmaster
2009-01-05 Slaven Rezic* 0.05
2008-12-10 Slaven Rezic* ignore dist files
2008-12-10 Slaven Rezic* new: ListSV function
2008-12-10 Slaven Rezic* ignore Makefile.old
2008-12-09 Slaven Rezic* actually make sure that CheckSV() cannot be called...
2008-12-09 Slaven Rezic* no more segfault if CheckSV is called before NoteSV
2008-12-09 Slaven Rezic* sv_dump is also available with non-debugging perls... 0.04
2008-12-09 Slaven Rezic* ignore generated file
2008-12-09 Slaven Rezic* this is 0.030.03
tags
15 years ago 0.04 * 0.04 on CPAN
15 years ago 0.03 * 0.03 from CPAN
heads
15 years ago master