You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Test-NoWarnings-0.084-6.lbn13.noarch
In general, your tests shouldn't produce warnings. This module causes any warnings to be captured and stored. It automatically adds an extra test that will run when your script ends to check that there were no warnings. If there were any warings, the test will give a "not ok" and diagnostics of where, when and what the warning was, including a stack trace of what was going on when the it occurred.
RPMPackage perl-Test-MinimumVersion-0.013-1.lbn13.noarch
Check whether your code requires a newer perl than you think.
RPMPackage perl-Test-Manifest-1.22-6.lbn13.noarch
MakeMaker assumes that you want to run all of the .t files in the t/ directory in ascii-betical order during make test unless you say otherwise. This leads to some interesting naming schemes for test files to get them in the desired order. You can specify any order or any files that you like, though, with the test directive to WriteMakefile. Test::Manifest looks in the t/test_manifest file to find out which tests you want to run and the order in which you want to run them. It constructs the right value for MakeMaker to do the right thing.
RPMPackage perl-Test-Harness-3.23-239.lbn13.noarch
Run Perl standard test scripts with statistics. Use TAP::Parser, Test::Harness package was whole rewritten.
RPMPackage perl-Test-Harness-3.17-121.lbn13.x86_64
Run Perl standard test scripts with statistics. Use TAP::Parser, Test::Harness package was whole rewritten.
RPMPackage perl-Test-Exception-0.29-1.lbn13.noarch
This module provides a few convenience methods for testing exception based code. It is built with Test::Builder and plays happily with Test::More and friends.
RPMPackage perl-Test-Differences-0.4801-4.lbn13.noarch
When the code you're testing returns multiple lines, records or data structures and they're just plain wrong, an equivalent to the Unix diff utility may be just what's needed.
RPMPackage perl-Test-CPAN-Meta-0.13-2.lbn13.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-Base-0.58-3.fc13.noarch
Testing is usually the ugly part of Perl module authoring. Perl gives you a standard way to run tests with Test::Harness, and basic testing primitives with Test::More. After that you are pretty much on your own to develop a testing framework and philosophy. Test::More encourages you to make your own framework by subclassing Test::Builder, but that is not trivial.
RPMPackage perl-TermReadKey-2.30-16.fc18.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-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.