You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage mythgallery-0.26.0-9.lbn13.x86_64
A gallery/slideshow module for MythTV.
RPMPackage mythgallery-0.26.0-9.lbn13.armv6hl
A gallery/slideshow module for MythTV.
RPMPackage mythffmpeg-0.26.0-9.lbn13.x86_64
Several MythTV utilities interact with FFmpeg, which changes its parameters often enough to make it a hassle to support the variety of versions used by MythTV users. This is a snapshot of the FFmpeg code so that MythTV utilities can interact with a known verion.
RPMPackage mythffmpeg-0.26.0-9.lbn13.armv6hl
Several MythTV utilities interact with FFmpeg, which changes its parameters often enough to make it a hassle to support the variety of versions used by MythTV users. This is a snapshot of the FFmpeg code so that MythTV utilities can interact with a known verion.
RPMPackage mythes-en-3.0-5.fc12.noarch
English thesaurus.
RPMPackage mythbrowser-0.26.0-9.lbn13.armv6hl
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 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.