You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage nodejs-glob-to-regexp-0.0.1-1.lbn19.noarch
Convert globs to regular expressions
RPMPackage nodejs-glob-stream-5.3.2-1.lbn19.noarch
File system globs as a stream
RPMPackage nodejs-glob-parent-2.0.0-1.lbn19.noarch
Strips glob magic from a string to provide the parent path
RPMPackage nodejs-glob-base-0.3.0-1.lbn19.noarch
Returns an object with the (non-glob) base path and the actual pattern.
RPMPackage nodejs-glob-7.0.5-1.lbn19.noarch
a little globber
RPMPackage perl-Test-Warn-0.30-1.lbn19.noarch
This module provides a few convenience methods for testing warning based code.
RPMPackage perl-Test-Version-1.002001-9.fc19.noarch
This module's goal is to be a one stop shop for checking to see that your versions across your dist are sane.
RPMPackage perl-Test-Vars-0.004-1.lbn19.noarch
Test::Vars finds unused variables in order to keep the source code tidy.
RPMPackage perl-Test-Valgrind-1.13-7.fc19.noarch
The Test::Valgrind::* API lets you run Perl code through the memcheck tool of the valgrind memory debugger, to test for memory errors and leaks. The Test::Valgrind module itself is a front-end to this API. If they aren't available yet, it will first generate suppressions for the current perl interpreter and store them in the portable flavor of ~/.perl/Test-Valgrind/suppressions/$VERSION. The actual run will then take place, and tests will be passed or failed according to the result of the analysis. The complete API is much more versatile than this. By declaring an appropriate Test::Valgrind::Command class, you can run any executable (that is, not only Perl scripts) under valgrind, generate the corresponding suppressions on-the-fly and convert the analysis result to TAP output so that it can be incorporated into your project's test suite. If you're not interested in producing TAP, you can output the results in whatever format you like (for example HTML pages) by defining your own Test::Valgrind::Action class.
RPMPackage perl-Test-TypeTiny-1.000005-1.lbn19.noarch
Test::TypeTiny module.
RPMPackage perl-Test-Trap-0.3.2-1.lbn19.noarch
Primarily (but not exclusively) for use in test scripts: A block eval on steroids, configurable and extensible, but by default trapping (Perl) STDOUT, STDERR, warnings, exceptions, would-be exit codes, and return values from boxed blocks of test code.
RPMPackage perl-Test-Tester-0.109-1.fc19.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-2.fc19.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.06-2.fc19.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-TCP-2.06-1.fc19.noarch
Test::TCP is test utilities for TCP/IP program.
RPMPackage perl-Test-Synopsis-0.06-16.fc19.noarch
Test::Synopsis is an (author) test module to find .pm or .pod files under your lib directory and then make sure the example snippet code in your SYNOPSIS section passes the perl compile check. Note that this module only checks the perl syntax (by wrapping the code with sub) and doesn't actually run the code.
RPMPackage perl-Test-Strict-0.22-1.fc19.noarch
"Test::Strict" lets you check the syntax, presence of "use strict;" and "use warnings;" in your perl code. It reports its results in standard "Test::Simple" fashion.
RPMPackage perl-Test-Spelling-0.19-1.fc19.noarch
"Test::Spelling" lets you check the spelling of a POD file, and report its results in standard "Test::Simple" fashion. This module requires the hunspell program.
RPMPackage perl-Test-Simple-0.98-243.fc19.noarch
This package provides the bulk of the core testing facilities. For more information, see perldoc for Test::Simple, Test::More, etc. This package is the CPAN component of the dual-lifed core package Test-Simple.
RPMPackage perl-Test-SharedFork-0.28-1.fc19.noarch
Test::SharedFork is utility module for Test::Builder. It manages testing by keeping the test count consistent between parent and child processes.