Paketname | libtest-refcount-perl |
Beschreibung | Perl module to assert reference counts |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.06-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 64 Byte |
Hängt ab von | perl, libdevel-refcount-perl |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 10440 Byte |
Prüfsumme MD5 | f75af18d78f9b792644e422675ed7ba1 |
Prüfsumme SHA1 | 16f0a4fe6e5b6b692e62434f1302871e604aa48a |
Prüfsumme SHA256 | 9b97db2e82e2c665fd92b16e3d8536af6c08baee870de7cd0111c96752cc3d79 |
Link zum Herunterladen | libtest-refcount-perl_0.06-1_all.deb |
Ausführliche Beschreibung | Test::Refcount asserts that an object's reference count is as expected. Since
Perl's automatic memory management algorithm uses reference counting to keep
track of which 'things' (ie, scalars, objects, etc.) are in use, problems
like circular references (where a variable points to itself) can prevent Perl
from properly freeing them.
.
If the assertion fails; that is, if the actual reference count is different
to what was expected, a trace of references to the object is printed, using
the Devel::FindRef module. It is probably most useful as part of a
comprehensive module author test suite.
|