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

Search results for "JAWNSY"

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

Test::XT - Generate best practice release-only tests River stage one • 2 direct dependents • 3 total dependents

A number of Test modules have been written over the years to support authors. Typically, these modules have standard short test scripts documented in them that you can cut and paste into your distribution. Unfortunately almost all of these cut-and-pa...

ADAMK/Test-XT-0.04 - 07 Jul 2011 02:49:42 UTC - Search in distribution

WWW::OPG - Perl interface to Ontario Power Generation's site River stage zero No dependents

This module provides a Perl interface to information published on Ontario Power Generation's web site at <http://www.opg.com>. This module provides very quick and low-bandwidth queries using the special machine-readable file proffered by OPG; see <ht...

JAWNSY/WWW-OPG-1.005 - 16 Jan 2010 06:32:23 UTC - Search in distribution

Dist::Zilla - distribution builder; installer not included! River stage three • 655 direct dependents • 710 total dependents

Dist::Zilla builds distributions of code to be uploaded to the CPAN. In this respect, it is like ExtUtils::MakeMaker, Module::Build, or Module::Install. Unlike those tools, however, it is not also a system for installing code that has been downloaded...

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC - Search in distribution

DBIx::Class - Extensible and flexible object <-> relational mapper. River stage three • 342 direct dependents • 452 total dependents

This is 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. It aims to make representing queries in you...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC - Search in distribution

Test::Apocalypse - Apocalypse's favorite tests bundled into a simple interface River stage one • 1 direct dependent • 1 total dependent

This module greatly simplifies common author tests for modules heading towards CPAN. I was sick of copy/pasting the tons of t/foo.t scripts + managing them in every distro. I thought it would be nice to bundle all of it into one module and toss it on...

APOCAL/Test-Apocalypse-1.006 - 25 Oct 2014 20:12:24 UTC - Search in distribution

Module::Manifest - Parse and examine a Perl distribution MANIFEST file River stage two • 4 direct dependents • 53 total dependents

Module::Manifest is a simple utility module created originally for use in Module::Inspector. It can load a MANIFEST file that comes in a Perl distribution tarball, examine the contents, and perform some simple tasks. It can also load the MANIFEST.SKI...

ETHER/Module-Manifest-1.09 - 20 Dec 2017 01:35:11 UTC - Search in distribution

vendorlib - Use Only Core and Vendor Libraries in @INC River stage zero No dependents

In a system distribution such as Debian, it may be advisable for Perl programs to ignore the user's CPAN-installed modules and only use the distribution-provided modules to avoid possible breakage with newer and unpackaged versions of modules. To tha...

RKITOVER/vendorlib-0.12 - 30 Mar 2016 14:06:37 UTC - Search in distribution

Alien::Libjio - Utility package to install and locate libjio River stage zero No dependents

To ensure reliability, some file systems and databases provide support for something known as journalling. The idea is to ensure data consistency by creating a log of actions to be taken (called a Write Ahead Log) before committing them to disk. That...

JAWNSY/Alien-Libjio-1.004 - 14 Feb 2011 03:18:18 UTC - Search in distribution

Video::FourCC::Info - Perl module to retrieve information about FourCCs River stage zero No dependents

In order for video players to detect the algorithm required to decode a given video file, a four-byte sequence called a Four Character Code is written somewhere in the header of the file. This ensures that the detected codec format is independent of ...

JAWNSY/Video-FourCC-Info-1.005 - 22 Dec 2009 03:12:38 UTC - Search in distribution

Math::Random::ISAAC - Perl interface to the ISAAC PRNG algorithm River stage three • 4 direct dependents • 107 total dependents

As with other Pseudo-Random Number Generator (PRNG) algorithms like the Mersenne Twister (see Math::Random::MT), this algorithm is designed to take some seed information and produce seemingly random results as output. However, ISAAC (Indirection, Shi...

JAWNSY/Math-Random-ISAAC-1.004 - 18 Feb 2011 02:34:58 UTC - Search in distribution

Pod::Spell::CommonMistakes - Catches common typos in POD River stage two • 4 direct dependents • 15 total dependents

This module looks for any typos in your POD. It differs from Pod::Spell or Test::Spelling because it uses a custom wordlist and doesn't use the system spellchecker. The idea for this came from the <http://wiki.debian.org/Teams/Lintian> code in Debian...

APOCAL/Pod-Spell-CommonMistakes-1.002 - 04 Nov 2014 20:41:50 UTC - Search in distribution

Algorithm::Diff::Any - Perl module to find differences between files River stage zero No dependents

This is a simple module to select the best available implementation of the standard "diff" algorithm, which works by effectively trying to solve the Longest Common Subsequence (LCS) problem. This algorithm is described in: *A Fast Algorithm for Compu...

JAWNSY/Algorithm-Diff-Any-1.001 - 23 Dec 2009 00:34:12 UTC - Search in distribution

Test::DistManifest - Author test that validates a package MANIFEST River stage two • 16 direct dependents • 43 total dependents

This module provides a simple method of testing that a MANIFEST matches the distribution. It tests three things:...

ETHER/Test-DistManifest-1.014 - 11 Feb 2015 01:08:27 UTC - Search in distribution

WebService::UWO::Directory::Student - Perl module for searching the UWO student directory River stage zero No dependents

This module provides a Perl interface to the public directory search system which lists current students at the University of Western Ontario. For more information, see the web interface at <http://uwo.ca/westerndir/>....

JAWNSY/WebService-UWO-Directory-Student-1.004 - 23 Dec 2009 18:13:29 UTC - Search in distribution

Software::License::PD - Public Domain pseudo-license River stage zero No dependents

In legal circles, Public Domain is defined as the absence of copyright (and therefore precludes the need for any license). Artistic works enter the Public Domain in two common situations: 1 Where the work carries no license or copyright information, ...

JAWNSY/Software-License-PD-1.001 - 15 Jan 2011 02:13:17 UTC - Search in distribution

Math::Random::ISAAC::XS - C implementation of the ISAAC PRNG algorithm River stage one • 2 direct dependents • 8 total dependents

See Math::Random::ISAAC for the full description....

JAWNSY/Math-Random-ISAAC-XS-1.004 - 18 Feb 2011 02:46:48 UTC - Search in distribution
17 results (0.024 seconds)