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

Search results for "ADRIAN"

mvs - A command line Mediawiki client River stage zero No dependents

"mvs" is a command line client whose purpose is to simplify offline editing of Wiki content. It allows you to get any number of pages from a given Mediawiki site, edit the pages with any editor, get and merge any concurrent updates of the pages, and ...

MARKJ/WWW-Mediawiki-Client-0.31 - 01 Jul 2006 15:59:41 UTC - Search in distribution

prove - Run tests through a TAP harness. River stage five • 205 direct dependents • 22560 total dependents

LEONT/Test-Harness-3.48 - 02 Oct 2023 18:46:04 UTC - Search in distribution

my_prove - Run MyTAP MySQL tests through a TAP harness. River stage zero No dependents

"my_prove" is a command-line application to run one or more MyTAP tests in a MySQL database. The output of the tests is harvested and processed by TAP::Harness in order to summarize the results of the test. Tests can be written and run as SQL scripts...

DWHEELER/TAP-Parser-SourceHandler-MyTAP-3.27 - 11 May 2016 23:58:59 UTC - Search in distribution

pg_prove - A command-line tool for running and harnessing pgTAP tests River stage zero No dependents

"pg_prove" is a command-line application to run one or more pgTAP <https://pgtap.org/> tests in a PostgreSQL database. The output of the tests is harvested and processed by TAP::Harness in order to summarize the results of the test. "pg_prove" relies...

DWHEELER/TAP-Parser-SourceHandler-pgTAP-3.36 - 21 Aug 2022 01:14:35 UTC - Search in distribution

perl5180delta - what is new for perl v5.18.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the v5.16.0 release and the v5.18.0 release. If you are upgrading from an earlier release such as v5.14.0, first read perl5160delta, which describes differences between v5.14.0 and v5.16.0....

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

dh-make-perl - Create debian source packages from Perl modules River stage one • 3 direct dependents • 3 total dependents

dh-make-perl will create the files required to build a debian source package out of a Perl module or CPAN distribution. This works for most simple packages and is also useful for getting started with packaging Perl modules. You can specify a module o...

DAM/DhMakePerl-0.96 - 18 Oct 2017 20:45:30 UTC - Search in distribution

Amon2 - lightweight web application framework River stage two • 19 direct dependents • 20 total dependents

Amon2 is simple, readable, extensible, STABLE, FAST web application framework based on Plack....

TOKUHIROM/Amon2-6.16 - 01 Nov 2022 19:19:46 UTC - Search in distribution

DBUnit - Database testing API River stage one • 1 direct dependent • 1 total dependent

Database test framework to verify that your database data match expected set of values. It has ability to populate dataset and expected set from xml files. EXPORT None by default. reset_schema populate_schema expected_dataset expected_xml_dataset dat...

ADRIANWIT/Test-DBUnit-0.20 - 21 Feb 2009 01:41:18 UTC - Search in distribution

DBD::Firebird - DBI driver for Firebird RDBMS server River stage zero No dependents

DBD::Firebird is a Perl module which works with the DBI module to provide access to Firebird databases....

DAM/DBD-Firebird-1.34 - 05 Dec 2021 08:26:04 UTC - Search in distribution

Test::Class - Easily create test classes in an xUnit/JUnit style River stage three • 175 direct dependents • 800 total dependents

Test::Class provides a simple way of creating classes and objects to test your code in an xUnit style. Built using Test::Builder, it was designed to work with other Test::Builder based modules (Test::More, Test::Differences, Test::Exception, etc.). *...

SZABGAB/Test-Class-0.52 - 17 Feb 2021 16:05:13 UTC - Search in distribution

Test::Block - DEPRECIATED: Specify fine granularity test plans River stage two • 27 direct dependents • 31 total dependents

NOTE: This module was written before subtests existed in TAP and Test::More. These days subtests will probably be a better option for you. This module allows you to specify the number of expected tests at a finer level of granularity than an entire t...

