DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibtest-refcount-perl
BeschreibungPerl module to assert reference counts
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.06-1
Sektionperl
Prioritätoptional
Installierte Größe64 Byte
Hängt ab vonperl, libdevel-refcount-perl
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße10416 Byte
Prüfsumme MD52a016e78f9788b7a125843a69fabd1a7
Prüfsumme SHA1c7399a73c351454a647a4eff3e66ac58e7be61cd
Prüfsumme SHA256dab5c2d563ff46adf610800b42b3f02448b9d87bc09f8f9cb2314de0dd0a3fa6
Link zum Herunterladenlibtest-refcount-perl_0.06-1_all.deb
Ausführliche BeschreibungTest::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.


Impressum
Linux is a registered trademark of Linus Torvalds