* minor documentation fix
[Devel-Leak.git] / README
blob6cf061ae81dc89e4cac6d60e5fe351c9aef8107d
1 Copyright (c) 1997-1998 Nick Ing-Simmons. All rights reserved.
2 This program is free software; you can redistribute it and/or
3 modify it under the same terms as Perl itself.
5 This module provides a basic way to discover if a piece of perl code
6 is allocating perl data and not releasing them again.
8 You install this package using CPAN.pm or the normal:
10 perl Makefile.PL
11 make
12 make test 
13 make install 
15 process.