You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-threads-1.86-239.lbn13.x86_64
Since Perl 5.8, thread programming has been available using a model called interpreter threads which provides a new Perl interpreter for each thread, and, by default, results in no data or state information being shared between threads. (Prior to Perl 5.8, 5005threads was available through the Thread.pm API. This threading model has been deprecated, and was removed as of Perl 5.10.0.) As just mentioned, all variables are, by default, thread local. To use shared variables, you need to also load threads::shared.
RPMPackage perl-threads-1.86-239.lbn13.armv6hl
Since Perl 5.8, thread programming has been available using a model called interpreter threads which provides a new Perl interpreter for each thread, and, by default, results in no data or state information being shared between threads. (Prior to Perl 5.8, 5005threads was available through the Thread.pm API. This threading model has been deprecated, and was removed as of Perl 5.10.0.) As just mentioned, all variables are, by default, thread local. To use shared variables, you need to also load threads::shared.
RPMPackage perl-suidperl-5.10.1-121.fc13.x86_64
Suidperl is a setuid binary copy of perl that allows for (hopefully) more secure running of setuid perl scripts.
RPMPackage perl-podlators-2.5.1-1.lbn13.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.225-239.lbn13.noarch
parent 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-parent-0.221-121.fc13.x86_64
parent 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-macros-5.16.2-239.lbn13.armv6hl
Macros for rpmbuild are needed during build of srpm in koji. This sub-package must be installed into buildroot, so it will be needed by perl. Perl is needed because of git.
RPMPackage perl-macros-5.16.2-239.lbn13.x86_64
Macros for rpmbuild are needed during build of srpm in koji. This sub-package must be installed into buildroot, so it will be needed by perl. Perl is needed because of git.
RPMPackage perl-libxml-perl-0.08-10.lbn13.noarch
libxml-perl is a collection of smaller Perl modules, scripts, and documents for working with XML in Perl. libxml-perl software works in combination with XML::Parser, PerlSAX, XML::DOM, XML::Grove and others.
RPMPackage perl-libwww-perl-6.05-1.lbn13.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.16.2-239.lbn13.x86_64
The libraries for the perl runtime
RPMPackage perl-libs-5.16.2-239.lbn13.armv6hl
The libraries for the perl runtime
RPMPackage perl-libintl-1.20-11.lbn13.x86_64
The package libintl-perl is an internationalization library for Perl that aims to be compatible with the Uniforum message translations system as implemented for example in GNU gettext.
RPMPackage perl-libintl-1.20-9.fc18.1302072105kf.armv6hl
The package libintl-perl is an internationalization library for Perl that aims to be compatible with the Uniforum message translations system as implemented for example in GNU gettext.
RPMPackage perl-libguestfs-1.6.2-1.lbn13.6.x86_64
perl-libguestfs contains Perl bindings for libguestfs.
RPMPackage perl-hivex-1.3.7-1.fc18.armv6hl
perl-hivex contains Perl bindings for hivex.
RPMPackage perl-hivex-1.2.2-1.lbn13.x86_64
perl-hivex contains Perl bindings for hivex.
RPMPackage perl-gettext-1.05-26.fc18.armv6hl
The gettext module permits access from perl to the gettext() family of functions for retrieving message strings from databases constructed to internationalize software.
RPMPackage perl-gettext-1.05-17.lbn13.x86_64
The gettext module permits access from perl to the gettext() family of functions for retrieving message strings from databases constructed to internationalize software.
RPMPackage perl-devel-5.16.2-239.lbn13.x86_64
This package contains header files and development modules. Most perl packages will need to install perl-devel to build.