Packages — P (Page 3 of 31)

Packages menu:

Browse alphabetically

0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

perl-crypt-mysql 0.04

`Crypt::MySQL' emulates the MySQL PASSWORD() function. The module does not depend on an interface to the MySQL database server. This enables the comparison of encrypted passwords without the need for…

perl-crypt-openssl-bignum 0.09

Crypt::OpenSSL::Bignum provides multiprecision integer arithmetic in Perl. …

perl-crypt-openssl-guess 0.11

The Crypt::OpenSSL::Guess Perl module provides helpers to guess the correct OpenSSL include path. It is intended for use in your `Makefile.PL'. …

perl-crypt-openssl-random 0.15

Crypt::OpenSSL::Random is a OpenSSL/LibreSSL pseudo-random number generator …

perl-crypt-openssl-rsa 0.31

Crypt::OpenSSL::RSA does RSA encoding and decoding (using the OpenSSL libraries). …

perl-crypt-passwdmd5 1.40

`Crypt::PasswdMD5' provides various crypt()-compatible interfaces to the MD5-based crypt() function found in various *nixes. It is based on the implementation found on FreeBSD 2.2.[56]-RELEASE. …

perl-crypt-random-source 0.14

This module provides implementations for a number of byte-oriented sources of random data. …

perl-crypt-randpasswd 0.06

Crypt::RandPasswd provides three functions that can be used to generate random passwords, constructed from words, letters, or characters. This code is a Perl implementation of the Automated Password Generator standard, like…

perl-crypt-rc4 2.02

A pure Perl implementation of the RC4 algorithm. …

perl-crypt-rijndael 1.14

This module implements the Rijndael cipher which has been selected as the Advanced Encryption Standard. The keysize for Rijndael is 32 bytes. The blocksize is 16 bytes (128 bits). …

perl-crypt-unixcrypt_xs 0.11

`Crypt::UnixCrypt_XS' implements the DES-based Unix `crypt' function. For those who need to construct non-standard variants of `crypt', the various building blocks used in `crypt' are also supplied separately. …

perl-curses 1.36

`Curses' is the interface between Perl and the curses library of your system. …

perl-cwd-guard 0.05

`Cwd::Guard' changes the current directory using a limited scope. It returns to the previous working directory when the object is destroyed. …

perl-czplib 1.0.5

Chaolin Zhang's Perl Library (czplib) contains assorted functions and data structures for processing and analysing genomic and bioinformatics data. …

perl-danga-socket 1.62

Danga::Socket is an abstract base class for objects backed by a socket which provides the basic framework for event-driven asynchronous IO, designed to be fast. Danga::Socket is both a base class…

perl-data 0.002009

Collection of classes that wrap fundamental data types that exist in Perl. These classes and methods as they exist today are an attempt to mirror functionality provided by Moose's Native Traits.…

perl-data-compare 1.27

This module compares arbitrary data structures to see if they are copies of each other. …

perl-data-dump 1.23

This module provide functions that takes a list of values as their argument and produces a string as its result. The string contains Perl code that, when "eval"ed, produces a deep…

perl-data-dumper 2.173

Given a list of scalars or reference variables, `Data::Dumper' writes out their contents in Perl syntax. The references can also be objects. The content of each variable is output in…

perl-data-dumper-concise 2.023

Data::Dumper::Concise provides a dumper with Less indentation and newlines plus sub deparsing. …

perl-data-entropy 0.007

`Data::Entropy' provides modules relating to the generation and use of entropy. The Data::Entropy::Source class manages the entropy coming from a particular source. This class acts as a layer over a raw…

perl-data-float 0.013

