You are here: Home

Modified items

All recently modified items, latest first.
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.
RPMPackage perl-Params-Validate-1.07-2.lbn13.armv6hl
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.
RPMPackage perl-Params-Util-1.07-1.fc18.armv6hl
Params::Util provides a basic set of importable functions that makes checking parameters a hell of a lot easier.
RPMPackage perl-Params-Util-1.03-1.lbn13.x86_64
Params::Util provides a basic set of importable functions that makes checking parameters a hell of a lot easier.
RPMPackage perl-Params-Check-0.26-121.lbn13.x86_64
Params::Check is a generic input parsing/checking mechanism.
RPMPackage perl-Package-Generator-0.103-2.lbn13.noarch
This module lets you quickly and easily construct new packages. It gives them unused names and sets up their package data, if provided.
RPMPackage perl-Package-Constants-0.02-239.lbn13.noarch
Package::Constants lists all the constants defined in a certain package. This can be useful for, among others, setting up an autogenerated @EXPORT/@EXPORT_OK for a Constants.pm file.
RPMPackage perl-Package-Constants-0.02-121.lbn13.x86_64
Package::Constants lists all the constants defined in a certain package. This can be useful for, among others, setting up an autogenerated @EXPORT/@EXPORT_OK for a Constants.pm file.
RPMPackage perl-PPI-HTML-1.07-6.lbn13.noarch
PPI::HTML converts Perl documents into syntax highlighted HTML pages.
RPMPackage perl-PPI-1.206-4.fc13.noarch
Parse, Analyze and Manipulate Perl (without perl).
RPMPackage perl-POE-1.354-5.lbn13.noarch
POE is a framework for cooperative, event driven multitasking in Perl. Other languages have similar frameworks. Python has Twisted. TCL has "the event loop". POE originally was developed as the core of a persistent object server and runtime environment. It has evolved into a general purpose multitasking and networking framework, encompassing and providing a consistent interface to other event loops such as Event and the Tk and Gtk toolkits. POE is written in layers, each building upon the previous. It's therefore possible to use POE at varying levels of abstraction.
RPMPackage perl-PDF-Reuse-0.35-3.fc13.noarch
This module allows you to reuse PDF-files. You can use pages, images, fonts and Acrobat JavaScript from old PDF-files (if they were not encrypted), and rearrange the components, and add new graphics, texts etc. There is also support for graphics. In the tutorial there is a description of how to transform simple PDF-pages to graphic Perl objects with the help of programs based on this module. The module is fairly fast, so it should be possible to use it for mass production.
RPMPackage perl-PAR-Dist-0.46-2.lbn13.noarch
This module creates and manipulates PAR distributions. They are architecture- specific PAR files, containing everything under blib/ of CPAN distributions after their make or Build stage, a META.yml describing metadata of the original CPAN distribution, and a MANIFEST detailing all files within it. Digitally signed PAR distributions will also contain a SIGNATURE file.
RPMPackage perl-Object-Deadly-0.09-6.lbn13.noarch
Object::Deadly is meant to be used in testing. All possible overloading and method calls die. You can pass this object into methods which are not supposed to accidentally trigger any potentially overloading.
RPMPackage perl-Object-Accessor-0.34-121.lbn13.x86_64
Object::Accessor provides an interface to create per object accessors (as opposed to per Class accessors, as, for example, Class::Accessor provides).