AFS - Perl interface to AFS programming APIs
The AFS module bundle is a dynamically loadable (where available) extension to Perl. It gives the AFS user and administrator access to most of the AFS programming APIs, allowing you to make these calls directly from Perl, rather than processing the o...
NOG/AFS-2.6.4 - 27 Oct 2014 13:11:37 UTC - Search in distribution
perl5140delta - what is new for perl v5.14.0
This document describes differences between the 5.12.0 release and the 5.14.0 release. If you are upgrading from an earlier release such as 5.10.0, first read perl5120delta, which describes differences between 5.10.0 and 5.12.0. Some of the bug fixes...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution- perl5220delta - what is new for perl v5.22.0
- perl5200delta - what is new for perl v5.20.0
- perl5160delta - what is new for perl v5.16.0
- 34 more results from perl »
MIME::Lite - low-calorie MIME generator
In the never-ending quest for great taste with fewer calories, we proudly present: *MIME::Lite*. MIME::Lite is intended as a simple, standalone module for generating (not parsing!) MIME messages... specifically, it allows you to output a simple, dece...
RJBS/MIME-Lite-3.033 - 12 Jun 2021 15:53:07 UTC - Search in distribution
TAP::Parser - Parse TAP output
"TAP::Parser" is designed to produce a proper parse of TAP output. For an example of how to run tests through this module, see the simple harnesses "examples/". There's a wiki dedicated to the Test Anything Protocol: <http://testanything.org> It incl...
LEONT/Test-Harness-3.44 - 17 Apr 2022 15:14:25 UTC - Search in distribution
Mojolicious - Real-time web framework
An amazing real-time web framework built on top of the powerful Mojo web development toolkit. With support for RESTful routes, plugins, commands, Perl-ish templates, content negotiation, session management, form validation, testing framework, static ...
SRI/Mojolicious-9.26 - 23 May 2022 15:17:22 UTC - Search in distribution
Sys::Syslog - Perl interface to the UNIX syslog(3) calls
"Sys::Syslog" is an interface to the UNIX syslog(3) program. Call "syslog()" with a string priority and a list of "printf()" args just like syslog(3)....
SAPER/Sys-Syslog-0.36 - 21 Oct 2019 22:41:02 UTC - Search in distribution- Sys::Syslog::Win32 - Win32 support for Sys::Syslog
- Sys::Syslog::Win32 - Win32 support for Sys::Syslog
MP3::Info - Manipulate / fetch info from MP3 audio files
$mp3 = MP3::Info->new(FILE) OOP interface to the rest of the module. The same keys available via get_mp3info and get_mp3tag are available via the returned object (using upper case or lower case; but note that all-caps "VERSION" will return the module...
JMERELO/MP3-Info-1.26 - 03 Oct 2017 12:02:25 UTC - Search in distribution
Ref::Util - Utility functions for checking references
Ref::Util introduces several functions to help identify references in a smarter (and usually faster) way. In short: # conventional approach # with Ref::Util ref( $foo ) eq 'ARRAY' is_plain_arrayref( $foo ) use Scalar::Util qw( reftype ); reftype( $fo...
ARC/Ref-Util-0.204 - 19 Apr 2018 11:23:10 UTC - Search in distribution
Dancer2 - Lightweight yet powerful web application framework
Dancer2 is the new generation of Dancer, the lightweight web-framework for Perl. Dancer2 is a complete rewrite based on Moo. Dancer2 can optionally use XS modules for speed, but at its core remains fatpackable (packable by App::FatPacker) so you coul...
CROMEDOME/Dancer2-0.400000 - 14 Mar 2022 02:18:12 UTC - Search in distribution
Weasel - Perl's php/Mink-inspired abstracted web-driver framework
This module abstracts away the differences between the various web-driver protocols, like the Mink project does for PHP. While heavily inspired by Mink, "Weasel" aims to improve over it by being extensible, providing not just access to the underlying...
EHUELS/Weasel-0.29 - 09 Jun 2021 21:33:57 UTC - Search in distribution- Weasel::Session - Connection to an encapsulated test driver
- Weasel::Element - The base HTML/Widget element class
- Weasel::FindExpanders - Mapping find patterns to xpath locators
- 8 more results from Weasel »
perlsecret - Perl secret operators and constants
Perl has a long tradition of giving nicknames to some of its operators (possibly a form of Huffmanisation). These nicknames are based on the appearance of the operator, rather than its function. The well-known examples are the *diamond operator* ("<>...
BOOK/perlsecret-1.017 - 08 Nov 2021 21:32:57 UTC - Search in distribution
Selenium::Remote::Driver - Perl Client for Selenium Remote Driver
Selenium is a test tool that allows you to write automated web application UI tests in any programming language against any HTTP website using any mainstream JavaScript-enabled browser. This module is an implementation of the client for the Remote dr...
TEODESIAN/Selenium-Remote-Driver-1.47 - 05 May 2022 12:29:56 UTC - Search in distribution
re::engine::PCRE2 - PCRE2 regular expression engine with jit
Replaces perl's regex engine in a given lexical scope with PCRE2 regular expressions provided by libpcre2-8. This provides jit support and faster matching, but may fail in corner cases. See pcre2compat <http://www.pcre.org/current/doc/html/pcre2compa...
RURBAN/re-engine-PCRE2-0.16 - 15 May 2019 16:28:58 UTC - Search in distribution
Sereal::Encoder - Fast, compact, powerful binary serialization
This library implements an efficient, compact-output, and feature-rich serializer using a binary protocol called *Sereal*. Its sister module Sereal::Decoder implements a decoder for this format. The two are released separately to allow for independen...
YVES/Sereal-Encoder-4.023 - 20 Feb 2022 04:17:07 UTC - Search in distribution
Date::Simple - a simple date object
Dates are complex enough without times and timezones. This module may be used to create simple date objects. It handles: Validation. Reject 1999-02-29 but accept 2000-02-29. Interval arithmetic. How many days were between two given dates? What date c...
IZUT/Date-Simple-3.03 - 26 Dec 2008 19:29:40 UTC - Search in distribution
Sereal::Decoder - Fast, compact, powerful binary deserialization
This library implements a deserializer for an efficient, compact-output, and feature-rich binary protocol called *Sereal*. Its sister module Sereal::Encoder implements an encoder for this format. The two are released separately to allow for independe...
YVES/Sereal-Decoder-4.023 - 20 Feb 2022 04:16:56 UTC - Search in distribution- Sereal::Performance - Getting the most out of the Perl-Sereal implementation
E'Mail::Acme - the epitome of simple e-mail handling
Good grief, everywhere you turn there's yet another e-mail module! This one says that the message is an object. That one says that every *field* is an object. Then there's the one that says the darn body is an object! How many methods do I need to le...
RJBS/E-Mail-Acme-1555 - 11 Dec 2013 00:30:53 UTC - Search in distribution
Text::Caml - Mustache template engine
Text::Caml is a Mustache-like (<http://mustache.github.com/>) template engine. That means it tends to have no logic in template files. Syntax Context Context is the data passed to the template. Context can change during template rendering and be spec...
VTI/Text-Caml-0.17 - 31 Aug 2018 20:17:11 UTC - Search in distribution
Data::Consumer - Repeatedly consume a data resource in a robust way
It is a common requirement to need to process a feed of items of some sort in a robust manner. Such a feed might be records that are inserted into a table, or files dropped in a delivery directory. Writing a script that handles all the edge cases, li...
YVES/Data-Consumer-0.17 - 01 Nov 2017 19:58:13 UTC - Search in distribution- Data::Consumer::MySQL - DEPRECATED Data::Consumer implementation for a mysql database table resource
- Data::Consumer::MySQL2 - Data::Consumer implementation for a mysql database table resource
- Data::Consumer::Dir - Data::Consumer implementation for a directory of files resource