You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Proc-ProcessTable-0.44-12.fc18.armv6hl
Perl interface to the unix process table.
RPMPackage perl-Proc-ProcessTable-0.44-5.lbn13.x86_64
Perl interface to the unix process table.
RPMPackage perl-Pod-Simple-3.20-239.lbn13.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-Simple-3.07-121.lbn13.x86_64
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-Perldoc-3.17.00-239.lbn13.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.51-239.lbn13.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.25-2.lbn13.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-Escapes-1.04-239.lbn13.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.
RPMPackage perl-Pod-Escapes-1.04-121.lbn13.x86_64
This module provides things that are useful in decoding Pod E<...> sequences. Presumably, it should be used only by Pod parsers and/or formatters.
RPMPackage perl-Pod-Coverage-0.20-4.lbn13.noarch
Developers hate writing documentation. They'd hate it even more if their computer tattled on them, but maybe they'll be even more thankful in the long run. Even if not, perlmodstyle tells you to, so you must obey. This module provides a mechanism for determining if the pod for a given module is comprehensive.
RPMPackage perl-PlRPC-0.2020-13.lbn13.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-Perl-OSType-1.002-239.lbn13.noarch
Modules that provide OS-specific behaviors often need to know if the current operating system matches a more generic type of operating systems. For example, 'linux' is a type of 'Unix' operating system and so is 'freebsd'. This module provides a mapping between an operating system name as given by $^O and a more generic type. The initial version is based on the OS type mappings provided in Module::Build and ExtUtils::CBuilder (thus, Microsoft operating systems are given the type 'Windows' rather than 'Win32').
RPMPackage perl-Perl-MinimumVersion-1.26-1.fc13.noarch
Find a minimum required version of perl for Perl code
RPMPackage perl-Perl-Critic-1.105-3.fc13.noarch
Perl::Critic is an extensible framework for creating and applying coding standards to Perl source code. Essentially, it is a static source code analysis engine. Perl::Critic is distributed with a number of Perl::Critic::Policy modules that attempt to enforce various coding guidelines. Most Policy modules are based on Damian Conway's book Perl Best Practices. However, Perl::Critic is not limited to PBP and will even support Policies that contradict Conway. You can enable, disable, and customize those Polices through the Perl::Critic interface. You can also create new Policy modules that suit your own tastes.
RPMPackage perl-PathTools-3.39.2-239.lbn13.x86_64
PathTools Perl module (Cwd, File::Spec).
RPMPackage perl-PathTools-3.39.2-239.lbn13.armv6hl
PathTools Perl module (Cwd, File::Spec).
RPMPackage perl-Parse-Yapp-1.05-41.lbn13.noarch
Parse::Yapp (Yet Another Perl Parser compiler) is a collection of modules that let you generate and use yacc like thread safe (reentrant) parsers with perl object oriented interface. The script yapp is a front-end to the Parse::Yapp module and let you easily create a Perl OO parser from an input grammar file.
RPMPackage perl-Parse-RecDescent-1.967009-5.lbn13.noarch
Parse::RecDescent incrementally generates top-down recursive-descent text parsers from simple yacc-like grammar specifications. It provides: * Regular expressions or literal strings as terminals (tokens) * Multiple (non-contiguous) productions for any rule * Repeated and optional subrules within productions * Full access to Perl within actions specified as part of the grammar * Simple automated error reporting during parser generation and parsing * The ability to commit to, uncommit to, or reject particular productions during a parse * The ability to pass data up and down the parse tree ("down" via subrule argument lists, "up" via subrule return values) * Incremental extension of the parsing grammar (even during a parse) * Precompilation of parser objects * User-definable reduce-reduce conflict resolution via "scoring" of matching productions
RPMPackage perl-Parse-CPAN-Meta-1.4402-239.lbn13.noarch
Parse::CPAN::Meta is a parser for META.yml files, based on the parser half of YAML::Tiny.
RPMPackage perl-Params-Validate-1.07-2.lbn13.x86_64
The Params::Validate module allows you to validate method or function call parameters to an arbitrary level of specificity. At the simplest level, it is capable of validating the required parameters were given and that no unspecified additional parameters were passed in. It is also capable of determining that a parameter is of a specific type, that it is an object of a certain class hierarchy, that it possesses certain methods, or applying validation callbacks to arguments.