Package: libcache-memcached-fast-perl Version: 0.23-1 Architecture: i386 Maintainer: Debian Perl Group Installed-Size: 230 Depends: perl (>= 5.20.2-3+deb8u12), perlapi-5.20.2, libc6 (>= 2.4) Enhances: libcache-memcached-perl Homepage: http://openhack.ru/Cache-Memcached-Fast Priority: optional Section: perl Filename: pool/jessie/libc/libcache-memcached-fast-perl/libcache-memcached-fast-perl_0.23-1_i386.deb Size: 71934 SHA256: e7f2698adaff8fc364445583015f4574fc187660ddb08469d946628be4487b36 SHA1: a932c4043b36e9fcf4f0569f474cc28e7ccc243c MD5sum: dd6e9dccdb0ee93f9311069289565a58 Description: Perl client for memcached, in C language Cache::Memcached::Fast is a Perl client for memcached, a memory cache daemon (http://www.danga.com/memcached/). Module core is implemented in C and tries hard to minimize number of system calls and to avoid any key/value copying for speed. As a result, it has very low CPU consumption. . API is largely compatible with Cache::Memcached, original pure Perl client, most users of the original module may start using this module by installing it and adding "::Fast" to the old name in their scripts. Package: libemail-stuffer-perl Version: 0.014-1 Architecture: all Maintainer: Debian Perl Group Installed-Size: 49 Depends: perl, libemail-mime-perl, libemail-sender-perl, libparams-util-perl Homepage: https://metacpan.org/release/Email-Stuffer Priority: optional Section: perl Filename: pool/jessie/libe/libemail-stuffer-perl/libemail-stuffer-perl_0.014-1_all.deb Size: 16324 SHA256: 2866b8980a6172e6ac4e6f54913795014af98f43981210bed1e7b0b3eb95d750 SHA1: c32e267f2b71d4929120c31cdd52d42051094c24 MD5sum: 2d9b4ce2128a9194244d41cc3758255b Description: casual approach to creating and sending Email:: emails Email::Stuffer, as its name suggests, is a fairly casual module used to stuff things into an email and send them. It is a high-level module designed for ease of use when doing a very specific common task, but implemented on top of the light and tolerable Email:: modules. . Email::Stuffer is typically used to build emails and send them in a single statement, as seen in the synopsis. And it is certain only for use when creating and sending emails. As such, it contains no email parsing capability, and little to no modification support. . To re-iterate, this is very much a module for those "slap it together and fire it off" situations, but that still has enough grunt behind the scenes to do things properly. . The basics should all work, but this module is still subject to name and/or API changes Package: libplack-middleware-logwarn-perl Version: 0.001002-1 Architecture: all Maintainer: Debian Perl Group Installed-Size: 25 Depends: libplack-perl, perl Homepage: https://metacpan.org/pod/Plack::Middleware::LogWarn Priority: optional Section: perl Filename: pool/jessie/libp/libplack-middleware-logwarn-perl/libplack-middleware-logwarn-perl_0.001002-1_all.deb Size: 8504 SHA256: dc724f04011241551d61375ccf6f3da97b2e6830adf663f35735877415d8f317 SHA1: 6baaaf707af9fe9187ceb0c314417e8811bc2d23 MD5sum: 4cd0140548e15010f15ae8a66961e98b Description: converts warnings to log messages Plack::Middleware::LogWarn is a Plack::Middleware component that will help you get warnings into a logger. You probably want to use some sort of real logging system such as Log::Log4perl and another Plack::Middleware such as Plack::Middleware::Log4perl. . Plack is a set of tools similar to Ruby's Rack or Python's Paste for WSGI. It implements the Perl Server Gateway Interface (PSGI) standard interface, which allows developers to decouple their web application framework from the local web server environment.