You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-IO-All-0.46-2.fc19.noarch
The IO::All object is a proxy for IO::File, IO::Dir, IO::Socket, IO::String, Tie::File, File::Spec, File::Path and File::ReadBackwards; as well as all the DBM and MLDBM modules. You can use most of the methods found in these classes and in IO::Handle (which they inherit from). IO::All adds dozens of other helpful idiomatic methods including file stat and manipulation functions.
RPMPackage perl-IO-AIO-4.15-4.fc19.armv6hl
This module implements asynchronous I/O using whatever means your operating system supports.
RPMPackage perl-IO-AIO-4.15-4.fc19.x86_64
This module implements asynchronous I/O using whatever means your operating system supports.
RPMPackage perl-Heap-0.80-13.fc19.noarch
The Heap collection of modules provide routines that manage a heap of elements. A heap is a partially sorted structure that is always able to easily extract the smallest of the elements in the structure (or the largest if a reversed compare routine is provided). If the collection of elements is changing dynamically, the heap has less overhead than keeping the collection fully sorted. The elements must be objects as described in "Heap::Elem" and all elements inserted into one heap must be mutually compatible - either the same class exactly or else classes that differ only in ways unrelated to the Heap::Elem interface.
RPMPackage perl-Hash-Util-FieldHash-Compat-0.03-14.fc19.noarch
Under older perls this module provides a drop in compatible API to Hash::Util::FieldHash using perltie. When Hash::Util::FieldHash is available, it will use that instead.
RPMPackage perl-Hash-Merge-0.12-10.fc19.noarch
Merges arbitrary deep hashes into a single hash.
RPMPackage perl-HTTP-Tiny-0.017-266.fc19.noarch
This is a very simple HTTP/1.1 client, designed primarily 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-Server-Simple-0.44-6.fc19.noarch
HTTP::Server::Simple is a very simple standalone HTTP daemon with no non-core module dependencies. It's ideal for building a standalone http-based UI to your existing tools.
RPMPackage perl-HTTP-Response-Encoding-0.06-11.fc19.noarch
Adds encoding() to HTTP::Response.
RPMPackage perl-HTTP-Negotiate-6.01-5.fc19.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.06-3.fc19.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-5.fc19.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-Daemon-6.01-5.fc19.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::INET, so you can perform socket operations directly on it too.
RPMPackage perl-HTTP-Cookies-6.01-5.fc19.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-HTTP-Cache-Transparent-1.0-14.fc19.noarch
HTTP::Cache::Transparent is an implementation of http get that keeps a local cache of fetched pages to avoid fetching the same data from the server if it hasn't been updated. The cache is stored on disk and is thus persistent between invocations.
RPMPackage perl-HTML-Tree-5.03-2.fc19.noarch
This distribution contains a suite of modules for representing, creating, and extracting information from HTML syntax trees; there is also relevant documentation. These modules used to be part of the libwww-perl distribution, but are now unbundled in order to facilitate a separate development track.
RPMPackage perl-HTML-Tidy-1.54-9.fc19.x86_64
HTML::Tidy is an HTML checker in a handy dandy object. It's meant as a replacement for HTML::Lint. If you're currently an HTML::Lint user looking to migrate, see the section "Converting from HTML::Lint".
RPMPackage perl-HTML-Template-2.95-1.fc19.noarch
This module attempts make using HTML templates simple and natural. It extends standard HTML with a few new HTML-esque tags - <TMPL_VAR>, <TMPL_LOOP>, <TMPL_INCLUDE>, <TMPL_IF> and <TMPL_ELSE>. The file written with HTML and these new tags is called a template. It is usually saved separate from your script - possibly even created by someone else! Using this module you fill in the values for the variables, loops and branches declared in the template. This allows you to separate design - the HTML - from the data, which you generate in the Perl script.
RPMPackage perl-HTML-Tagset-3.20-15.fc19.noarch
This module contains several data tables useful in various kinds of HTML parsing operations, such as tag and entity names.
RPMPackage perl-HTML-TableExtract-2.11-1.fc19.noarch
HTML::TableExtract is a module that simplifies the extraction of information contained in tables within HTML documents. Tables of note may be specified using Headers, Depth, Count, Attributes, or some combination of the three. See the module documentation for details.