You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Carp-1.52-479.fc36.noarch
The Carp routines are useful in your own modules because they act like die() or warn(), but with a message which is more likely to be useful to a user of your module. In the case of cluck, confess, and longmess that context is a summary of every call in the call-stack. For a shorter message you can use carp or croak which report the error as being from where your module was called. There is no guarantee that that is where the error was, but it is a good educated guess.
RPMPackage perl-CGI-4.54-1.fc36.noarch
CGI.pm is a stable, complete and mature solution for processing and preparing HTTP requests and responses. Major features including processing form submissions, file uploads, reading and writing cookies, query string generation and manipulation, and processing and preparing HTTP headers. Some HTML generation utilities are included as well. CGI.pm performs very well in in a vanilla CGI.pm environment and also comes with built-in support for mod_perl and mod_perl2 as well as FastCGI.
RPMPackage perl-Business-ISSN-1.004-7.fc36.noarch
Perl library for International Standard Serial Numbers.
RPMPackage perl-Business-ISMN-1.202-4.fc36.noarch
Perl library for International Standard Music Numbers.
RPMPackage perl-Business-ISBN-Data-20210112.006-4.fc36.noarch
This is a data pack for Business::ISBN. You can update the ISBN data without changing the version of Business::ISBN. Most of the interesting stuff is in Business::ISBN.
RPMPackage perl-Business-ISBN-3.007-2.fc36.noarch
This modules handles International Standard Book Numbers, including ISBN-10 and ISBN-13. For exporting ISBN into a bar code, with png_barcode(), you need to install GD::Barcode::EAN13 Perl module.
RPMPackage perl-Bit-Vector-7.4-25.fc36.x86_64
Bit::Vector is an efficient C library which allows you to handle bit vectors, sets (of integers), "big integer arithmetic" and boolean matrices, all of arbitrary sizes. The library is efficient (in terms of algorithmic complexity) and therefore fast (in terms of execution speed) for instance through the widespread use of divide-and-conquer algorithms.
RPMPackage perl-Benchmark-1.23-486.fc36.noarch
The Benchmark module encapsulates a number of routines to help you figure out how long it takes to execute some code.
RPMPackage perl-BSD-Resource-1.291.100-18.fc36.x86_64
A module providing an interface for testing and setting process limits and priorities.
RPMPackage perl-B-Hooks-EndOfScope-0.26-1.fc36.noarch
This module allows you to execute code when Perl has finished compiling the surrounding scope.
RPMPackage perl-B-1.82-486.fc36.x86_64
The "B" module supplies classes which allow a Perl program to delve into its own innards. It is the module used to implement the backends of the Perl compiler.
RPMPackage perl-AutoSplit-5.74-486.fc36.noarch
Split up your program into files that the AutoLoader module can handle. It is used by both the standard Perl libraries and by the ExtUtils::MakeMaker utility, to automatically configure libraries for automatic loading.
RPMPackage perl-AutoLoader-5.74-486.fc36.noarch
The AutoLoader module works with the AutoSplit module and the "__END__" token to defer the loading of some subroutines until they are used rather than loading them all at once.
RPMPackage perl-Authen-SASL-2.16-26.fc36.noarch
SASL is a generic mechanism for authentication used by several network protocols. Authen::SASL provides an implementation framework that all protocols should be able to share.
RPMPackage perl-Authen-DigestMD5-0.04-41.fc36.noarch
This module supports DIGEST-MD5 SASL authentication as defined in RFC-2831.
RPMPackage perl-AuthCourier-5.0.0-1.lbn36.noarch
Make SpamAssassin use Courier user authentication
RPMPackage perl-Attribute-Handlers-1.01-486.fc36.noarch
This Perl module, when inherited by a package, allows that package's class to define attribute handler subroutines for specific attributes. Variables and subroutines subsequently defined in that package, or in packages derived from that package may be given attributes with the same names as the attribute handler subroutines, which will then be called in one of the compilation phases (i.e. in a "BEGIN", "CHECK", "INIT", or "END" block).
RPMPackage perl-Archive-Zip-1.68-7.fc36.noarch
The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files. Zip archives can be created, or you can read from existing zip files. Once created, they can be written to files, streams, or strings. Members can be added, removed, extracted, replaced, rearranged, and enumerated. They can also be renamed or have their dates, comments, or other attributes queried or modified. Their data can be compressed or uncompressed as needed. Members can be created from members in existing Zip files, or from existing directories, files, or strings.
RPMPackage perl-Archive-Tar-tests-2.40-2.fc36.noarch
Tests from perl-Archive-Tar. Execute them with "/usr/libexec/perl-Archive-Tar/test".
RPMPackage perl-Archive-Tar-2.40-2.fc36.noarch
Archive::Tar provides an object oriented mechanism for handling tar files. It provides class methods for quick and easy files handling while also allowing for the creation of tar file objects for custom manipulation. If you have the IO::Zlib module installed, Archive::Tar will also support compressed or gzipped tar files.