Package: libasync-mergepoint-perl Version: 0.02-1~lenny1 Architecture: all Maintainer: Debian Perl Group Installed-Size: 64 Depends: perl Homepage: http://search.cpan.org/dist/Async-MergePoint/ Priority: optional Section: perl Filename: pool/main/liba/libasync-mergepoint-perl/libasync-mergepoint-perl_0.02-1~lenny1_all.deb Size: 7904 SHA256: 1b176cc69ebe04f4aa3b5994b7473eea8a608c5c9a9fa4fd729cf28dab8f8458 SHA1: a3ca9afeec218a1f293c6888667f20cdc3d07ad7 MD5sum: e9f616ea0b6961b083bad2c55e5b6dc7 Description: Perl module to resynchronize multiple control flows Async::Mergepoint is a module designed to provide a way to resynchronize multiple parallel control flows. Often in program logic, multiple different steps need to be taken that are independent of each other, but their total result is needed before the next step can be taken. In synchronous code, the usual approach is to do them sequentially. . An asynchronous or event-based program could do this, but if each step involves some IO idle time, better overall performance can often be gained by running the steps in parallel. A Async::MergePoint object can then be used to wait for all of the steps to complete, before passing the combined result of each step on to the next stage. Package: libattribute-storage-perl Version: 0.06-0leo1~lenny1 Architecture: i386 Maintainer: Paul Evans Installed-Size: 96 Depends: perl (>= 5.10.0-19lenny2), perlapi-5.10.0 Homepage: http://search.cpan.org/dist/Attribute-Storage/ Priority: optional Section: perl Filename: pool/main/liba/libattribute-storage-perl/libattribute-storage-perl_0.06-0leo1~lenny1_i386.deb Size: 17034 SHA256: d846c6ad961f73b3d37e63461d64924aec48c56ccb542a36aa54a9a267a6b7db SHA1: 63130db6b83f93cd41f6d2348b3d6089b062ee7c MD5sum: a29159c3acbe622edcc27e7a271bf7ce Description: store and access named attributes about CODE references This package provides a base, where a package using it can define handlers for particular code attributes. Other packages, using the package that defines the code attributes, can then use them to annotate subs. . This is similar to Attribute::Handlers, with the following key differences: . This description was automagically extracted from the module by dh-make-perl. Package: libconfig-xpath-perl Version: 0.15-0leo1 Architecture: all Maintainer: Paul Evans Installed-Size: 140 Depends: perl, liberror-perl (>= 0.15), libxml-xpath-perl Homepage: http://search.cpan.org/dist/Config-XPath/ Priority: optional Section: perl Filename: pool/main/libc/libconfig-xpath-perl/libconfig-xpath-perl_0.15-0leo1_all.deb Size: 34560 SHA256: 400109c15ff3b8d9fff03185f97fbbb8164e655b3d9e169a98175bdbfefce79d SHA1: 14aa8e3167f8cbfce17cd3eddf3ddc598ef08a4b MD5sum: 48c32aa5b64b4692f90f3e9a83ca24f8 Description: retrieve configuration data from XML files by using XPath This module provides easy access to configuration data stored in an XML file. Configuration is retrieved using XPath keys; various methods exist to convert the result to a variety of convenient forms. . If the methods are called as static functions (as opposed to as object methods) then they access data stored in the default configuration file (details given below). . This description was automagically extracted from the module by dh-make-perl. Package: libdevel-refcount-perl Version: 0.07-1~lenny1 Architecture: i386 Maintainer: Debian Perl Group Installed-Size: 84 Depends: perl (>= 5.10.0-19lenny2), perlapi-5.10.0, libc6 (>= 2.7-1) Homepage: http://search.cpan.org/dist/Devel-Refcount/ Priority: optional Section: perl Filename: pool/main/libd/libdevel-refcount-perl/libdevel-refcount-perl_0.07-1~lenny1_i386.deb Size: 10606 SHA256: 1f00261dcc1bd375139f9ae27e644c90293a1ff435f0e800d7d687b04accaba7 SHA1: afacaa82ce7068be19277ad1ce98d2893f33cfdc MD5sum: 329ca00aa2435c7f29a6899aa3b9b4bb Description: Perl module to obtain the reference count of a variable Devel::Refcount provides a single function which obtains the reference count of the object being pointed to by the passed reference value. . Internally, Perl maintains a count of the number of 'things' referring to each variable, as a means of providing automatic memory management. Every time a reference is made to a scalar value, for example, the reference count is incremented; every time that reference is lost (eg. when a lexical variable goes out of scope) then the reference count is decremented. Package: libextutils-cchecker-perl Version: 0.04-1~lenny1 Architecture: all Maintainer: Debian Perl Group Installed-Size: 76 Depends: perl Homepage: http://search.cpan.org/dist/ExtUtils-CChecker/ Priority: optional Section: perl Filename: pool/main/libe/libextutils-cchecker-perl/libextutils-cchecker-perl_0.04-1~lenny1_all.deb Size: 12846 SHA256: 6c98b62a91f87f6143a3263788ee2ee260437f1bc293f05c9c97ea19dca0db60 SHA1: a11bad7504bc12624184bc7005d2cbdd6e154fe5 MD5sum: 94f061ec3a1b1b5919f0c34516910250 Description: helper module for handling C headers and libraries ExtUtils::CChecker is a Perl module designed to check for the presence of libraries and C headers required for building the remainder of your package. It is particularly useful for packages containing Perl bindings to existing C libraries. Package: libextutils-h2pm-perl Version: 0.06-0leo1~lenny1 Architecture: all Maintainer: Paul Evans Installed-Size: 88 Depends: perl (>= 5.9.3) Homepage: http://search.cpan.org/dist/ExtUtils-H2PM/ Priority: optional Section: perl Filename: pool/main/libe/libextutils-h2pm-perl/libextutils-h2pm-perl_0.06-0leo1~lenny1_all.deb Size: 21344 SHA256: 55ed7f57711c7168f21dfea65cb071f0b4b42148a51b5c444eeeac08c2f89eef SHA1: 9b34d766a412d80819fe4b79df10a5db86a073ba MD5sum: 279c103f132a9ba9a3b6efcc6e4185e9 Description: automatically generate perl modules to wrap C header files ExtUtils::H2PM assists in generating wrappers around system functionallity, such as socket() types or ioctl() calls, where the only interesting features required are the values of some constants or layouts of structures normally only known to the C header files. Rather than writing an entire XS module just to contain some constants and pack/unpack functions, this module allows the author to generate, at module build time, a pure perl module containing constant declarations and structure utility functions. The module then requires no XS module to be loaded at run time. . This description was automagically extracted from the module by dh-make-perl. Package: libio-async-perl Version: 0.27-1~lenny11~lenny11 Architecture: all Maintainer: Debian Perl Group Installed-Size: 500 Depends: perl, libheap-perl (>= 0.8), libasync-mergepoint-perl, libsocket-getaddrinfo-perl (>= 0.08) Breaks: libio-async-loop-epoll-perl (<< 0.07), libio-async-loop-glib-perl (<< 0.17) Homepage: http://search.cpan.org/dist/IO-Async/ Priority: optional Section: perl Filename: pool/main/libi/libio-async-perl/libio-async-perl_0.27-1~lenny11~lenny11_all.deb Size: 163168 SHA256: 8c95d1ce38d308711b4ba132f58595852e774069e9ff54c0855205e588a0411b SHA1: c0690e866704e0a324ddaa2f320d4ed862b1a17b MD5sum: e3d3e2513c7bd29929c8db3724bcae49 Description: Perl package providing asynchronous filehandle I/O IO::Async is a collection of Perl modules that allow programs to perform various operations on filehandles asynchronously. . Typically, a program would use a main IO::Async::Loop which would contain the other objects that perform the actual I/O work required by the program. This versatile loop supports features like timers and signal handlers through its various included subclasses. Package: liblinux-socketfilter-perl Version: 0.04-0leo1~lenny1 Architecture: i386 Maintainer: Paul Evans Installed-Size: 92 Depends: perl Homepage: http://search.cpan.org/dist/Linux-SocketFilter/ Priority: optional Section: perl Filename: pool/main/libl/liblinux-socketfilter-perl/liblinux-socketfilter-perl_0.04-0leo1~lenny1_i386.deb Size: 17232 SHA256: 9b369532de6661cf7fcb1d2639ff43848907090ac29b1cb5f26c5c1f92e139bc SHA1: 20602e17e39711d58588e5058e7fca2e48b02960 MD5sum: b8b9e67d40a3e03688c4c5f1d49d7fb5 Description: interface to Linux's socket packet filtering Linux::SocketFilter contains the constants and structure definitions to use Linux's socket packet filtering mechanism. . This description was automagically extracted from the module by dh-make-perl. Package: libmodule-pluginfinder-perl Version: 0.04-0leo1 Architecture: all Maintainer: Paul Evans Installed-Size: 76 Depends: perl, perl-modules Homepage: http://search.cpan.org/dist/Module-PluginFinder/ Priority: optional Section: perl Filename: pool/main/libm/libmodule-pluginfinder-perl/libmodule-pluginfinder-perl_0.04-0leo1_all.deb Size: 12480 SHA256: a0c508aa853dfba0209e001d7c33d361924d5bb9ce32f3200bb1187a47e4cc57 SHA1: 40443a99ff615023e79089497824d2c734dbe0e6 MD5sum: b641f47001cd014777bcfa17a15f2f25 Description: automatically choose the most appropriate plugin module. automatically choose the most appropriate plugin module. . This description was automagically extracted from the module by dh-make-perl. Package: libnet-async-http-perl Version: 0.06-0leo1 Architecture: all Maintainer: Paul Evans Installed-Size: 100 Depends: perl, liburi-perl, libwww-perl, libio-async-perl (>= 0.21) Homepage: http://search.cpan.org/dist/Net-Async-HTTP/ Priority: optional Section: perl Filename: pool/main/libn/libnet-async-http-perl/libnet-async-http-perl_0.06-0leo1_all.deb Size: 15550 SHA256: 471e5f15d285492b4aa8b17223c442cf5dcbc0f36faba3e9e460ad6ecc9dd9a1 SHA1: b2da9e38c11262f81736854be0779645a13f9b16 MD5sum: 324b1ea44317191ab3a8340b6c233dcc Description: Asynchronous HTTP user agent This object class implements an asynchronous HTTP user agent. It sends requests to servers, and invokes continuation callbacks when responses are received. The object supports multiple concurrent connections to servers, and allows multiple outstanding requests in pipeline to any one connection. Normally, only one such object will be needed per program to support any number of requests. . This description was automagically extracted from the module by dh-make-perl. Package: libnet-async-irc-perl Version: 0.01-0leo1 Architecture: all Maintainer: Paul Evans Installed-Size: 128 Depends: perl, libio-async-perl Homepage: http://search.cpan.org/dist/Net-Async-IRC/ Priority: optional Section: perl Filename: pool/main/libn/libnet-async-irc-perl/libnet-async-irc-perl_0.01-0leo1_all.deb Size: 34508 SHA256: 95c7636cdff146303f1c304d83687a57f6b7c93b57150ca370bb40c3697e521b SHA1: 759eabd7d5de4dfff30dadb2c60714867b6ba1c6 MD5sum: 2c14dd7e7e8cfa16c0d4c15f85fba5d0 Description: Asynchronous IRC client This object class implements an asynchronous IRC client, for use in programs based on IO::Async. . This description was automagically extracted from the module by dh-make-perl. Package: libsocket-getaddrinfo-perl Version: 0.14-1~lenny1 Architecture: i386 Maintainer: Debian Perl Group Installed-Size: 116 Depends: perl (>= 5.10.0-19lenny2), perlapi-5.10.0, libc6 (>= 2.7-1) Homepage: http://search.cpan.org/dist/Socket-GetAddrInfo/ Priority: optional Section: perl Filename: pool/main/libs/libsocket-getaddrinfo-perl/libsocket-getaddrinfo-perl_0.14-1~lenny1_i386.deb Size: 23290 SHA256: 02a1ef5ef0fb0f547a17ba5268f2d5fee79ba5144991351d70711f609380a807 SHA1: 6b0d1563bf4da7ea59b2b49dffe820923ddf0921 MD5sum: ae39f99c29f822ba662b9d8340ff4be4 Description: Perl module implementing getaddrinfo and getnameinfo Socket::GetAddrInfo provides a Perl implementation of the getaddrinfo and getnameinfo functions as described in RFC 2553. These functions are useful for converting between a pair of host name/service name and socket addresses, or vice versa. . This module uses underlying C code to do most of the work if possible, but can also fall back on some mostly-compatible emulation code written in Perl. This means that this module is a fairly portable implementation of these functions. Package: libsocket-packet-perl Version: 0.08-0leo1~lenny1 Architecture: i386 Maintainer: Paul Evans Installed-Size: 172 Depends: perl (>= 5.10.0-19lenny2), perlapi-5.10.0, libc6 (>= 2.7-1) Homepage: http://search.cpan.org/dist/Socket-Packet/ Priority: optional Section: perl Filename: pool/main/libs/libsocket-packet-perl/libsocket-packet-perl_0.08-0leo1~lenny1_i386.deb Size: 39846 SHA256: c09efc181e640e9c4e5a47c5850d804f86bf799ac074f8883ba0afcf2bc7fa01 SHA1: 41aae647eaae698dc1d4562ba91905314d9b8283 MD5sum: 782e184034e5cee99fc95144454da76b Description: interface to Linux's C socket family To quote packet(7): . Packet sockets are used to receive or send raw packets at the device driver . (OSI Layer 2) level. They allow the user to implement protocol modules in . user space on top of the physical layer. . Sockets in the PF_PACKET family get direct link-level access to the underlying hardware (i.e. Ethernet or similar). They are usually used to implement packet capturing, or sending of specially-constructed packets or to implement protocols the underlying kernel does not recognise. . The use of PF_PACKET sockets is usually restricted to privileged users only. . This description was automagically extracted from the module by dh-make-perl. Package: libtest-refcount-perl Version: 0.06-1~lenny1 Architecture: all Maintainer: Debian Perl Group Installed-Size: 64 Depends: perl, libdevel-refcount-perl Suggests: libdevel-findref-perl Homepage: http://search.cpan.org/dist/Test-Refcount/ Priority: optional Section: perl Filename: pool/main/libt/libtest-refcount-perl/libtest-refcount-perl_0.06-1~lenny1_all.deb Size: 10042 SHA256: e6d24138a410d9309bdb123470c545b705e5e867204f5723406716eeaa46abe0 SHA1: fc03cb13c0825a79da323e7e1b705cd9547298c5 MD5sum: 058b2795500be5416a108f11aa402f27 Description: Perl module to assert reference counts 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.