Packages — P (Page 4 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-encode-detect 1.01

This package provides a class `Encode::Detect' to detect the encoding of data. …

perl-encode-eucjpascii 0.03

This package provides an ASCII mapping for the eucJP encoding. …

perl-encode-hanextra 0.23

This Perl module provides Chinese encodings that are not part of Perl by default, including "BIG5-1984", "BIG5-2003", "BIG5PLUS", "BIG5EXT", "CCCII", "EUC-TW", "CNS11643-*", "GB18030", and "UNISYS". …

perl-encode-jis2k 0.03

This package provides encodings for JIS X 0212, which is also known as JIS 2000. …

perl-encode-locale 1.05

The POSIX locale system is used to specify both the language conventions requested by the user and the preferred character set to consume and output. The Encode::Locale module looks up the…

perl-env-path 0.19

`Env::Path' presents an object-oriented interface to path variables, defined as that subclass of environment variables which name an ordered list of file system elements separated by a platform-standard separator. …

perl-error 0.17028

The Error package provides two interfaces. Firstly Error provides a procedural interface to exception handling. Secondly Error is a base class for errors/exceptions that can either be thrown, for subsequent…

perl-ev 4.31

This module provides an interface to `libev', a high performance full-featured event loop. It can be used through the `AnyEvent' module and still be faster than other event loops currently supported…

perl-eval-closure 0.14

String eval is often used for dynamic code generation. For instance, Moose uses it heavily, to generate inlined versions of accessors and constructors, which speeds code up at runtime by a…

perl-exception-class 1.44

Exception::Class allows you to declare exception hierarchies in your modules in a "Java-esque" manner. …

perl-exporter-lite 0.08

Exporter::Lite is an alternative to Exporter, intended to provide a lightweight subset of the most commonly-used functionality. It supports import(), @EXPORT and @EXPORT_OK and not a whole lot else. …

perl-exporter-tiny 1.002001

Exporter::Tiny supports many of Sub::Exporter's external-facing features including renaming imported functions with the `-as`, `-prefix` and `-suffix` options; explicit destinations with the `into` option; and alternative installers with the `installler` option. But…

perl-extutils-config 0.008

ExtUtils::Config is an abstraction around the %Config hash. By itself it is not a particularly interesting module by any measure, however it ties together a family of modern toolchain modules. …

perl-extutils-cppguess 0.20

ExtUtils::CppGuess attempts to guess the C++ compiler that is compatible with the C compiler used to build perl. …

perl-extutils-depends 0.405

This module tries to make it easy to build Perl extensions that use functions and typemaps provided by other perl extensions. This means that a perl extension is treated like a…

perl-extutils-helpers 0.026

This module provides various portable helper functions for module building modules. …

perl-extutils-installpaths 0.012

This module tries to make install path resolution as easy as possible. …

perl-extutils-libbuilder 0.08

Some Perl modules need to ship C libraries together with their Perl code. Although there are mechanisms to compile and link (or glue) C code in your Perl programs, there isn't a…

perl-extutils-parsexs 3.35

The package contains the ExtUtils::ParseXS module to convert Perl XS code into C code, the ExtUtils::Typemaps module to handle Perl/XS typemap files, and their submodules. …

perl-extutils-pkgconfig 1.16

`ExtUtils::PkgConfig' is a very simplistic interface to the `pkg-config' utility, intended for use in the `Makefile.PL' of perl extensions which bind libraries that `pkg-config' knows. It is really just boilerplate code…

perl-extutils-typemaps-default 1.05

The package provides a number of useful typemaps as submodules of ExtUtils::Typemaps. …

perl-extutils-xspp 0.18

This module implements the Perl foreign function interface XS for C++; it is a thin layer over plain XS. …

perl-feed-find 0.07

`Feed::Find' implements feed auto-discovery for finding syndication feeds, given a URI. It will discover the following feed formats: RSS 0.91, RSS 1.0, RSS 2.0, Atom. …

perl-file-basedir 0.08

`File::Basedir' can be used to find directories and files as specified by the Freedesktop.org Base Directory Specification. This specifications gives a mechanism to locate directories for configuration, application data and cache data. …

perl-file-changenotify 0.24

This module provides a class to monitor a directory for changes made to any file. …

perl-file-configdir 0.021

This module is a helper for installing, reading and finding configuration file locations. `File::ConfigDir' is a module to help out when Perl modules (especially applications) need to read and store configuration…

perl-file-copy-recursive 0.38

This module has 3 functions: one to copy files only, one to copy directories only, and one to do either depending on the argument's type. …

perl-file-desktopentry 0.22

`File::DesktopEntry' parses `.desktop' files defined by the Freedesktop.org "Desktop Entry" specification. It can also run the applications define in those files. …

perl-file-find-object 0.2.13

File::Find::Object is an object-oriented File::Find replacement in Perl. …

perl-file-find-object-rule 0.0311

File::Find::Object::Rule is an alternative Perl interface to File::Find::Object. …

perl-file-find-rule 0.34

File::Find::Rule is a friendlier interface to File::Find. It allows you to build rules which specify the desired files and directories. …

perl-file-find-rule-perl 1.15

File::Find::Rule::Perl provides methods for finding various types Perl-related files, or replicating search queries run on a distribution in various parts of the CPAN ecosystem. …

perl-file-finder 0.53

`File::Find' is great, but constructing the wanted routine can sometimes be a pain. `File::Finder' provides a wanted-writer, using syntax that is directly mappable to the `find(1)' command's syntax. A `File::Finder' object contains…

perl-file-grep 0.02

`File::Grep' provides similar functionality as perl's builtin `grep', `map', and `foreach' commands, but iterating over a passed filelist instead of arrays. While trivial, this module can provide a quick dropin when such…

perl-file-homedir 1.004

File::HomeDir is a module for locating the directories that are `owned' by a user (typically your user) and to solve the various issues that arise trying to find them consistently across a…

perl-file-list 0.3.1

The File::List module crawls the directory tree starting at the provided base directory and can return files (and/or directories if desired) matching a regular expression. …

perl-file-listing 6.04

The File::Listing module exports a single function called parse_dir(), which can be used to parse directory listings. …

perl-file-mimeinfo 0.29

`File::Mimeinfo' can be used to determine the MIME type of a file. It tries to implement the Freedesktop specification for a shared MIME database. This package also contains two related utilities: …

perl-file-path 2.16

This module provide a convenient way to create directories of arbitrary depth and to delete an entire directory subtree from the file system. …

perl-file-pushd 1.016

`File::pushd' does a temporary `chdir' that is easily and automatically reverted, similar to `pushd' in some Unix command shells. It works by creating an object that caches the original working directory.…

perl-file-readbackwards 1.05

This module reads a file backwards line by line. It is simple to use, memory efficient and fast. It supports both an object and a tied handle interface. It is…

perl-file-remove 1.58

`File::Remove::remove' removes files and directories. It acts like `/bin/rm', for the most part. Although `unlink' can be given a list of files, it will not remove directories; this module remedies…

perl-file-sharedir 1.116

The intent of File::ShareDir is to provide a companion to Class::Inspector and File::HomeDir. Quite often you want or need your Perl module to have access to a large amount of read-only…

perl-file-sharedir-dist 0.07

File::ShareDir::Dist finds share directories for distributions. It is a companion module to File::ShareDir. …

perl-file-sharedir-install 0.13

File::ShareDir::Install allows you to install read-only data files from a distribution. It is a companion module to File::ShareDir, which allows you to locate these files after installation. …

perl-file-slurp 9999.28

File::Slurp provides subroutines to read or write entire files with a simple call. It also has a subroutine for reading the list of file names in a directory. …

perl-file-slurp-tiny 0.004

This module provides functions for fast reading and writing of files. …

perl-file-slurper 0.012

This module provides functions for fast and correct file slurping and spewing. All functions are optionally exported. …

perl-file-temp 0.2309

File::Temp can be used to create and open temporary files in a safe way. …

perl-file-which 1.23

File::Which was created to be able to get the paths to executable programs on systems under which the `which' program wasn't implemented in the shell. …

perl-file-zglob 0.11

`File::Zglob' provides a traditional Unix `glob' functionality; it returns a list of file names that match the given pattern. For instance, it supports the `**/*.pm' form. …

perl-filesys-notify-simple 0.13

`Filesys::Notify::Simple' is a simple but unified interface to get notifications of changes to a given file system path. It uses inotify2 on Linux, fsevents on OS X, `kqueue' on FreeBSD, and…

perl-finance-quote 1.47

Finance::Quote gets stock quotes from various internet sources, including Yahoo! Finance, Fidelity Investments, and the Australian Stock Exchange. …

perl-font-ttf 1.06

This package provides a Perl module for TrueType/OpenType font hacking. It supports reading, processing and writing of the following tables: GDEF, GPOS, GSUB, LTSH, OS/2, PCLT, bsln, cmap, cvt, fdsc, feat,…

perl-gd 2.72

GD.pm is an autoloadable interface module for libgd, a popular library for creating and manipulating PNG files. With this library you can create PNG images on the fly or modify existing…

perl-gd-securityimage 1.75

This module provides a basic interface to create security (captcha) images. The final output is the actual graphic data, the mime type of the graphic, and the created random string. …

perl-geo-ip 1.51

The Perl module `Geo::IP'. It looks up location and network information by IP Address. …

perl-getopt-long 2.51

The `Getopt::Long' module implements an extended getopt function called `GetOptions()'. It parses the command line from `ARGV', recognizing and removing specified options and their possible values. This function adheres to the POSIX…

perl-getopt-long-descriptive 0.103

Getopt::Long::Descriptive is yet another Getopt library. It's built atop Getopt::Long, and gets a lot of its features, but tries to avoid making you think about its huge array of options. …

perl-getopt-tabular 0.3

Getopt::Tabular is a Perl 5 module for table-driven argument parsing, vaguely inspired by John Ousterhout's Tk_ParseArgv. …

perl-glib 1.3292

This module provides perl access to GLib and GLib's GObject libraries. GLib is a portability and utility library; GObject provides a generic type system with inheritance and a powerful signal system.…

perl-gnupg-interface 0.52

`GnuPG::Interface' and its associated modules are designed to provide an object-oriented method for interacting with GnuPG, being able to perform functions such as but not limited to encrypting, signing, decryption, verification, and key-listing…

perl-graph 0.9704

This is `Graph', a Perl module for dealing with graphs, the abstract data structures. …

perl-graph-readwrite 2.09

This is a collection of perl classes for reading and writing directed graphs in a variety of file formats. The graphs are represented in Perl using Jarkko Hietaniemi's `Graph' classes. There are…

perl-gssapi 0.28

This is a Perl extension for using GSSAPI C bindings as described in RFC 2744. …

perl-gtk2 1.24993

Perl bindings to the 2.x series of the Gtk+ widget set. This module allows you to write graphical user interfaces in a Perlish and object-oriented way, freeing you from the casting…

perl-guard 1.023

`Guard' implements so-called "guards". A guard is something (usually an object) that "guards" a resource, ensuring that it is cleaned up when expected. Specifically, this module supports two different types of…

perl-hash-fieldhash 0.15

`Hash::FieldHash' provides the field hash mechanism which supports the inside-out technique. It is an alternative to `Hash::Util::FieldHash' with a simpler interface, higher performance, and relic support. …

perl-hash-merge 0.300

Hash::Merge merges two arbitrarily deep hashes into a single hash. That is, at any level, it will add non-conflicting key-value pairs from one hash to the other, and follows a set…

perl-hash-multivalue 0.16

Hash::MultiValue is an object (and a plain hash reference) that may contain multiple values per key, inspired by MultiDict of WebOb. …

perl-hook-lexwrap 0.26

Hook::LexWrap allows you to install a pre- or post-wrapper (or both) around an existing subroutine. Unlike other modules that provide this capacity (e.g., Hook::PreAndPost and Hook::WrapSub), Hook::LexWrap implements wrappers in such…

perl-html-element-extended 1.18

HTML::Element::Extended is a Perl extension for manipulating a table composed of HTML::Element style components. …

perl-html-form 6.05

Objects of the HTML::Form class represents a single HTML <form> ... </form> instance. …

perl-html-lint 2.32

HTML::Lint is a pure-Perl HTML parser and checker for syntactic legitmacy. …

perl-html-parser 3.72

Objects of the HTML::Parser class will recognize markup and separate it from plain text (alias data content) in HTML documents. As different kinds of markup and text are recognized, the corresponding…

perl-html-scrubber 0.17

`HTML::Scrubber' Perl extension for scrubbing/sanitizing HTML. …

perl-html-tableextract 2.13

HTML::TableExtract is a Perl module for extracting the content contained in tables within an HTML document, either as text or encoded element trees. …

perl-html-tagset 3.20

The HTML::Tagset module contains several data tables useful in various kinds of HTML parsing operations. …

perl-html-template 2.97

This module attempts to make using HTML templates simple and natural. It extends standard HTML with a few new HTML-esque tags: `<TMPL_VAR>', `<TMPL_LOOP>', `<TMPL_INCLUDE>', `<TMPL_IF>', `<TMPL_ELSE>' and `<TMPL_UNLESS>'. The file written with…

perl-html-tidy 1.60

`HTML::Tidy' is an HTML checker in a handy dandy object. It's meant as a replacement for `HTML::Lint', which is written in Perl but is not nearly as capable as `HTML::Tidy'. …

perl-html-tree 5.07

This distribution contains a suite of modules for representing, creating, and extracting information from HTML syntax trees. …

perl-http-body 1.22

HTTP::Body parses chunks of HTTP POST data and supports application/octet-stream, application/json, application/x-www-form-urlencoded, and multipart/form-data. …

perl-http-cookiejar 0.008

This module implements a minimalist HTTP user agent cookie jar in conformance with RFC 6265 <http://tools.ietf.org/html/rfc6265>. …

perl-http-cookies 6.06

The HTTP::Cookies class is for objects that represent a cookie jar, that is, a database of all the HTTP cookies that a given LWP::UserAgent object knows about. …

perl-http-daemon 6.01

Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a socket for incoming requests. The HTTP::Daemon is a subclass of IO::Socket::INET, so you can perform socket operations directly on…

perl-http-date 6.05

The HTTP::Date module provides functions that deal with date formats used by the HTTP protocol (and then some more). …

perl-http-lite 2.44

`HTTP::Lite' is a stand-alone lightweight HTTP/1.1 implementation for perl. It is intended for use in situations where it is desirable to install the minimal number of modules to achieve HTTP support.…

perl-http-message 6.18

An HTTP::Message object contains some headers and a content body. …

perl-http-negotiate 6.01

The HTTP::Negotiate module provides a complete implementation of the HTTP content negotiation algorithm specified in draft-ietf-http-v11-spec-00.ps chapter 12. Content negotiation allows for the selection of a preferred content representation based upon attributes…

perl-http-parser 0.06

This is an HTTP request parser. It takes chunks of text as received and returns a `hint' as to what is required, or returns the HTTP::Request when a complete request has…

perl-http-parser-xs 0.17

HTTP::Parser::XS is a fast, primitive HTTP request/response parser. …

perl-http-request-ascgi 1.2

This module provides a convenient way to set up a CGI environment from an HTTP::Request. …

perl-http-server-simple 0.52

HTTP::Server::Simple is a simple standalone HTTP daemon with no non-core module dependencies. It can be used for building a standalone http-based UI to your existing tools. …

perl-http-tiny 0.076

This is a very simple HTTP/1.1 client, designed for doing simple requests without the overhead of a large framework like LWP::UserAgent. It supports proxies and redirection. It also correctly resumes…

perl-http-tinyish 0.15

`HTTP::Tinyish' is a wrapper module for LWP (libwww-perl), `HTTP::Tiny', curl and wget. It provides an API compatible to HTTP::Tiny. …

perl-image-exiftool 11.85

This package provides the `exiftool' command and the `Image::ExifTool' Perl library to manipulate EXIF tags of digital images and a wide variety of other metadata. …

perl-image-magick 6.89

This Perl extension allows the reading, manipulation and writing of a large number of image file formats using the ImageMagick library. Use it to create, edit, compose, or convert bitmap images…

perl-import-into 1.002005

Writing exporters is a pain. Some use Exporter, some use Sub::Exporter, some use Moose::Exporter, some use Exporter::Declare ... and some things are pragmas. Exporting on someone else's behalf is harder. …

perl-importer 0.025

This module acts as a layer between Exporter and modules which consume exports. It is feature-compatible with Exporter, plus some much needed extras. You can use this to import symbols from…

perl-inc-latest 0.500

The inc::latest module helps bootstrap configure-time dependencies for CPAN distributions. These dependencies get bundled into the inc directory within a distribution and are used by Makefile.PL or Build.PL. …

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