You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-threads-1.87-1.fc19.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.)
RPMPackage perl-tests-5.16.3-266.fc19.x86_64
This package contains the test suite included with Perl 5.16.3. Install this if you want to test your Perl installation (binary and core modules).
RPMPackage perl-syntax-0.004-7.lbn19.noarch
This module activates community provided syntax extensions to Perl. You pass it a feature name, and optionally a scalar with arguments, and the dispatching system will load and install the extension in your package.
RPMPackage perl-strictures-1.004004-2.fc19.noarch
This package turns on strict and makes all warnings fatal.
RPMPackage perl-srpm-macros-1-7.fc19.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.6.14-2.lbn19.x86_64
Perl bindings for sat solver.
RPMPackage perl-solv-0.3.0-8.gita59d11d.fc19.armv6hl
Perl bindings for sat solver.
RPMPackage perl-podlators-2.5.1-1.lbn19.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-243.lbn19.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-openbabel-2.3.2-9.lbn19.x86_64
Perl wrapper for the Open Babel library.
RPMPackage perl-namespace-clean-0.24-2.fc19.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.13-4.fc19.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 pagma. It will also not touch anything that looks like a method, according to 'Class::MOP::Class::get_method_list'.
RPMPackage perl-multidimensional-0.011-1.fc19.x86_64
Perl's multidimensional array emulation stems from the days before the language had references, but these days it mostly serves to bite you when you typo a hash slice by using the $ sigil instead of @. This module lexically makes using multidimensional array emulation a fatal error at compile time.
RPMPackage perl-macros-5.16.3-266.fc19.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-macros-5.16.3-266.fc19.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-libwww-perl-6.05-1.fc19.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.3-266.fc19.x86_64
The libraries for the perl runtime
RPMPackage perl-libs-5.16.3-266.fc19.armv6hl
The libraries for the perl runtime
RPMPackage perl-libintl-1.20-11.fc19.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-11.fc19.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.