ADIE/Test-Block-0.13 - 24 Jan 2012 21:05:40 UTC - Search in distribution

Audio::Scan - Fast C metadata and tag reader for all common audio file formats River stage one • 2 direct dependents • 2 total dependents

Audio::Scan is a C-based scanner for audio file metadata and tag information. It currently supports MP3, MP4, Ogg Vorbis, FLAC, ASF, WAV, AIFF, Musepack, Monkey's Audio, and WavPack. See below for specific details about each file format....

AGRUNDMA/Audio-Scan-1.01 - 10 Jul 2018 03:13:30 UTC - Search in distribution

Astro::Sunrise - Perl extension for computing the sunrise/sunset on a given day River stage one • 1 direct dependent • 1 total dependent

This module will return the sunrise and sunset for a given day. Months are numbered 1 to 12, in the usual way, not 0 to 11 as in C and in Perl's localtime. Eastern longitude is entered as a positive number Western longitude is entered as a negative n...

JFORGET/Astro-Sunrise-0.99 - 05 Feb 2021 18:52:59 UTC - Search in distribution

Config::IniFiles - A module for reading .ini-style configuration files. River stage three • 85 direct dependents • 146 total dependents

Config::IniFiles provides a way to have readable configuration files outside your Perl script. Configurations can be imported (inherited, stacked,...), sections can be grouped, and settings can be accessed from a tied hash....

SHLOMIF/Config-IniFiles-3.000003 - 24 Mar 2020 15:45:08 UTC - Search in distribution

pclock River stage zero No dependents

pclock is a clock implemented in Perl/Tk. Here is the `date` on which this was written: Thu May 9 16:58:31 EDT 1996 It was then modified on: Fri May 10 16:31:10 EDT 1996 Thanks to Adrian Phillips and Simon Galton for helpful suggestions. The choice b...

PVHP/ptkFAQ-0_03 - 23 May 1996 22:13:17 UTC - Search in distribution

Tk::ToolBar - A toolbar widget for Perl/Tk River stage one • 3 direct dependents • 6 total dependents

This module implements a dockable toolbar. It is in the same spirit as the "short-cut" toolbars found in most major applications, such as most web browsers and text editors (where you find the "back" or "save" and other shortcut buttons). Buttons of ...

ASB/Tk-ToolBar-0.12 - 27 Feb 2015 23:06:03 UTC - Search in distribution

Class::Agreement - add contracts to your Perl classes easily River stage zero No dependents

Class::Agreement is an implementation of behavioral contracts for Perl5. This module allows you to easily add pre- and postconditions to new or existing Perl classes. This module provides contracts such as dependent contracts, contracts for higher-or...

IAN/Class-Agreement-0.02 - 13 Dec 2005 04:30:33 UTC - Search in distribution

Test::Warn - Perl extension to test methods for warnings River stage four • 364 direct dependents • 5401 total dependents

A good style of Perl programming calls for a lot of diverse regression tests. This module provides a few convenience methods for testing warning based-code. If you are not already familiar with the Test::More manpage now would be the time to go take ...

BIGJ/Test-Warn-0.37 - 13 Aug 2022 09:21:01 UTC - Search in distribution

Curses::UI::Grid - Create and manipulate data in grid model River stage one • 1 direct dependent • 1 total dependent

Curses::UI::Grid is a widget that can be used to browsing or manipulate data in grid model See exampes/grid-demo.pl in the distribution for a short demo....

ADRIANWIT/Curses-UI-Grid-0.15 - 09 Jun 2008 21:02:25 UTC - Search in distribution

SOOT::Examples::Math - SOOT Examples for Math River stage one • 2 direct dependents • 2 total dependents

This is a listing of all SOOT examples for Math....

SMUELLER/SOOT-0.17 - 25 Dec 2011 15:11:01 UTC - Search in distribution
59 results (0.041 seconds)