Paketname | libdevel-findref-perl |
Beschreibung | Perl module to find variables referring to an object |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.422-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 104 Byte |
Hängt ab von | perl (>= 5.10.0-25), perlapi-5.10.0, libc6 (>= 2.1.3), libcommon-sense-perl |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 19904 Byte |
Prüfsumme MD5 | 43ba0032211c8263581a7c34143e7e80 |
Prüfsumme SHA1 | 0a026092868c635a911042b06d6d230b819e3a86 |
Prüfsumme SHA256 | 61fad68f0c5bd7560f87539c162d47d7ca9b63d7b6a400f23fd0476aa7ba1cf2 |
Link zum Herunterladen | libdevel-findref-perl_1.422-1_i386.deb |
Ausführliche Beschreibung | Devel::FindRef is a module that can help developers track down reference
problems. Since Perl keeps track of everything internally, it is usually
possible to take an object/scalar/what-have-you and find everything that is
referring to it.
.
One common scenario is that some object goes out of scope and you expect it
to be destroyed, but there are still references to it that keep it from being
garbage collected.
.
This module can output a tree containing a list of variables that point to a
given value, along with some context about them, such as their scope and
where they are.
|