You are here: Home

Modified items

All recently modified items, latest first.
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.
RPMPackage perl-Pod-Eventual-0.093330-12.fc19.noarch
POD is a pretty simple format to write, but it can be a big pain to deal with reading it and doing anything useful with it. Most existing POD parsers care about semantics, like whether a =item occurred after an =over but before a back, figuring out how to link a L<>, and other things like that. Pod::Eventual is much less ambitious and much more stupid. Fortunately, stupid is often better. (That's what I keep telling myself, anyway.) Pod::Eventual reads line-based input and produces events describing each POD paragraph or directive it finds. Once complete events are immediately passed to the handle_event method. This method should be implemented by Pod::Eventual sub-classes. If it isn't, Pod::Eventual's own handle_event will be called, and will raise an exception.
RPMPackage perl-Pod-Escapes-1.04-266.fc19.noarch
This module provides things that are useful in decoding Pod E<...> sequences. Presumably, it should be used only by Pod parsers and/or formatters.