You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Crypt-OpenSSL-RSA-0.28-4.fc18.armv6hl
Crypt::OpenSSL::RSA - RSA encoding and decoding, using the openSSL libraries
RPMPackage perl-Crypt-OpenSSL-Bignum-0.04-17.lbn13.x86_64
Crypt::OpenSSL::Bignum - OpenSSL's multiprecision integer arithmetic
RPMPackage perl-Crypt-OpenSSL-Bignum-0.04-16.fc18.1302141735kf.armv6hl
Crypt::OpenSSL::Bignum - OpenSSL's multiprecision integer arithmetic
RPMPackage perl-Crypt-DES-2.05-18.fc18.armv6hl
DES encryption module.
RPMPackage perl-Crypt-DES-2.05-10.lbn13.x86_64
DES encryption module.
RPMPackage perl-Crypt-CBC-2.29-4.fc13.noarch
This is Crypt::CBC, a Perl-only implementation of the cryptographic cipher block chaining mode (CBC). In combination with a block cipher such as Crypt::DES or Crypt::IDEA, you can encrypt and decrypt messages of arbitrarily long length. The encrypted messages are compatible with the encryption format used by SSLeay.
RPMPackage perl-Coro-6.23-2.lbn13.x86_64
This module collection manages continuations in general, most often in the form of cooperative threads (also called coros, or simply "coro" in the documentation). They are similar to kernel threads but don't (in general) run in parallel at the same time even on SMP machines. The specific flavor of thread offered by this module also guarantees you that it will not switch between threads unless necessary, at easily-identified points in your program, so locking and parallel access are rarely an issue, making thread programming much safer and easier than using other thread models.
RPMPackage perl-Convert-ASN1-0.22-2.lbn13.noarch
Convert::ASN1 encodes and decodes ASN.1 data structures using BER/DER rules.
RPMPackage perl-Config-Tiny-2.12-8.lbn13.noarch
Config::Tiny is a Perl module designed for reading and writing .ini style configuration files. It is designed for simplicity and ease of use, and thus only supports the most basic operations.
RPMPackage perl-Config-Simple-4.59-6.lbn13.noarch
Simple configuration file class.
RPMPackage perl-Config-General-2.44-2.lbn13.noarch
This module opens a config file and parses its contents for you. After parsing the module returns a hash structure which contains the representation of the config file. The format of config files supported by Config::General is inspired by the well known Apache config format, in fact, this module is 100% read-compatible with Apache configs, but you can also just use simple name/value pairs in your config files. In addition to the capabilities of an Apache config file it supports some enhancements such as here-documents, C-style comments or multiline options. It is also possible to save the config back to disk, which makes the module a perfect backend for configuration interfaces. It is possible to use variables in config files and there exists also support for object oriented access to the configuration.
RPMPackage perl-Compress-Raw-Zlib-2.058-1.fc18.armv6hl
The Compress::Raw::Zlib module provides a Perl interface to the zlib compression library, which is used by IO::Compress::Zlib.
RPMPackage perl-Compress-Raw-Zlib-2.048-239.lbn13.x86_64
This module provides a Perl interface to the zlib compression library. It is used by IO::Compress::Zlib.
RPMPackage perl-Compress-Raw-Bzip2-2.058-1.fc18.armv6hl
This module provides a Perl interface to the bzip2 compression library. It is used by IO::Compress::Bzip2.
RPMPackage perl-Compress-Raw-Bzip2-2.048-239.lbn13.x86_64
This module provides a Perl interface to the bzip2 compression library. It is used by IO::Compress::Bzip2.
RPMPackage perl-Clone-0.34-2.lbn13.x86_64
This module provides a clone() method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects. clone() takes a scalar argument and an optional parameter that can be used to limit the depth of the copy. To duplicate lists, arrays or hashes, pass them in by reference.
RPMPackage perl-Clone-0.31-11.fc18.armv6hl
This module provides a clone() method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects. clone() takes a scalar argument and an optional parameter that can be used to limit the depth of the copy. To duplicate lists, arrays or hashes, pass them in by reference.
RPMPackage perl-Class-Trigger-0.13-2.lbn13.noarch
Mixin to add / call inheritable triggers.
RPMPackage perl-Class-Singleton-1.4-6.lbn13.noarch
This is the Class::Singleton module. A Singleton describes an object class that can have only one instance in any system. An example of a Singleton might be a print spooler or system registry. This module implements a Singleton class from which other classes can be derived. By itself, the Class::Singleton module does very little other than manage the instantiation of a single object. In deriving a class from Class::Singleton, your module will inherit the Singleton instantiation method and can implement whatever specific functionality is required.
RPMPackage perl-Class-MethodMaker-2.20-1.lbn13.x86_64
Class::MethodMaker solves the problem of having to continually write accessor methods for your objects that perform standard tasks.