You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-MailTools-2.20-5.lbn25.noarch
MailTools is a set of ancient Perl modules related to mail applications.
RPMPackage perl-MIME-Types-2.17-5.lbn25.noarch
MIME types are used in many applications, for instance as part of e-mail and HTTP traffic, to indicate the type of content that is transmitted. Sometimes detailed knowledge about a mime-type is need; however, this module only knows about the file-name extensions that relate to some file-type. It can also be used to produce the right format: types that are not registered at IANA need to use 'x-' prefixes.
RPMPackage perl-MIME-Lite-3.030-14.lbn25.noarch
MIME::Lite is intended as a simple, standalone module for generating (not parsing!) MIME messages... Specifically, it allows you to output a simple, decent single- or multi-part message with text or binary attachments. It does not require that you have the Mail:: or MIME:: modules installed.
RPMPackage perl-IO-AIO-4.72-1.lbn25.x86_64
This module implements asynchronous I/O using whatever means your operating system supports.
RPMPackage perl-HTTP-Daemon-6.04-1.lbn25.noarch
Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a socket for incoming requests. The HTTP::Daemon is a subclass of IO::Socket::IP, so you can perform socket operations directly on it too.
RPMPackage perl-Guard-1.023-14.lbn25.x86_64
This module implements so-called "guards". A guard is something (usually an object) that "guards" a resource, ensuring that it is cleaned up when expected.
RPMPackage perl-Geo-IP-1.51-6.lbn25.x86_64
This package contains Perl bindings for the GeoIP IP/host-name to country/location/organization database. This package requires Maxmind's GeoIP libraries but is often faster than other, similar modules.
RPMPackage perl-Filter-1.59-2.lbn25.x86_64
Source filters alter the program text of a module before Perl sees it, much as a C preprocessor alters the source text of a C program before the compiler sees it.
RPMPackage perl-FCGI-0.78-2.fc25.x86_64
FastCGI Perl bindings.
RPMPackage perl-Event-1.27-2.lbn25.x86_64
The Event module provide a central facility to watch for various types of events and invoke a callback when these events occur. The idea is to delay the handling of events so that they may be dispatched in priority order when it is safe for callbacks to execute.
RPMPackage perl-Error-0.17027-2.lbn25.noarch
The Error package provides two interfaces. Firstly Error provides a procedural interface to exception handling. Secondly Error is a base class for errors/exceptions that can either be thrown, for subsequent catch, or can simply be recorded.
RPMPackage perl-Encode-Locale-1.05-12.lbn25.noarch
In many applications it's wise to let Perl use Unicode for the strings it processes. Most of the interfaces Perl has to the outside world is still byte based. Programs therefore needs to decode byte strings that enter the program from the outside and encode them again on the way out.
RPMPackage perl-Encode-Detect-1.01-29.lbn25.x86_64
This Perl module is an Encode::Encoding subclass that uses Encode::Detect::Detector to determine the charset of the input data and then decodes it using the encoder of the detected charset.
RPMPackage perl-Email-Date-Format-1.005-12.lbn25.noarch
This module can be used to emit RFC 2822 style date strings.
RPMPackage perl-EV-4.25-2.lbn25.x86_64
This module provides an interface to libev (<http://software.schmorp.de/pkg/libev.html>). While the included documentation is comprehensive, one might also consult the documentation of libev itself (<http://cvs.schmorp.de/libev/ev.html>) for more subtle details on watcher semantics or some discussion on the available backends, or how to force a specific backend with "LIBEV_FLAGS", or just about in any case because it has much more detailed information.
RPMPackage perl-Crypt-Twofish-2.17-19.lbn25.x86_64
Twofish is a 128-bit symmetric block cipher with a variable length (128, 192, or 256-bit) key, developed by Counterpane Labs. It is unpatented and free for all uses, as described at http://www.counterpane.com/twofish.html.
RPMPackage perl-Crypt-Simple-0.06-35.lbn25.noarch
This little module will convert all your data into nice base64 text that you can save in a text file, send in an email, store in a cookie or web page, or bounce around the Net. The data you encrypt can be as simple or as complicated as you like.
RPMPackage perl-Crypt-SSLeay-0.72-23.lbn25.x86_64
These Perl modules provide support for the HTTPS protocol under the World-Wide Web library for Perl (LWP), so that a LWP::UserAgent can make HTTPS GET, HEAD, and POST requests. This package contains Net::SSL module which is automatically loaded by LWP::Protocol::https on HTTPS requests, and provides the necessary SSL glue for that module to work.
RPMPackage perl-Crypt-Rijndael-1.13-11.lbn25.x86_64
This module implements the Rijndael cipher, which has just been selected as the Advanced Encryption Standard.
RPMPackage perl-Crypt-Random-1.52-2.lbn25.noarch
Crypt::Random is an interface module to the /dev/random device found on most modern unix systems. It also interfaces with egd, a user space entropy gathering daemon, available for systems where /dev/random (or similar) devices are not available. When Math::Pari is installed, Crypt::Random can generate random integers of arbitrary size of a given bitsize or in a specified interval.