You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Test-Kwalitee-1.06-1.fc19.noarch
Kwalitee is an automatically-measurable gauge of how good your software is. That's very different from quality, which a computer really can't measure in a general sense (if you can, you've solved a hard problem in computer science).
RPMPackage perl-Test-Inter-1.05-1.fc19.noarch
This is another framework for writing test scripts. It is loosely inspired by Test::More, and has most of it's functionality, but it is not a drop-in replacement.
RPMPackage perl-Test-Inline-2.212-8.fc19.noarch
Test::Inline allows you to inline your tests next to the code being tested.
RPMPackage perl-Test-Identity-0.01-4.fc19.noarch
This module provides a single testing function, identical. It asserts that a given reference is as expected; that is, it either refers to the same object or is undef. It is similar to Test::More::is except that it uses refaddr, ensuring that it behaves correctly even if the references under test are objects that overload stringification or numification.
RPMPackage perl-Test-HasVersion-0.012-7.lbn19.noarch
Do you wanna check that every one of your Perl modules in a distribution has a version number? You wanna make sure you don't forget the brand new modules you just added? Well, that's the module you have been looking for. Use it!
RPMPackage perl-Test-Harness-3.35-1.lbn19.noarch
This package allows tests to be run and results automatically aggregated and output to STDOUT. Although, for historical reasons, the Test-Harness distribution takes its name from this module it now exists only to provide TAP::Harness with an interface that is somewhat backwards compatible with Test::Harness 2.xx. If you're writing new code consider using TAP::Harness directly instead.
RPMPackage perl-Test-File-Contents-0.20-4.fc19.noarch
Test routines for examining the contents of files.
RPMPackage perl-Test-File-1.34-2.fc19.noarch
This module provides a collection of test utilities for file attributes. Some file attributes depend on the owner of the process testing the file in the same way the file test operators do.
RPMPackage perl-Test-Fatal-0.010-5.fc19.noarch
Test::Fatal is an alternative to the popular Test::Exception. It does much less, but should allow greater flexibility in testing exception-throwing code with about the same amount of typing.
RPMPackage perl-Test-FailWarnings-0.008-2.lbn19.noarch
This module hooks $SIG{__WARN__} and converts warnings to Test::More's fail() calls. It is designed to be used with done_testing, when you don't need to know the test count in advance.
RPMPackage perl-Test-Exception-0.32-1.lbn19.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-EOL-1.5-2.lbn19.noarch
This module scans your project/distribution for any perl files (scripts, modules, etc.) with Windows line endings. It can also check for trailing whitespace.
RPMPackage perl-Test-Distribution-2.00-14.fc19.noarch
When using this module in a test script, it goes through all the modules in your distribution, checks their POD, checks that they compile OK and checks that they all define a $VERSION.
RPMPackage perl-Test-DistManifest-1.012-5.lbn19.noarch
This module provides a simple method of testing that a MANIFEST matches the distribution.
RPMPackage perl-Test-Differences-0.5000-9.fc19.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-Dependencies-0.12-6.fc19.noarch
Makes sure that all of the modules that are 'use'd are listed in the Makefile.PL as dependencies. It has two styles: light, which is fast but confusable; and heavy, which takes more time but is more accurate.
RPMPackage perl-Test-Deep-0.112-1.lbn19.noarch
Test::Deep gives you very flexible ways to check that the result you got is the result you were expecting. At it's simplest it compares two structures by going through each level, ensuring that the values match, that arrays and hashes have the same elements and that references are blessed into the correct class. It also handles circular data structures without getting caught in an infinite loop.
RPMPackage perl-Test-ConsistentVersion-0.2.3-6.fc19.noarch
The purpose of this module is to make it easy for other distribution authors to have consistent version numbers within the modules (as well as readme file and changelog) of the distribution.
RPMPackage perl-Test-CheckDeps-0.006-1.fc19.noarch
This module adds a test that assures all dependencies have been installed properly. If requested, it can bail out all testing on error.
RPMPackage perl-Test-CheckChanges-0.14-7.lbn19.noarch
This module checks that your Changes file has an entry for the current version of the Module being tested. The version information for the distribution being tested is taken out of the Build data, or if that is not found, out of the Makefile. It then attempts to open, in order, a file with the name Changes or CHANGES. The Changes file is then parsed for version numbers. If one and only one of the version numbers matches, the test passes; otherwise the test fails. A message with the current version is printed if the test passes; otherwise diagnostic messages are printed to help explain the failure.