You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Test-Requires-0.10-15.lbn25.noarch
Test::Requires checks to see if the module can be loaded. If this fails, rather than failing tests this skips all tests.
RPMPackage perl-Test-Pod-Coverage-1.10-13.lbn25.noarch
Test::Pod::Coverage is used to create a test for your distribution, to ensure that all relevant files in your distribution are appropriately documented in pod.
RPMPackage perl-Test-Pod-1.52-4.lbn25.noarch
Check POD files for errors or warnings in a test file, using Pod::Simple to do the heavy lifting.
RPMPackage perl-Test-Mouse-2.4.5-6.fc25.x86_64
This module provides some useful test functions for Mouse based classes. It is an experimental first release, so comments and suggestions are very welcome.
RPMPackage perl-Test-Moose-2.1806-1.fc25.x86_64
This module provides some useful test functions for Moose based classes. It is an experimental first release, so comments and suggestions are very welcome.
RPMPackage perl-Test-LeakTrace-0.15-9.fc25.x86_64
Test::LeakTrace provides several functions that trace memory leaks. This module scans arenas, the memory allocation system, so it can detect any leaked SVs in given blocks. Leaked SVs are SVs that are not released after the end of the scope they have been created. These SVs include global variables and internal caches. For example, if you call a method in a tracing block, perl might prepare a cache for the method. Thus, to trace true leaks, no_leaks_ok() and leaks_cmp_ok() executes a block more than once.
RPMPackage perl-Test-Harness-3.42-419.lbn25.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-Fatal-0.014-12.lbn25.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-Deep-1.128-4.lbn25.noarch
Test::Deep gives you very flexible ways to check that the result you got is the result you were expecting. At its 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-1.31-436.lbn25.1.noarch
The Test Perl module simplifies the task of writing test files for Perl modules, such that their output is in the format that Test::Harness expects to see.
RPMPackage perl-Term-Cap-1.17-418.lbn25.noarch
These are low-level functions to extract and use capabilities from a terminal capability (termcap) database.
RPMPackage perl-Term-ANSIColor-4.06-419.lbn25.noarch
This module has two interfaces, one through color() and colored() and the other through constants. It also offers the utility functions uncolor(), colorstrip(), colorvalid(), and coloralias(), which have to be explicitly imported to be used.
RPMPackage perl-Sys-Syslog-0.35-419.lbn25.x86_64
Sys::Syslog is an interface to the UNIX syslog(3) function. Call syslog() with a string priority and a list of printf() arguments just like at syslog(3).
RPMPackage perl-Sys-Guestfs-1.34.3-1.fc25.x86_64
perl-Sys-Guestfs contains Perl bindings for libguestfs (Sys::Guestfs).
RPMPackage perl-Switch-2.17-13.lbn25.noarch
Switch.pm provides the syntax and semantics for an explicit case mechanism for Perl. The syntax is minimal, introducing only the keywords C<switch> and C<case> and conforming to the general pattern of existing Perl control structures. The semantics are particularly rich, allowing any one (or more) of nearly 30 forms of matching to be used when comparing a switch value with its various cases.
RPMPackage perl-Sub-Name-0.21-9.lbn25.x86_64
This module allows one to "name" or rename subroutines, including anonymous ones. Note that this is mainly for aid in debugging; you still cannot call the sub by the new name (without some deep magic).
RPMPackage perl-Sub-Install-0.928-18.lbn25.noarch
This module makes it easy to install subroutines into packages without the unsightly mess of no strict or typeglobs lying about where just anyone can see them.
RPMPackage perl-Sub-Identify-0.14-9.lbn25.x86_64
Sub::Identify allows you to retrieve the real name of code references. For this, it uses Perl's introspection mechanism, provided by the B module.
RPMPackage perl-Sub-Exporter-Progressive-0.001013-8.lbn25.noarch
Sub::Exporter is an incredibly powerful module, but with that power comes great responsibility, er- as well as some runtime penalties. This module is a Sub::Exporter wrapper that will let your users just use Exporter if all they are doing is picking exports, but use Sub::Exporter if your users try to use Sub::Exporter's more advanced features, like renaming exports, if they try to use them. Note that this module will export @EXPORT and @EXPORT_OK package variables for Exporter to work. Additionally, if your package uses advanced Sub::Exporter features like currying, this module will only ever use Sub::Exporter, so you might as well use it directly.
RPMPackage perl-Sub-Exporter-GlobExporter-0.005-10.lbn25.noarch
This Perl module allows you to export shared globs with Sub::Exporter collectors.