You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-indirect-0.29-1.fc19.x86_64
When enabled (or disabled as some may prefer to say, since you actually turn it on by calling no indirect), this pragma warns about indirect object syntax constructs that may have slipped into your code.
RPMPackage perl-hivex-1.3.11-5.lbn19.x86_64
perl-hivex contains Perl bindings for hivex.
RPMPackage perl-hivex-1.3.8-1.fc19.armv6hl
perl-hivex contains Perl bindings for hivex.
RPMPackage perl-gettext-1.05-27.fc19.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-27.fc19.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-generators-1.03-1.lbn19.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.16.3-266.fc19.armv6hl
This package contains header files and development modules. Most perl packages will need to install perl-devel to build.
RPMPackage perl-devel-5.16.3-266.fc19.x86_64
This package contains header files and development modules. Most perl packages will need to install perl-devel to build.
RPMPackage perl-core-5.16.3-266.fc19.x86_64
A metapackage which requires all of the perl bits and modules in the upstream tarball from perl.org.
RPMPackage perl-core-5.16.3-266.fc19.armv6hl
A metapackage which requires all of the perl bits and modules in the upstream tarball from perl.org.
RPMPackage perl-common-sense-3.6-4.fc19.noarch
This module implements some sane defaults for Perl programs, as defined by two typical (or not so typical - use your common sense) specimens of Perl coders: It's supposed to be mostly the same, with much lower memory usage, as: use utf8; use strict qw(vars subs); use feature qw(say state switch); use feature qw(unicode_strings unicode_eval current_sub fc evalbytes); no feature qw(array_base); no warnings; use warnings qw(FATAL closed threads internal debugging pack portable prototype inplace io pipe unpack malloc deprecated glob digit printf layer reserved taint closure semicolon); no warnings qw(exec newline unopened);
RPMPackage perl-boolean-0.30-1.fc19.noarch
Most programming languages have a native Boolean data type. Perl does not.
RPMPackage perl-bareword-filehandles-0.003-5.fc19.x86_64
This module lexically disables the use of bareword filehandles with built-in functions, except for the special built-in filehandles STDIN, STDOUT, STDERR, ARGV, ARGVOUT and DATA.
RPMPackage perl-autodie-2.16-1.fc19.noarch
The "autodie" and "Fatal" pragma provides a convenient way to replace functions that normally return false on failure with equivalents that throw an exception on failure. However "Fatal" has been obsoleted by the new autodie pragma. Please use autodie in preference to "Fatal".
RPMPackage perl-YAML-Tiny-1.51-6.lbn19.noarch
YAML::Tiny is a Perl class for reading and writing YAML-style files, written with as little code as possible, reducing load time and memory overhead.
RPMPackage perl-YAML-Syck-1.25-1.lbn19.armv6hl
This module provides a Perl interface to the libsyck data serialization library. It exports the Dump and Load functions for converting Perl data structures to YAML strings, and the other way around.
RPMPackage perl-YAML-LibYAML-0.54-1.fc19.x86_64
Kirill Siminov's "libyaml" is arguably the best YAML implementation. The C library is written precisely to the YAML 1.1 specification. It was originally bound to Python and was later bound to Ruby.
RPMPackage perl-YAML-0.84-5.fc19.noarch
The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0 specification. http://www.yaml.org/spec/ YAML is a generic data serialization language that is optimized for human readability. It can be used to express the data structures of most modern programming languages, including Perl. For information on the YAML syntax, please refer to the YAML specification.
RPMPackage perl-XMLTV-0.5.63-2.lbn19.noarch
XMLTV is a set of utilities to manage your TV viewing. They work with TV listings stored in the XMLTV format, which is based on XML. The idea is to separate out the backend (getting the listings) from the frontend (displaying them for the user), and to implement useful operations like picking out your favourite programmes as filters that read and write XML documents. This package contains the perl modules from xmltv.
RPMPackage perl-XML-XQL-0.68-20.fc19.noarch
This is a Perl extension that allows you to perform XQL queries on XML object trees. Currently only the XML::DOM module is supported, but other implementations, like XML::Grove, may soon follow.