Devel-LeakTrace README


Devel-LeakTrace documentation  | view source Contained in the Devel-LeakTrace distribution.

Index


NAME

Top

Devel::LeakTrace - indicate where leaked variables are coming from.

SYNOPSIS

Top

  perl -MDevel::LeakTrace -e '{ my $foo; $foo = \$foo }'
  leaked SV(0x528d0) from -e line 1
  leaked SV(0x116a10) from -e line 1




DEPENDENCIES

Top

This module has external dependencies on the following modules:

 Module::Build	0.19
 Test::More

INSTALLATION

Top

 perl Build.PL
 perl Build test

and if all goes well

 perl Build install

HISTORY

Top

What changed over the last 3 revisions

0.05 Friday 19th September, 2003
	Fix the INIT/BEGIN thing correctly by adding resetting as an
	independant action

	Small speedup.  At every boundary check that PL_sv_count hasn't 
	changed.  There's potential for this to fuck up in the case where you
	free and create an SV in the same statement.  Never mind the 
	correctness, feel the speed.




0.04 Tuesday 15th July, 2003
	Port to Module::Build 0.19
	Couple of speedups in not doing quite as much mallocing - 25% then 2.3%




0.03 Wednesday 7th May, 2003
	Test suite fixes

AUTHOR

Top

Richard Clamp <richardc@unixbeard.net> with portions of LeakTrace.xs taken from Nick Ing-Simmons' Devel::Leak module.

COPYRIGHT

Top

SEE ALSO

Top

Devel::Leak, Devel::Cover


Devel-LeakTrace documentation  | view source Contained in the Devel-LeakTrace distribution.