You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Test-Exports-1-1.fc36.noarch
This module provides simple test functions for testing other modules' import methods. Testing is currently limited to checking which subs have been imported.
RPMPackage perl-Test-Compile-3.1.0-1.fc36.noarch
Test::Compile lets you check the validity of a Perl module file or Perl script file, and report its results in standard Test::Simple fashion.
RPMPackage perl-Test-Carp-0.2-25.fc36.noarch
Call given code (with given arguments) and tests whether the given Carp function (or their imported versions) are called (with a given value) or not.
RPMPackage perl-Test-Base-0.89-13.fc36.noarch
Testing is usually the ugly part of Perl module authoring. Perl gives you a standard way to run tests with Test::Harness, and basic testing primitives with Test::More. After that you are pretty much on your own to develop a testing framework and philosophy. Test::More encourages you to make your own framework by subclassing Test::Builder, but that is not trivial. Test::Base gives you a way to write your own test framework base class that *is* trivial.
RPMPackage perl-Test-1.31-486.fc36.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-TermReadKey-2.38-12.fc36.x86_64
Term::ReadKey is a compiled perl module dedicated to providing simple control over terminal driver modes (cbreak, raw, cooked, etc.) support for non-blocking reads, if the architecture allows, and some generalized handy functions for working with terminals. One of the main goals is to have the functions as portable as possible, so you can just plug in "use Term::ReadKey" on any architecture and have a good likelyhood of it working.
RPMPackage perl-Term-ReadLine-1.17-486.fc36.noarch
This package is just a front end to some other packages. It's a stub to set up a common interface to the various read-line implementations found on CPAN (under the "Term::ReadLine::*" name space).
RPMPackage perl-Term-Complete-1.403-486.fc36.noarch
"Complete" routine provides word completion on a list of words in the array.
RPMPackage perl-Term-Cap-1.17-479.fc36.noarch
These are low-level functions to extract and use capabilities from a terminal capability (termcap) database.
RPMPackage perl-Term-ANSIColor-5.01-480.fc36.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.36-480.fc36.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-Hostname-1.23-486.fc36.x86_64
It attempts several methods of getting the system hostname and then caches the result.
RPMPackage perl-Symbol-1.09-486.fc36.noarch
The Symbol module provides functions for manipulating Perl symbols.
RPMPackage perl-Sub-Install-0.928-30.fc36.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-18.fc36.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-17.fc36.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-0.988-3.fc36.noarch
Sub::Exporter provides a sophisticated alternative to Exporter.pm. It allows for renaming, currying/sub-generation, and other cool stuff. ACHTUNG! If you're not familiar with Exporter or exporting, read Sub::Exporter::Tutorial first!
RPMPackage perl-String-Random-0.32-2.fc36.noarch
This module makes it trivial to generate random strings. Currently, String::Random defaults to Perl's built-in predictable random number generator so the passwords generated by it are insecure.
RPMPackage perl-Storable-3.25-2.fc36.x86_64
The Storable package brings persistence to your Perl data structures containing scalar, array, hash or reference objects, i.e. anything that can be conveniently stored to disk and retrieved at a later time.
RPMPackage perl-Specio-0.47-5.fc36.noarch
The Specio distribution provides classes for representing type constraints and coercion, along with syntax sugar for declaring them. Note that this is not a proper type system for Perl. Nothing in this distribution will magically make the Perl interpreter start checking a value's type on assignment to a variable. In fact, there's no built-in way to apply a type to a variable at all. Instead, you can explicitly check a value against a type, and optionally coerce values to that type.