The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "ARISTOTLE"

perlepigraphs - list of Perl release epigraphs River stage five • 11292 direct dependents • 32664 total dependents

Many Perl release announcements included an *epigraph*, a short excerpt from a literary or other creative work, chosen by the pumpking or release manager. This file assembles the known list of epigraph for posterity, and also links to the release ann...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

Fey - Better SQL Generation Through Perl River stage one • 6 direct dependents • 9 total dependents

The "Fey" distribution contains a set of modules for representing the components of a DBMS schema, and for dynamically generating SQL queries based on that schema....

DROLSKY/Fey-0.43 - 16 Jun 2015 03:55:50 UTC - Search in distribution

Path::Tiny - File path utility River stage four • 891 direct dependents • 7170 total dependents

This module provides a small, fast utility for working with file paths. It is friendlier to use than File::Spec and provides easy access to functions from several other core file handling modules. It aims to be smaller and faster than many alternativ...

DAGOLDEN/Path-Tiny-0.144 - 01 Dec 2022 16:37:45 UTC - Search in distribution

perlhist - Registro histórico de versiones de Perl River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution

TAP::Parser - Parse TAP output River stage five • 205 direct dependents • 22560 total dependents

"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.48 - 02 Oct 2023 18:46:04 UTC - Search in distribution

Class::CGI - Fetch objects from your CGI object River stage zero No dependents

For small CGI scripts, it's common to get a parameter, untaint it, pass it to an object constructor and get the object back. This module would allow one to to build "Class::CGI" handler classes which take the parameter value, automatically perform th...

OVID/Class-CGI-0.20 - 07 May 2006 21:41:36 UTC - Search in distribution

Mojolicious - Real-time web framework River stage four • 943 direct dependents • 1041 total dependents

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.36 - 08 Mar 2024 22:16:38 UTC - Search in distribution

Try::Tiny - Minimal try/catch with proper preservation of $@ River stage five • 1160 direct dependents • 16205 total dependents

This module provides bare bones "try"/"catch"/"finally" statements that are designed to minimize common mistakes with eval blocks, and NOTHING else. This is unlike TryCatch which provides a nice syntax and avoids adding another call stack layer, and ...

ETHER/Try-Tiny-0.31 - 23 Nov 2021 20:30:31 UTC - Search in distribution

Getopt::Auto - Option framework for command-line applications River stage one • 1 direct dependent • 2 total dependents

"Getopt::Auto" provides an easy way to organize a script to handle whatever option mechanism it requires. For each option "--foo" you provide a subroutine "sub foo{...}". The sub is called every time "--foo" appears on the command line. Values for th...

GLEACH/Getopt-Auto-2.0 - 16 Aug 2014 22:42:22 UTC - Search in distribution

Gzip::Faster - simple and fast gzip and gunzip River stage two • 11 direct dependents • 13 total dependents

This module compresses to and decompresses from the gzip and related formats. See "About gzip" if you aren't familiar with the gzip format. The basic functions of the module are "gzip" and "gunzip", which convert scalars to and from gzip format. Ther...

BKB/Gzip-Faster-0.21 - 29 Dec 2017 01:55:53 UTC - Search in distribution

Test::Most - Most commonly needed test functions and features. River stage four • 771 direct dependents • 1705 total dependents

Test::Most exists to reduce boilerplate and to make your testing life easier. We provide "one stop shopping" for most commonly used testing modules. In fact, we often require the latest versions so that you get bug fixes through Test::Most and don't ...

OVID/Test-Most-0.38 - 24 Sep 2022 13:49:17 UTC - Search in distribution

Bifcode - simple serialization format River stage zero No dependents

Bifcode implements the *bifcode* serialisation format, a mixed binary/text encoding with support for the following data types: * Primitive: * Undefined(null) * Booleans(true/false) * Integer numbers * Floating point numbers * UTF8 strings * Binary st...

MLAWREN/Bifcode-1.002 - 23 Sep 2018 14:47:39 UTC - Search in distribution

HTML::Tiny - Lightweight, dependency free HTML/XML generation River stage two • 14 direct dependents • 32 total dependents

"HTML::Tiny" is a simple, dependency free module for generating HTML (and XML). It concentrates on generating syntactically correct XHTML using a simple Perl notation. In addition to the HTML generation functions utility functions are provided to * e...

ARISTOTLE/HTML-Tiny-1.08 - 07 Sep 2022 12:21:51 UTC - Search in distribution

Sort::Rank - Sort arrays by some score and organise into ranks. River stage zero No dependents

Typically when presenting positions in some league or popularity chart or formatting a table of examination results entries with the same score are grouped together by rank like this: ======================== Pos Score Name ======================== 1...

ANDYA/Sort-Rank-v0.0.2 - 23 Feb 2007 18:26:55 UTC - Search in distribution

perlsecret - Perl secret operators and constants River stage zero No dependents

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

pod2markdown - Convert POD text to Markdown River stage three • 49 direct dependents • 185 total dependents

This program uses Pod::Markdown to convert POD into Markdown sources. UTF-8 is the default output encoding if no encoding options are specified (see "OPTIONS"). It accepts two optional arguments: * input pod file (defaults to "STDIN") * output markdo...

RWSTAUNER/Pod-Markdown-3.400 - 29 Oct 2023 18:56:37 UTC - Search in distribution

relative - Load modules with relative names River stage zero No dependents

This module allows you to load modules using only parts of their name, relatively to the current module or to a given module. Module names are by default searched below the current module, but can be searched upper in the hierarchy using the "..::" s...

SAPER/relative-0.04 - 02 Feb 2008 16:16:30 UTC - Search in distribution

List::Flat - Functions to flatten a structure of array references River stage one • 1 direct dependent • 2 total dependents

List::Flat is a module with functions to flatten a deep structure of array references into a single flat list....

AARONRP/List-Flat-0.003 - 19 Jun 2017 01:09:40 UTC - Search in distribution

pod2github - Convert POD text to Github flavored markdown River stage two • 9 direct dependents • 92 total dependents

This program uses Pod::Markdown::Github to convert POD into Github Markdown sources. UTF-8 is the default output encoding if no encoding options are specified (see "OPTIONS"). It accepts two optional arguments: * input pod file (defaults to "STDIN") ...

MINIMAL/Pod-Markdown-Github-0.04 - 25 Jan 2019 05:52:03 UTC - Search in distribution

Email::Stuffer - A more casual approach to creating and sending Email:: emails River stage two • 10 direct dependents • 13 total dependents

The basics should all work, but this module is still subject to name and/or API changes Email::Stuffer, as its name suggests, is a fairly casual module used to stuff things into an email and send them. It is a high-level module designed for ease of u...

RJBS/Email-Stuffer-0.020 - 11 Jan 2023 01:50:03 UTC - Search in distribution
94 results (0.077 seconds)