`Data::Float' is about the native floating point numerical data type. A floating point number is one of the types of datum that can appear in the numeric part of a Perl…

perl-data-integer 0.006

This module is about the native integer numerical data type. A native integer is one of the types of datum that can appear in the numeric part of a Perl scalar.…

perl-data-optlist 0.110

Data::OptList provides a simple syntax for name/value option pairs. …

perl-data-page 2.03

When searching through large amounts of data, it is often the case that a result set is returned that is larger than we want to display on one page. This results…

perl-data-perl 0.002009

`Data::Perl' is a container class for the following classes: * `Data::Perl::Collection::Hash' * `Data::Perl::Collection::Array' * `Data::Perl::String' * `Data::Perl::Number' * `Data::Perl::Counter' …

perl-data-printer 0.40

Display Perl variables and objects on screen, properly formatted (to be inspected by a human). …

perl-data-record 0.02

This Perl module allows you to split data into records by not only specifying what you wish to split the data on, but also by specifying an "unless" regular expression. If…

perl-data-section 0.200007

This package provides a Perl library to read multiple hunks of data out of your DATA section. …

perl-data-section-simple 0.07

Data::Section::Simple is a simple module to extract data from __DATA__ section of the file. …

perl-data-sexpression 0.41

Data::SExpression parses Lisp S-Expressions into Perl data structures. …

perl-data-stag 0.14

This module is for manipulating data as hierarchical tag/value pairs (Structured TAGs or Simple Tree AGgregates). These datastructures can be represented as nested arrays, which have the advantage of being native…

perl-data-stream-bulk 0.11

This module tries to find middle ground between one at a time and all at once processing of data sets. The purpose of this module is to avoid the overhead…

perl-data-tumbler 0.010

Data::Tumbler - Dynamic generation of nested combinations of variants. …

perl-data-uniqid 0.12

`Data::Uniqid' provides three simple routines for generating unique ids. These ids are coded with a Base62 system to make them short and handy (e.g. to use it as part of…

perl-data-validate-ip 0.27

