File: README

package info (click to toggle)
libdevel-leak-perl 0.03-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 88 kB
  • sloc: perl: 8; makefile: 2
file content (15 lines) | stat: -r--r--r-- 409 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.