You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-IO-Socket-SSL-2.066-1.lbn25.noarch
This module is a true drop-in replacement for IO::Socket::INET that uses SSL to encrypt data before it is transferred to a remote server or client. IO::Socket::SSL supports all the extra features that one needs to write a full-featured SSL client or server application: multiple SSL contexts, cipher selection, certificate verification, and SSL version selection. As an extra bonus, it works perfectly with mod_perl.
RPMPackage perl-IO-Socket-IP-0.39-419.lbn25.noarch
This module provides a protocol-independent way to use IPv4 and IPv6 sockets, as a drop-in replacement for IO::Socket::INET. Most constructor arguments and methods are provided in a backward-compatible way.
RPMPackage perl-IO-HTML-1.001-13.lbn25.noarch
IO::HTML provides an easy way to open a file containing HTML while automatically determining its encoding. It uses the HTML5 encoding sniffing algorithm specified in section 8.2.2.1 of the draft standard.
RPMPackage perl-IO-Compress-2.086-1.lbn25.noarch
This distribution provides a Perl interface to allow reading and writing of compressed data created with the zlib and bzip2 libraries. IO-Compress supports reading and writing of bzip2, RFC 1950, RFC 1951, RFC 1952 (i.e. gzip) and zip files/buffers. The following modules used to be distributed separately, but are now included with the IO-Compress distribution: * Compress-Zlib * IO-Compress-Zlib * IO-Compress-Bzip2 * IO-Compress-Base
RPMPackage perl-IO-1.39-436.lbn25.1.x86_64
This is a collection of Perl input/output modules.
RPMPackage perl-HTTP-Tiny-0.076-2.lbn25.noarch
This is a very simple HTTP/1.1 client, designed for doing simple GET requests without the overhead of a large framework like LWP::UserAgent. It is more correct and more complete than HTTP::Lite. It supports proxies (currently only non-authenticating ones) and redirection. It also correctly resumes after EINTR.
RPMPackage perl-HTTP-Negotiate-6.01-22.lbn25.noarch
This module provides a complete implementation of the HTTP content negotiation algorithm specified in draft-ietf-http-v11-spec-00.ps chapter 12. Content negotiation allows for the selection of a preferred content representation based upon attributes of the negotiable variants and the value of the various Accept* header fields in the request.
RPMPackage perl-HTTP-Message-6.18-4.lbn25.noarch
The HTTP-Message distribution contains classes useful for representing the messages passed in HTTP style communication. These are classes representing requests, responses and the headers contained within them.
RPMPackage perl-HTTP-Date-6.02-21.lbn25.noarch
This module provides functions that deal the date formats used by the HTTP protocol (and then some more). Only the first two functions, time2str() and str2time(), are exported by default.
RPMPackage perl-HTTP-Cookies-6.04-5.lbn25.noarch
This class is for objects that represent a "cookie jar" -- that is, a database of all the HTTP cookies that a given LWP::UserAgent object knows about.
RPMPackage perl-HTML-Tagset-3.20-37.lbn25.noarch
This module contains several data tables useful in various kinds of HTML parsing operations, such as tag and entity names.
RPMPackage perl-HTML-Parser-tests-3.72-4.fc25.x86_64
This package provides the test suite for package perl-HTML-Parser.
RPMPackage perl-HTML-Parser-3.72-16.lbn25.x86_64
The HTML-Parser module for perl to parse and extract information from HTML documents, including the HTML::Entities, HTML::HeadParser, HTML::LinkExtor, HTML::PullParser, and HTML::TokeParser modules.
RPMPackage perl-Git-SVN-2.32.0-1.lbn25.1.noarch
Perl interface to Git::SVN.
RPMPackage perl-Git-2.32.0-1.lbn25.1.noarch
Perl interface to Git.
RPMPackage perl-Getopt-Long-Descriptive-0.104-1.lbn25.noarch
Convenient wrapper for Getopt::Long and program usage output.
RPMPackage perl-Getopt-Long-2.50-418.lbn25.noarch
The Getopt::Long module implements an extended getopt function called GetOptions(). It parses the command line from @ARGV, recognizing and removing specified options and their possible values. It adheres to the POSIX syntax for command line options, with GNU extensions. In general, this means that options have long names instead of single letters, and are introduced with a double dash "--". Support for bundling of command line options, as was the case with the more traditional single-letter approach, is provided but not enabled by default.
RPMPackage perl-Function-Parameters-1.0706-1.lbn25.x86_64
This module extends Perl with keywords that let you define functions with parameter lists. It uses Perl's keyword plugin API, so it works reliably and doesn't require a source filter.
RPMPackage perl-Filter-Simple-0.95-418.lbn25.noarch
The Filter::Simple Perl module provides a simplified interface to Filter::Util::Call; one that is sufficient for most common cases.
RPMPackage perl-File-Which-1.23-2.lbn25.noarch
File::Which is a portable implementation (in Perl) of 'which', and can be used to get the absolute filename of an executable program installed somewhere in your PATH, or just check for its existence.