This module provides several IP address validation subroutines that both validate and untaint their input. This includes both basic validation (`is_ipv4()' and `is_ipv6()') and special cases like checking whether an address belongs…

perl-data-visitor 0.30

This module is a simple visitor implementation for Perl values. It has a main dispatcher method, visit, which takes a single perl value and then calls the methods appropriate for that…

perl-date-calc 6.4

This package consists of a Perl module for date calculations based on the Gregorian calendar, thereby complying with all relevant norms and standards: ISO/R 2015-1971, DIN 1355 and, to some extent, ISO…

perl-date-calc-xs 6.4

Date::Calc::XS is an XS wrapper and C library plug-in for Date::Calc. …

perl-date-manip 6.82

Date::Manip is a series of modules for common date/time operations, such as comparing two times, determining a date a given amount of time from another, or parsing international times. …

perl-date-simple 3.03

Dates are complex enough without times and timezones. This module may be used to create simple date objects. It handles validation, interval arithmetic, and day-of-week calculation. It does not…

perl-datetime 1.52

DateTime is a class for the representation of date/time combinations. It represents the Gregorian calendar, extended backwards in time before its creation (in 1582). …

perl-datetime-calendar-julian 0.102

This package is a companion module to `DateTime.pm'. It implements the Julian calendar. It supports everything that `DateTime.pm' supports and more: about one day per century more, to be precise. …

perl-datetime-event-ical 0.13

This module provides convenience methods that let you easily create DateTime::Set objects for RFC 2445 style recurrences. …

perl-datetime-event-recurrence 0.19

This module provides convenience methods that let you easily create DateTime::Set objects for various recurrences, such as "once a month" or "every day". You can also create more complicated recurrences, such…

perl-datetime-format-builder 0.82

DateTime::Format::Builder creates DateTime parsers. Many string formats of dates and times are simple and just require a basic regular expression to extract the relevant information. Builder provides a simple way…

perl-datetime-format-flexible 0.32

DateTime::Format::Flexible attempts to take any string you give it and parse it into a DateTime object. …

perl-datetime-format-http 0.42

This module provides functions that deal with the date formats used by the HTTP protocol. …

perl-datetime-format-ical 0.09

This module understands the ICal date/time and duration formats, as defined in RFC 2445. It can be used to parse these formats in order to create the appropriate objects. …

perl-datetime-format-iso8601 0.08

`DateTime::Format::ISO8601' is a DateTime extension that parses almost all ISO8601 date and time formats. …

perl-datetime-format-mail 0.403

RFCs 2822 and 822 specify date formats to be used by email. This module parses and emits such dates. …

perl-datetime-format-natural 1.06

DateTime::Format::Natural takes a string with a human readable date/time and creates a machine readable one by applying natural parsing logic. …

perl-datetime-format-strptime 1.77

This module implements most of `strptime(3)`, the POSIX function that is the reverse of `strftime(3)`, for `DateTime`. While `strftime` takes a `DateTime` and a pattern and returns a string, `strptime` takes…

perl-datetime-format-w3cdtf 0.07

This module understands the W3CDTF date/time format, an ISO 8601 profile, defined at https://www.w3.org/TR/NOTE-datetime. This format is the native date format of RSS 1.0. It can be used to parse…

perl-datetime-locale 1.23

The DateTime::Locale modules provide localization data for the DateTime.pm class. …

perl-datetime-set 0.3900

The DateTime::Set module provides a date/time sets implementation. It allows, for example, the generation of groups of dates, like "every wednesday", and then find all the dates matching that pattern, within…

perl-datetime-timezone 2.23

This class is the base class for all time zone objects. A time zone is represented internally as a set of observances, each of which describes the offset from GMT for…

perl-datetimex-easy 0.089

DateTimeX::Easy uses a variety of DateTime::Format packages to create DateTime objects, with some custom tweaks to smooth out the rough edges (mainly concerning timezone detection and selection). …

perl-db-file 1.853

The DB::File module provides Perl bindings to the Berkeley DB version 1.x. …

perl-dbd-mysql 4.050

This package provides a MySQL driver for the Perl5 "Database Interface" (DBI). …

perl-dbd-pg 3.7.4

This package provides a PostgreSQL driver for the Perl5 "Database Interface" (DBI). …

perl-dbd-sqlite 1.64

DBD::SQLite is a Perl DBI driver for SQLite, that includes the entire thing in the distribution. So in order to get a fast transaction capable RDBMS working for your Perl project…

perl-dbi 1.643

This package provides an database interface for Perl. …

perl-dbix-class 0.082842

An SQL to OO mapper with an object API inspired by Class::DBI (with a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations.…

perl-dbix-class-cursor-cached 1.001004

DBIx::Class::Cursor::Cached provides a cursor class with built-in caching support. …

perl-dbix-class-introspectablem2m 0.001002

Because the many-to-many relationships are not real relationships, they can not be introspected with DBIx::Class. Many-to-many relationships are actually just a collection of convenience methods installed to bridge two relationships. …

perl-dbix-class-schema-loader 0.07049

DBIx::Class::Schema::Loader automates the definition of a DBIx::Class::Schema by scanning database table definitions and setting up the columns, primary keys, unique constraints and relationships. …

perl-devel-callchecker 0.008

This module makes some new features of the Perl 5.14.0 C API available to XS modules running on older versions of Perl. The features are centred around the function `cv_set_call_checker', which…

perl-devel-caller 2.06

Devel::Caller provides meatier version of caller. …

perl-devel-checkbin 0.04

Devel::CheckBin is a perl module that checks whether a particular command is available. …

perl-devel-checkcompiler 0.07

`Devel::CheckCompiler' is a tiny module to check whether a compiler is available. It can test for a C99 compiler, or you can tell it to compile a C source file with…

perl-devel-checklib 1.14

`Devel::CheckLib' is a Perl module that checks whether a particular C library and its headers are available. You can also check for the presence of particular functions in a library, or…

perl-devel-cycle 1.12

`Devel::Cycle' This is a tool for finding circular references in objects and other types of references. Because of Perl's reference-count based memory management, circular references will cause memory leaks. …

perl-devel-globaldestruction 0.14

Devel::GlobalDestruction provides a function returning the equivalent of "${^GLOBAL_PHASE} eq 'DESTRUCT'" for older perls. …

perl-devel-hide 0.0010

Given a list of Perl modules/filenames, this module makes `require' and `use' statements fail (no matter whether the specified files/modules are installed or not). …

perl-devel-leak 0.03

This module provides a basic way to discover if a piece of perl code is allocating perl data and not releasing them again. …

perl-devel-lexalias 0.05

Devel::LexAlias provides the ability to alias a lexical variable in a subroutines scope to one of your choosing. …

perl-devel-overloadinfo 0.005

Devel::OverloadInfo returns information about overloaded operators for a given class (or object), including where in the inheritance hierarchy the overloads are declared and where the code implementing it is. …

perl-devel-partialdump 0.18

This module is a data dumper optimized for logging of arbitrary parameters. …

perl-devel-stacktrace 2.04

The Devel::StackTrace module contains two classes, Devel::StackTrace and Devel::StackTrace::Frame. These objects encapsulate the information that can be retrieved via Perl's caller() function, as well as providing a simple interface to this data. …

perl-devel-stacktrace-ashtml 0.15

Devel::StackTrace::AsHTML adds as_html method to Devel::StackTrace which displays the stack trace in beautiful HTML, with code snippet context and function parameters. If you call it on an instance of Devel::StackTrace::WithLexicals, you even…

perl-devel-symdump 2.18

Devel::Symdump provides access to the perl symbol table. …

perl-digest-crc 0.22

The `Digest::CRC' module calculates CRC sums of all sorts. It contains wrapper functions with the correct parameters for CRC-CCITT, CRC-16 and CRC-32. …

perl-digest-hmac 1.03

The Digest::HMAC module follows the common Digest:: interface for the RFC 2104 HMAC mechanism. …

perl-digest-md4 1.9

The `Digest::MD4' module allows you to use the RSA Data Security Inc.: MD4 Message Digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and…

perl-digest-md5 2.55

The `Digest::MD5' module allows you to use the MD5 Message Digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a…

perl-digest-md5-file 0.08

Digest::MD5::File is a Perl extension for getting MD5 sums for files and urls. …

perl-digest-sha1 2.13

This package provides `Digest::SHA1', an implementation of the NIST SHA-1 message digest algorithm for use by Perl programs. …

perl-dist-checkconflicts 0.11

This module allows you to specify conflicting versions of modules separately and deal with them after the module is done installing. …

perl-dynaloader-functions 0.003

This module provides a function-based interface to dynamic loading as used by Perl. Some details of dynamic loading are very platform-dependent, so correct use of these functions requires the programmer to…

perl-email-abstract 3.008

Email::Abstract provides module writers with the ability to write simple, representation-independent mail handling code. …

perl-email-address 1.912

Email::Address implements a regex-based RFC 2822 parser that locates email addresses in strings and returns a list of Email::Address objects found. Alternatively you may construct objects manually. …

perl-email-address-xs 1.04

Email::Address::XS implements RFC 5322 parser and formatter of email addresses and groups. Unlike Email::Address, this module does not use regular expressions for parsing but instead is implemented in XS and uses…

perl-email-date-format 1.005

Email::Date::Format provides a means for generating an RFC 2822 compliant datetime string. …

perl-email-messageid 1.406

Email::MessageID generates recommended message-ids to identify a message uniquely. …

perl-email-mime 1.946

Email::MIME is an extension of the Email::Simple module, to handle MIME encoded messages. It takes a message as a string, splits it up into its constituent parts, and allows you access…

perl-email-mime-contenttype 1.022

Email::MIME::ContentType parses a MIME Content-Type header. …

perl-email-mime-encodings 1.315

This module wraps MIME::Base64 and MIME::QuotedPrint. …

perl-email-sender 1.300034

Email::Sender replaces the old and sometimes problematic Email::Send library. …

perl-email-simple 2.216

Email::Simple provides simple parsing of RFC 2822 message format and headers. …

Packages menu:

Browse alphabetically

0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z