You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-XML-Dumper-0.81-17.fc19.noarch
XML::Dumper dumps Perl data to XML format. XML::Dumper can also read XML data that were previously dumped by the module and convert it back to Perl. Perl objects are blessed back to their original packaging; if the modules are installed on the system where the perl objects are reconstituted from xml, they will behave as expected. Intuitively, if the perl objects are converted and reconstituted in the same environment, all should be well.
RPMPackage perl-XML-DOM-1.44-18.fc19.noarch
This is a Perl extension to XML::Parser. It adds a new 'Style' to XML::Parser, called 'DOM', that allows XML::Parser to build an Object Oriented data structure with a DOM Level 1 compliant interface. For a description of the DOM (Document Object Model), see <http://www.w3.org/DOM/>.
RPMPackage perl-XML-Catalog-1.03-1.fc19.noarch
This module implements draft 0.4 of John Cowan's XML Catalog (formerly known as XCatalog) see (<https://www.oasis-open.org/committees/entity/specs/cs-entity-xml-catalogs-1.0.html>) Catalogs may be written in either SOCAT or XML syntax. XML::Catalog will assume SOCAT syntax if the catalog is not in well-formed XML syntax.
RPMPackage perl-X500-DN-0.29-4.lbn19.noarch
This module provides a pure perl parser and formatter for RFC 2253 style DN strings.
RPMPackage perl-X10-0.03-1.lbn19.x86_64
perl modules to support X10 hardware.
RPMPackage perl-Want-0.23-1.fc19.x86_64
This module generalises the mechanism of the wantarray function, allowing a function to determine in some detail how its return value is going to be immediately used.
RPMPackage perl-Want-0.21-5.fc19.armv6hl
This module generalises the mechanism of the wantarray function, allowing a function to determine in some detail how its return value is going to be immediately used.
RPMPackage perl-WWW-RobotRules-6.02-6.fc19.noarch
This module parses /robots.txt files as specified in "A Standard for Robot Exclusion", at <http://www.robotstxt.org/wc/norobots.html>. Webmasters can use the /robots.txt file to forbid conforming robots from accessing parts of their web site.
RPMPackage perl-WWW-Mechanize-1.72-4.fc19.noarch
"WWW::Mechanize", or Mech for short, helps you automate interaction with a website. It supports performing a sequence of page fetches including following links and submitting forms. Each fetched page is parsed and its links and forms are extracted. A link or a form can be selected, form fields can be filled and the next page can be fetched. Mech also stores a history of the URLs you've visited, which can be queried and revisited.
RPMPackage perl-WWW-Curl-4.15-9.fc19.armv6hl
WWW::Curl is a Perl extension interface for libcurl.
RPMPackage perl-WWW-Curl-4.15-9.fc19.x86_64
WWW::Curl is a Perl extension interface for libcurl.
RPMPackage perl-Version-Requirements-0.101022-243.fc19.noarch
Version::Requirements is now DEPRECATED. Use CPAN::Meta::Requirements, which is a drop-in replacement. A Version::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.
RPMPackage perl-Variable-Magic-0.52-2.fc19.x86_64
Magic is Perl way of enhancing objects. This mechanism let the user add extra data to any variable and hook syntaxical operations (such as access, assignation or destruction) that can be applied to it. With this module, you can add your own magic to any variable without the pain of the C API.
RPMPackage perl-Variable-Magic-0.52-2.fc19.armv6hl
Magic is Perl way of enhancing objects. This mechanism let the user add extra data to any variable and hook syntaxical operations (such as access, assignation or destruction) that can be applied to it. With this module, you can add your own magic to any variable without the pain of the C API.
RPMPackage perl-VM-EC2-1.19-2.lbn19.noarch
The module provides an extensible object-oriented interface as illustrated by the following code: my $ec2 = VM::EC2->new(-access_key => 'access key id', -secret_key => 'aws_secret_key', -endpoint => 'http://ec2.amazonaws.com'); my $image = $ec2->describe_images('ami-12345'); my $architecture = $image->architecture; my $description = $image->description; my @devices = $image->blockDeviceMapping; for my $d (@devices) { print $d->deviceName,"\n"; print $d->snapshotId,"\n"; print $d->volumeSize,"\n"; }
RPMPackage perl-Unix-Syslog-1.1-14.fc19.x86_64
This module provides an interface to the system logger syslogd(8) via Perl's XSUBs. The implementation attempts to resemble the native libc- functions of your system, so that anyone being familiar with syslog.h should be able to use this module right away.
RPMPackage perl-Unicode-UTF8-0.60-3.lbn19.x86_64
This module provides functions to encode and decode UTF-8 encoding form as specified by Unicode and ISO/IEC 10646:2011.
RPMPackage perl-Unicode-Stringprep-1.105-2.lbn19.noarch
This module implements the stringprep framework for preparing Unicode text strings in order to increase the likelihood that string input and string comparison work in ways that make sense for typical users throughout the world. The stringprep protocol is useful for protocol identifier values, company and personal names, internationalized domain names, and other text strings.
RPMPackage perl-Unicode-String-2.09-28.lbn19.x86_64
Perl modules to handle various Unicode issues.
RPMPackage perl-Unicode-String-2.09-28.fc19.armv6hl
Perl modules to handle various Unicode issues.