You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage mythbrowser-0.26.0-9.lbn13.x86_64
MythBrowser is a full fledged web-browser (multiple tabs) to display webpages in full-screen mode. Simple page navigation is possible. Starting with version 0.13 it also has full support for mouse driven navigation (right mouse opens and clos es the popup menu). MythBrowser also contains a BookmarkManager to manage the website links in a simple mythplugin.
RPMPackage perl-Text-Glob-0.09-1.lbn13.noarch
Text::Glob implements glob(3) style matching that can be used to match against text, rather than fetching names from a filesystem. If you want to do full file globbing use the File::Glob module instead.
RPMPackage perl-Text-Diff-1.37-3.lbn13.noarch
Text::Diff provides a basic set of services akin to the GNU diff utility. It is not anywhere near as feature complete as GNU diff, but it is better integrated with Perl and available on all platforms. It is often faster than shelling out to a system's diff executable for small files, and generally slower on larger files.
RPMPackage perl-Text-Autoformat-1.14.0-6.lbn13.noarch
Text::Autoformat provides intelligent formatting of plaintext without the need for any kind of embedded mark-up. The module recognizes Internet quoting conventions, a wide range of bulleting and number schemes, centered text, and block quotations, and reformats each appropriately. Other options allow the user to adjust inter-word and inter-paragraph spacing, justify text, and impose various capitalization schemes. The module also supplies a re-entrant, highly configurable replacement for the built-in Perl format() mechanism.
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.