You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Task-Weaken-1.06-4.lbn25.noarch
One recurring problem in modules that use Scalar::Util's weaken function is that it is not present in the pure-perl variant. This restores the functionality testing to a dependency you do once in your Makefile.PL, rather than something you have to write extra tests for each time you write a module.
RPMPackage perl-Socket6-0.29-2.lbn25.x86_64
This module supports getaddrinfo() and getnameinfo() to intend to enable protocol independent programming. If your environment supports IPv6, IPv6 related defines such as AF_INET6 are included.
RPMPackage perl-Razor-Agent-2.85-32.lbn25.x86_64
Vipul's Razor is a distributed, collaborative, spam detection and filtering network. Razor establishes a distributed and constantly updating catalogue of spam in propagation. This catalogue is used by clients to filter out known spam. On receiving a spam, a Razor Reporting Agent (run by an end-user or a troll box) calculates and submits a 20-character unique identification of the spam (a SHA Digest) to its closest Razor Catalogue Server. The Catalogue Server echos this signature to other trusted servers after storing it in its database. Prior to manual processing or transport-level reception, Razor Filtering Agents (end-users and MTAs) check their incoming mail against a Catalogue Server and filter out or deny transport in case of a signature match. Catalogued spam, once identified and reported by a Reporting Agent, can be blocked out by the rest of the Filtering Agents on the network.
RPMPackage perl-PlRPC-0.2020-13.lbn25.noarch
PlRPC (Perl RPC) is a package that simplifies the writing of Perl based client/server applications. RPC::PlServer is the package used on the server side, and you guess what RPC::PlClient is for. PlRPC works by defining a set of methods that may be executed by the client.
RPMPackage perl-Package-Constants-0.06-11.lbn25.noarch
Package::Constants lists all the constants defined in a certain package. This can be useful for, among others, setting up an auto-generated @EXPORT/@EXPORT_OK for a Constants.pm file.
RPMPackage perl-Net-SMTP-SSL-1.04-8.lbn25.noarch
Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its network operations.
RPMPackage perl-Net-Daemon-0.48-21.lbn25.noarch
Net::Daemon is an abstract base class for implementing portable server applications in a very simple way. The module is designed for Perl 5.006 and ithreads (and higher), but can work with fork() and Perl 5.004. The Net::Daemon class offers methods for the most common tasks a daemon needs: Starting up, logging, accepting clients, authorization, restricting its own environment for security and doing the true work. You only have to override those methods that aren't appropriate for you, but typically inheriting will safe you a lot of work anyways.
RPMPackage perl-Net-CIDR-Lite-0.21-23.lbn25.noarch
Faster alternative to Net::CIDR when merging a large number of CIDR address ranges. Works for IPv4 and IPv6 addresses.
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.