You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Readonly-1.03-22.fc19.noarch
Readonly provides a facility for creating non-modifiable scalars, arrays, and hashes. Any attempt to modify a Readonly variable throws an exception. Readonly: * Creates scalars, arrays (not lists), and hashes * Creates variables that look and work like native perl variables * Creates global or lexical variables * Works at run-time or compile-time * Works with deep or shallow data structures * Prevents reassignment of Readonly variables
RPMPackage perl-Razor-Agent-2.85-13.fc19.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-REST-Client-271-2.lbn19.noarch
REST::Client provides a simple way to interact with HTTP RESTful resources.
RPMPackage perl-Qt-0.96.0-6.fc19.x86_64
This module provides Perl bindings for the Qt 4 libraries.
RPMPackage perl-Qt-0.96.0-2.fc17.armv6hl
This module provides Perl bindings for the Qt 4 libraries.
RPMPackage perl-Proc-ProcessTable-0.48-1.fc19.x86_64
Perl interface to the Unix process table.
RPMPackage perl-Proc-ProcessTable-0.44-13.fc19.armv6hl
Perl interface to the unix process table.
RPMPackage perl-Probe-Perl-0.01-14.fc19.noarch
This module provides methods for obtaining information about the currently running perl interpreter. It originally began life as code in the Module::Build project, but has been externalized here for general use.
RPMPackage perl-Pod-Wordlist-hanekomu-1.130240-1.fc19.noarch
When loaded, this module automatically adds Test::Spelling stopwords for POD spell checking, that is, words that should be ignored by the spell check. The stopword list includes some CPAN author names, technical terms (e.g. JSON, URI) and other commonly-used words not included in the default word list (e.g. mixin, munging).
RPMPackage perl-Pod-Usage-1.61-1.lbn19.noarch
pod2usage will print a usage message for the invoking script (using its embedded POD documentation) and then exit the script with the desired exit status. The usage message printed may have any one of three levels of "verboseness": If the verbose level is 0, then only a synopsis is printed. If the verbose level is 1, then the synopsis is printed along with a description (if present) of the command line options and arguments. If the verbose level is 2, then the entire manual page is printed.
RPMPackage perl-Pod-Strip-1.02-14.fc19.noarch
Pod::Strip is a subclass of Pod::Simple that strips all POD from Perl Code.
RPMPackage perl-Pod-Spell-1.01-16.lbn19.noarch
Pod::Spell is a Pod formatter whose output is good for spell-checking. Pod::Spell rather like Pod::Text, except that it doesn't put much effort into actual formatting, and it suppresses things that look like Perl symbols or Perl jargon (so that your spell-checking program won't complain about mystery words like "$thing" or "Foo::Bar" or "hashref").
RPMPackage perl-Pod-Simple-3.20-266.fc19.noarch
Pod::Simple is a Perl library for parsing text in the Pod ("plain old documentation") markup language that is typically used for writing documentation for Perl and for Perl modules.
RPMPackage perl-Pod-Readme-0.110-7.fc19.noarch
This module is a subclass of Pod::PlainText which provides additional POD markup for generating README files.
RPMPackage perl-Pod-Plainer-1.03-4.fc19.noarch
Pod::Plainer uses Pod::Parser which takes Pod with the (new) 'C<< .. >>' constructs and returns the old(er) style with just 'C<>'; '<' and '>' are replaced by 'E<lt>' and 'E<gt>'. This can be used to pre-process Pod before using tools which do not recognize the new style Pods.
RPMPackage perl-Pod-Perldoc-3.19.01-2.lbn19.noarch
perldoc looks up a piece of documentation in .pod format that is embedded in the perl installation tree or in a perl script, and displays it via "groff -man | $PAGER". This is primarily used for the documentation for the perl library modules.
RPMPackage perl-Pod-Parser-1.61-1.lbn19.noarch
This software distribution contains the packages for using Perl5 POD (Plain Old Documentation). See the "perlpod" and "perlsyn" manual pages from your Perl5 distribution for more information about POD.
RPMPackage perl-Pod-POM-0.27-9.fc19.noarch
This module implements a parser to convert Pod documents into a simple object model form known hereafter as the Pod Object Model. The object model is generated as a hierarchical tree of nodes, each of which represents a different element of the original document. The tree can be walked manually and the nodes examined, printed or otherwise manipulated. In addition, Pod::POM supports and provides view objects which can automatically traverse the tree, or section thereof, and generate an output representation in one form or another.
RPMPackage perl-Pod-Markdown-1.322-2.fc19.noarch
This module subclasses Pod::Parser and converts POD to Markdown.
RPMPackage perl-Pod-LaTeX-0.61-1.fc19.noarch
Pod::LaTeX is a module to convert documentation in the POD format into LaTeX. A pod2latex replacement command is provided.