You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Test-CPAN-Meta-YAML-0.21-2.fc19.noarch
This module was written to ensure that a META.yml file, provided with a standard distribution uploaded to CPAN, meets the specifications that are slowly being introduced to module uploads, via the use of ExtUtils::MakeMaker, Module::Build and Module::Install. See CPAN::Meta for further details of the CPAN Meta Specification.
RPMPackage perl-Test-CPAN-Meta-JSON-0.16-1.lbn19.noarch
This module was written to ensure that a META.json file, provided with a standard distribution uploaded to CPAN, meets the specifications that are slowly being introduced to module uploads, via the use of ExtUtils::MakeMaker, Module::Build and Module::Install. See CPAN::Meta for further details of the CPAN Meta Specification.
RPMPackage perl-Test-CPAN-Meta-0.23-1.fc19.noarch
This module was written to ensure that a META.yml file, provided with a standard distribution uploaded to CPAN, meets the specifications that are slowly being introduced to module uploads, via the use of package makers and installers such as ExtUtils::MakeMaker, Module::Build and Module::Install.
RPMPackage perl-Test-Block-0.13-4.fc19.noarch
This module allows you to specify the number of expected tests at a finer level of granularity than an entire test script. It is built with Test::Builder and plays happily with Test::More and friends.
RPMPackage perl-TermReadKey-2.30-18.fc19.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-TermReadKey-2.30-18.fc19.armv6hl
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.38-1.fc19.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-ProgressBar-2.13-4.fc19.noarch
Term::ProgressBar provides a simple progress bar on the terminal, to let the user know that something is happening, roughly how much stuff has been done, and maybe an estimate at how long remains.
RPMPackage perl-Template-Toolkit-2.25-4.lbn19.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-Template-Tiny-1.12-5.fc19.noarch
WARNING: THIS MODULE IS EXPERIMENTAL AND SUBJECT TO CHANGE WITHOUT NOTICE Template::Tiny is a re-implementation of a partial subset of the Template Toolkit, in as few lines of code as possible. It is intended for use in light-usage, low-memory, or low-CPU templating situations, where you may need to upgrade to the full feature set in the future, or if you want the familiarity of TT-style templates. It is intended to have fully-compatible template and stash usage, with a limited by similar Perl API. Unlike Template Toolkit, Template::Tiny will process templates without a compile phase (but despite this is still quicker, owing to heavy use of the Perl regular expression engine.
RPMPackage perl-Task-Weaken-1.04-6.fc19.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-Taint-Runtime-0.03-18.lbn19.x86_64
This module enables run-time taint checking, for cases where the -T switch on the command line is not appropriate or viable. There are a somewhat limited number of legitimate use cases where you should use this module instead of the -T switch. Unless you have a specific and good reason for not using the -T option, you should use the -T option.
RPMPackage perl-TAP-Parser-SourceHandler-pgTAP-3.29-3.1.lbn19.noarch
Stream TAP from pgTAP test scripts
RPMPackage perl-Sys-Virt-1.0.5-1.fc19.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-Sys-Syslog-0.33-1.fc19.armv6hl
Sys::Syslog is an interface to the UNIX syslog(3) function. Call syslog() with a string priority and a list of printf() arguments just like at syslog(3).
RPMPackage perl-Sys-Syslog-0.33-1.fc19.x86_64
Sys::Syslog is an interface to the UNIX syslog(3) function. Call syslog() with a string priority and a list of printf() arguments just like at syslog(3).
RPMPackage perl-Sys-Mmap-0.14-11.lbn19.armv6hl
The Mmap module lets you use mmap to map in a file as a perl variable rather than reading the file into dynamically allocated memory. Multiple programs may map the same file into memory, and immediately see changes by each other. Memory may be allocated not attached to a file, and shared with subprocesses.
RPMPackage perl-Sys-Mmap-0.14-11.fc19.x86_64
The Mmap module lets you use mmap to map in a file as a perl variable rather than reading the file into dynamically allocated memory. Multiple programs may map the same file into memory, and immediately see changes by each other. Memory may be allocated not attached to a file, and shared with subprocesses.
RPMPackage perl-Sys-MemInfo-0.98-3.lbn19.x86_64
Sys::MemInfo returns the total amount of free and used physical memory in bytes in totalmem and freemem variables.
RPMPackage perl-Sys-CPU-0.61-9.lbn19.x86_64
Perl extension for getting CPU information. Currently only number of CPU's supported.