You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Carp-1.50-418.lbn25.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-CPAN-Meta-YAML-0.018-419.lbn25.noarch
This module implements a subset of the YAML specification for use in reading and writing CPAN metadata files like META.yml and MYMETA.yml. It should not be used for any other general YAML parsing or generation task.
RPMPackage perl-CPAN-Meta-Requirements-2.140-419.lbn25.noarch
A CPAN::Meta::Requirements object models a set of version constraints like those specified in the META.yml or META.json files in CPAN distributions. It can be built up by adding more and more constraints, and it will reduce them to the simplest representation. Logically impossible constraints will be identified immediately by thrown exceptions.
RPMPackage perl-CPAN-Meta-2.150010-418.lbn25.noarch
Software distributions released to the CPAN include a META.json or, for older distributions, META.yml, which describes the distribution, its contents, and the requirements for building and installing the distribution. The data structure stored in the META.json file is described in CPAN::Meta::Spec.
RPMPackage perl-CPAN-Changes-0.400002-10.lbn25.noarch
It is standard practice to include a Changes file in your distribution. The purpose of the Changes file is to help a user figure out what has changed since the last release. People have devised many ways to write the Changes file. A preliminary specification has been created (CPAN::Changes::Spec) to encourage module authors to write clear and concise Changes. This module will help users programmatically read and write Changes files that conform to the specification.
RPMPackage perl-CPAN-2.26-1.lbn25.noarch
The CPAN module automates or at least simplifies the make and install of perl modules and extensions. It includes some primitive searching capabilities and knows how to use LWP, HTTP::Tiny, Net::FTP and certain external download clients to fetch distributions from the net.
RPMPackage perl-Bit-Vector-7.4-14.lbn25.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 algorithmical complexity) and therefore fast (in terms of execution speed) for instance through the widespread use of divide-and-conquer algorithms.
RPMPackage perl-B-Hooks-EndOfScope-0.24-5.lbn25.noarch
This module allows you to execute code when Perl has finished compiling the surrounding scope.
RPMPackage perl-Attribute-Handlers-1.01-436.lbn25.1.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.64-2.lbn25.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-2.32-2.lbn25.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.
RPMPackage perl-Any-URI-Escape-0.01-17.lbn25.noarch
URI::Escape is great, but URI::Escape::XS is faster. This module loads URI::Escape::XS and imports the two most common methods if XS is installed.
RPMPackage perl-Algorithm-Diff-1.1903-12.lbn25.noarch
This is a module for computing the difference between two files, two strings, or any other two lists of things. It uses an intelligent algorithm similar to (or identical to) the one used by the Unix "diff" program. It is guaranteed to find the *smallest possible* set of differences.
RPMPackage perl-5.28.2-436.lbn25.1.x86_64
Perl is a high-level programming language with roots in C, sed, awk and shell scripting. Perl is good at handling processes and files, and is especially good at handling text. Perl's hallmarks are practicality and efficiency. While it is used to do a lot of different things, Perl's most common applications are system administration utilities and web programming. This is a metapackage with all the Perl bits and core modules that can be found in the upstream tarball from perl.org. If you need only a specific feature, you can install a specific package instead. E.g. to handle Perl scripts with /usr/bin/perl interpreter, install perl-interpreter package. See perl-interpreter description for more details on the Perl decomposition into packages.
RPMPackage pcsc-lite-libs-1.8.20-1.lbn25.x86_64
PC/SC Lite libraries.
RPMPackage pcsc-lite-1.8.20-1.lbn25.x86_64
The purpose of PC/SC Lite is to provide a Windows(R) SCard interface in a very small form factor for communicating to smartcards and readers. PC/SC Lite uses the same winscard API as used under Windows(R). This package includes the PC/SC Lite daemon, a resource manager that coordinates communications with smart card readers and smart cards that are connected to the system, as well as other command line tools.
RPMPackage pcre-utf32-8.40-7.lbn25.x86_64
This is Perl-compatible regular expression library working on UTF-32 strings. Detailed change log is provided by pcre-doc package.
RPMPackage pcre-utf16-8.40-7.lbn25.x86_64
This is Perl-compatible regular expression library working on UTF-16 strings. Detailed change log is provided by pcre-doc package.
RPMPackage pcre-static-8.40-7.lbn25.x86_64
Library for static linking for pcre.
RPMPackage pcre-cpp-8.40-7.lbn25.x86_64
This is C++ bindings for the Perl-compatible regular expression library. Detailed change log is provided by pcre-doc package.