You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-tests-5.28.2-436.lbn25.1.x86_64
This package contains the test suite included with Perl 5.28.2. Install this if you want to test your Perl installation (binary and core modules).
RPMPackage perl-strictures-2.000006-4.lbn25.noarch
This package turns on strict and makes most warnings fatal.
RPMPackage perl-srpm-macros-1-34.lbn25.noarch
These RPM macros are used for building Perl source packages from source repositories. They influence build-requires set into the source package.
RPMPackage perl-solv-0.7.19-3.lbn25.x86_64
Perl bindings for the libsolv library.
RPMPackage perl-podlators-4.11-4.lbn25.noarch
This package contains Pod::Man and Pod::Text modules which convert POD input to *roff source output, suitable for man pages, or plain text. It also includes several sub-classes of Pod::Text for formatted output to terminals with various capabilities.
RPMPackage perl-parent-0.237-3.lbn25.noarch
Allows you to both load one or more modules, while setting up inheritance from those modules at the same time. Mostly similar in effect to: package Baz; BEGIN { require Foo; require Bar; push @ISA, qw(Foo Bar); }
RPMPackage perl-open-1.11-436.lbn25.1.noarch
The "open" pragma serves as one of the interfaces to declare default "layers" (also known as "disciplines") for all I/O.
RPMPackage perl-namespace-clean-0.27-10.lbn25.noarch
When you define a function, or import one, into a Perl package, it will naturally also be available as a method. This does not per se cause problems, but it can complicate subclassing and, for example, plugin classes that are included via multiple inheritance by loading them as base classes. The 'namespace::clean' pragma will remove all previously declared or imported symbols at the end of the current package's compile cycle. Functions called in the package itself will still be bound by their name, but they won't show up as methods on your class or instances.
RPMPackage perl-namespace-autoclean-0.28-14.lbn25.noarch
When you import a function into a Perl package, it will naturally also be available as a method. The 'namespace::autoclean' pragma will remove all imported symbols at the end of the current package's compile cycle. Functions called in the package itself will still be bound by their name, but they won't show up as methods on your class or instances. This module is very similar to namespace::clean, except it will clean all imported functions, no matter if you imported them before or after you 'use'd the pragma. It will also not touch anything that looks like a method.
RPMPackage perl-macros-5.28.2-436.lbn25.1.x86_64
RPM macros that are handy when building binary RPM packages.
RPMPackage perl-local-lib-2.000024-5.lbn25.noarch
This module provides a quick, convenient way of bootstrapping a user- local Perl module library located within the user's home directory. It also constructs and prints out for the user the list of environment variables using the syntax appropriate for the user's current shell (as specified by the 'SHELL' environment variable), suitable for directly adding to one's shell configuration file. More generally, local::lib allows for the bootstrapping and usage of a directory containing Perl modules outside of Perl's '@INC'. This makes it easier to ship an application with an app-specific copy of a Perl module, or collection of modules. Useful in cases like when an upstream maintainer hasn't applied a patch to a module of theirs that you need for your application.
RPMPackage perl-libwww-perl-6.39-1.lbn25.noarch
The libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW clients. The library also contain modules that are of more general use and even classes that help you implement simple HTTP servers.
RPMPackage perl-libs-5.28.2-436.lbn25.1.x86_64
The is a perl run-time (interpreter as a shared library and include directories).
RPMPackage perl-libnetcfg-5.28.2-436.lbn25.1.noarch
The libnetcfg utility can be used to configure the libnet.
RPMPackage perl-libnet-3.11-419.lbn25.noarch
This is a collection of Perl modules which provides a simple and consistent programming interface (API) to the client side of various protocols used in the internet community.
RPMPackage perl-inc-latest-0.500-5.lbn25.noarch
The inc::latest module helps bootstrap configure-time dependencies for CPAN distributions. These dependencies get bundled into the inc directory within a distribution and are used by Makefile.PL or Build.PL.
RPMPackage perl-homedir-2.000024-5.lbn25.noarch
perl-homedir configures the system to automatically create a ~/perl5 directory in each user's $HOME on user login. This allows each user to install CPAN packages via the CPAN to their $HOME, with no additional configuration or privileges, and without installing them system-wide. If you want your users to be able to install and use their own Perl modules, install this package.
RPMPackage perl-hivex-1.3.18-20.lbn25.x86_64
perl-hivex contains Perl bindings for hivex.
RPMPackage perl-generators-1.10-11.lbn25.noarch
This package provides RPM Perl dependencies generators which are used for getting provides and requires from Perl binaries and modules.
RPMPackage perl-devel-5.28.2-436.lbn25.1.x86_64
This package contains header files and development modules. Most perl packages will need to install perl-devel to build.