You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Crypt-OpenSSL-Random-0.06-1.fc19.armv6hl
Crypt::OpenSSL::Random - Routines for accessing the OpenSSL pseudo-random number generator
RPMPackage perl-Crypt-OpenSSL-RSA-0.28-6.lbn19.x86_64
Crypt::OpenSSL::RSA - RSA encoding and decoding, using the openSSL libraries
RPMPackage perl-Crypt-OpenSSL-Bignum-0.04-17.lbn19.x86_64
Crypt::OpenSSL::Bignum - OpenSSL's multiprecision integer arithmetic
RPMPackage perl-Crypt-DH-GMP-0.00010-9.15.lbn19.x86_64
Crypt::DH::GMP is a (somewhat) portable replacement to Crypt::DH, implemented mostly in C.
RPMPackage perl-Crypt-DES_EDE3-0.01-18.fc19.noarch
This is Crypt::DES_EDE3, a module implementing Triple-DES EDE (encrypt-decrypt-encrypt) encryption and decryption.
RPMPackage perl-Crypt-DES-2.05-19.fc19.armv6hl
DES encryption module.
RPMPackage perl-Crypt-DES-2.05-19.fc19.x86_64
DES encryption module.
RPMPackage perl-Crypt-CBC-2.29-15.fc19.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.fc19.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-Coro-6.23-2.fc19.armv6hl
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-PEM-0.08-9.fc19.noarch
This is Convert::PEM, a module implementing read/write access to ASN.1-encoded PEM files (with optional encryption).
RPMPackage perl-Convert-BinHex-1.119-20.fc19.noarch
Convert::BinHex extracts data from Macintosh BinHex files.
RPMPackage perl-Convert-ASN1-0.26-4.fc19.noarch
Convert::ASN1 encodes and decodes ASN.1 data structures using BER/DER rules.
RPMPackage perl-Contextual-Return-0.004007-2.fc19.noarch
This module allows you to define return values of a perl sub that are appropriate given the calling context.
RPMPackage perl-Context-Preserve-0.01-9.fc19.noarch
Sometimes you need to call a function, get the results, act on the results, then return the result of the function. This is painful because of contexts; the original function can behave different if it's called in void, scalar, or list context. You can ignore the various cases and just pick one, but that's fragile. To do things right, you need to see which case you're being called in, and then call the function in that context. This results in 3 code paths, which is a pain to type in (and maintain). This module automates the process. You provide a coderef that is the "original function", and another coderef to run after the original runs. You can modify the return value (aliased to @_) here, and do whatever else you need to do. 'wantarray' is correct inside both coderefs; in "after", though, the return value is ignored and the value 'wantarray' returns is related to the context that the original function was called in.
RPMPackage perl-Config-Tiny-2.14-7.lbn19.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-IniFiles-2.79-1.fc19.noarch
Config::IniFiles provides a way to have readable configuration files outside your Perl script. Configurations can be imported (inherited, stacked,...), sections can be grouped, and settings can be accessed from a tied hash.
RPMPackage perl-Config-GitLike-1.10-2.fc19.noarch
This module handles interaction with configuration files of the style used by the version control system Git. It can both parse and modify these files, as well as create entirely new ones.
RPMPackage perl-Config-General-2.51-2.fc19.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-Config-AutoConf-0.305-1.lbn19.noarch
This module simulates some of the tasks autoconf macros do. To detect a command, a library and similar.