You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-TermReadKey-2.30-9.lbn13.x86_64
Term::ReadKey is a compiled perl module dedicated to providing simple control over terminal driver modes (cbreak, raw, cooked, etc.) support for non-blocking reads, if the architecture allows, and some generalized handy functions for working with terminals. One of the main goals is to have the functions as portable as possible, so you can just plug in "use Term::ReadKey" on any architecture and have a good likelyhood of it working.
RPMPackage perl-Term-UI-0.30-239.lbn13.noarch
Term::UI is a transparent way of eliminating the overhead of having to format a question and then validate the reply, informing the user if the answer was not proper and re-issuing the question.
RPMPackage perl-Term-UI-0.20-121.lbn13.x86_64
Term::UI is a transparent way of eliminating the overhead of having to format a question and then validate the reply, informing the user if the answer was not proper and re-issuing the question.
RPMPackage perl-Template-Toolkit-2.24-2.fc18.armv6hl
The Template Toolkit is a collection of modules which implement a fast, flexible, powerful and extensible template processing system. It was originally designed and remains primarily useful for generating dynamic web content, but it can be used equally well for processing any other kind of text based documents: HTML, XML, POD, PostScript, LaTeX, and so on.
RPMPackage perl-Template-Toolkit-2.22-5.lbn13.x86_64
The Template Toolkit is a collection of modules which implement a fast, flexible, powerful and extensible template processing system. It was originally designed and remains primarily useful for generating dynamic web content, but it can be used equally well for processing any other kind of text based documents: HTML, XML, POD, PostScript, LaTeX, and so on.
RPMPackage perl-TeX-Hyphen-0.140-10.lbn13.noarch
Hyphenate words using TeX's patterns.
RPMPackage perl-Task-Weaken-1.02-7.lbn13.noarch
One recurring problem in modules that use Scalar::Util's weaken function is that it is not present in the pure-perl variant. This restores the functionality testing to a dependency you do once in your Makefile.PL, rather than something you have to write extra tests for each time you write a module.
RPMPackage perl-Sys-Virt-0.2.3-1.fc13.x86_64
The Sys::Virt module provides a Perl XS binding to the libvirt virtual machine management APIs. This allows machines running within arbitrary virtualization containers to be managed with a consistent API.
RPMPackage perl-Syntax-Highlight-Engine-Kate-0.04-6.lbn13.noarch
Syntax::Highlight::Engine::Kate is a port to perl of the syntax highlight engine of the Kate text editor.
RPMPackage perl-Switch-2.16-5.lbn13.noarch
Switch.pm provides the syntax and semantics for an explicit case mechanism for Perl. The syntax is minimal, introducing only the keywords C<switch> and C<case> and conforming to the general pattern of existing Perl control structures. The semantics are particularly rich, allowing any one (or more) of nearly 30 forms of matching to be used when comparing a switch value with its various cases.
RPMPackage perl-Sub-Uplevel-0.22-1.lbn13.noarch
Like Tcl's uplevel() function, but not quite so dangerous. The idea is just to fool caller(). All the really naughty bits of Tcl's uplevel() are avoided.
RPMPackage perl-Sub-Name-0.05-6.fc18.armv6hl
This module allows one to "name" or rename subroutines, including anonymous ones. Note that this is mainly for aid in debugging; you still cannot call the sub by the new name (without some deep magic).
RPMPackage perl-Sub-Name-0.04-5.fc13.x86_64
This module allows one to "name" or rename subroutines, including anonymous ones. Note that this is mainly for aid in debugging; you still cannot call the sub by the new name (w/o some deep magic).
RPMPackage perl-Sub-Install-0.925-4.lbn13.noarch
This module makes it easy to install subroutines into packages without the unslightly mess of no strict or typeglobs lying about where just anyone can see them.
RPMPackage perl-Sub-Identify-0.04-15.fc18.armv6hl
Sub::Identify allows you to retrieve the real name of code references. For this, it uses Perl's introspection mechanism, provided by the B module.
RPMPackage perl-Sub-Identify-0.04-7.lbn13.x86_64
Sub::Identify allows you to retrieve the real name of code references. For this, it uses perl's introspection mechanism, provided by the B module.
RPMPackage perl-Sub-Exporter-0.982-4.lbn13.noarch
Sub::Exporter provides a sophisticated alternative to Exporter.pm. It allows for renaming, currying/sub-generation, and other cool stuff. ACHTUNG! If you're not familiar with Exporter or exporting, read Sub::Exporter::Tutorial first!
RPMPackage perl-String-ShellQuote-1.03-8.lbn13.noarch
This package contains a Perl module and a command line utility which are useful for quoting strings which are going to pass through the shell or a shell-like object.
RPMPackage perl-String-Format-1.16-2.lbn13.noarch
String::Format lets you define arbitrary printf-like format sequences to be expanded. This module would be most useful in configuration files and reporting tools, where the results of a query need to be formatted in a particular way.
RPMPackage perl-String-CRC32-1.4-16.fc18.armv6hl
This packages provides a perl module to generate checksums from strings and from files. The checksums are the same as those calculated by ZMODEM, PKZIP, PICCHECK and many others. There's another perl module called String::CRC, which supports calculation of CRC values of various widths (i.e. not just 32 bits), but the generated sums differ from those of the programs mentioned above.