You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Test-Warn-0.21-2.lbn13.noarch
This module provides a few convenience methods for testing warning based code.
RPMPackage perl-Test-Tester-0.107-4.lbn13.noarch
If you have written a test module based on Test::Builder then Test::Tester allows you to test it with the minimum of effort.
RPMPackage perl-Test-Taint-1.06-1.fc18.1302280133kf.armv6hl
Tainted data is data that comes from an unsafe source, such as the command line, or, in the case of web apps, any GET or POST transactions. Read the perlsec man page for details on why tainted data is bad, and how to untaint the data. When you're writing unit tests for code that deals with tainted data, you'll want to have a way to provide tainted data for your routines to handle, and easy ways to check and report on the taintedness of your data, in standard Test::More style.
RPMPackage perl-Test-Taint-1.04-10.lbn13.x86_64
Tainted data is data that comes from an unsafe source, such as the command line, or, in the case of web apps, any GET or POST transactions. Read the perlsec man page for details on why tainted data is bad, and how to untaint the data. When you're writing unit tests for code that deals with tainted data, you'll want to have a way to provide tainted data for your routines to handle, and easy ways to check and report on the taintedness of your data, in standard Test::More style.
RPMPackage perl-Test-Simple-0.98-239.lbn13.noarch
Basic utilities for writing tests.
RPMPackage perl-Test-Pod-Coverage-1.08-9.lbn13.noarch
Checks for POD coverage in files for your distribution.
RPMPackage perl-Test-Pod-1.44-1.lbn13.noarch
Check POD files for errors or warnings in a test file, using Pod::Simple to do the heavy lifting.
RPMPackage perl-Test-Perl-Critic-1.02-1.lbn13.noarch
Test::Perl::Critic wraps the Perl::Critic engine in a convenient subroutine suitable for test programs written using the Test::More framework. This makes it easy to integrate coding-standards enforcement into the build process. For ultimate convenience (at the expense of some flexibility), see the criticism pragma.
RPMPackage perl-Test-Output-0.12-4.lbn13.noarch
Test::Output provides a simple interface for testing output sent to STDOUT or STDERR. A number of different utilities are included to try and be as flexible as possible to the tester.
RPMPackage perl-Test-Number-Delta-1.03-5.lbn13.noarch
At some point or another, most programmers find they need to compare floating-point numbers for equality. The typical idiom is to test if the absolute value of the difference of the numbers is within a desired tolerance, usually called epsilon. This module provides such a function for use with Test::Harness.
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.