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

Search results for "WOLFSAGE"

Test::Deep - Extremely flexible deep comparison River stage five • 943 direct dependents • 13145 total dependents

If you don't know anything about automated testing in Perl then you should probably read about Test::Simple and Test::More before preceding. Test::Deep uses the Test::Builder framework. Test::Deep gives you very flexible ways to check that the result...

RJBS/Test-Deep-1.204 - 07 Jan 2023 23:02:26 UTC - Search in distribution

JSON::Any - (DEPRECATED) Wrapper Class for the various JSON classes River stage three • 86 direct dependents • 246 total dependents

This module tries to provide a coherent API to bring together the various JSON modules currently on CPAN. This module will allow you to code to any JSON API and have it work regardless of which JSON module is actually installed. use JSON::Any; my $j ...

ETHER/JSON-Any-1.40 - 09 Sep 2023 21:59:50 UTC - Search in distribution

perlgov - Perl Rules of Governance River stage five • 11292 direct dependents • 32664 total dependents

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

HTTP::Tiny - A small, simple, correct HTTP/1.1 client River stage four • 404 direct dependents • 3271 total dependents

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 is more correct and more complete than HTTP::Lite. It supports proxies and redirection. It also correctly resu...

DAGOLDEN/HTTP-Tiny-0.088 - 11 Jul 2023 12:54:02 UTC - Search in distribution

Email::MIME - easy MIME message handling River stage three • 66 direct dependents • 140 total dependents

This is an extension of the Email::Simple module, to handle MIME encoded messages. It takes a message as a string, splits it up into its constituent parts, and allows you access to various parts of the message. Headers are decoded from MIME encoding....

RJBS/Email-MIME-1.954 - 02 May 2024 21:13:55 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

rndc.pl - Example rndc script for communicating with BIND. River stage zero No dependents

This example script shows usage of Net::DNS. It requires the rndc key for communicating with BIND, the hostname of the BIND to communicate with, and the command in question. On success it outputs the response from BIND, otherwise an error prefixed wi...

WOLFSAGE/Net-RNDC-0.003 - 08 Jan 2013 17:24:40 UTC - Search in distribution

JMAP::Tester - a JMAP client made for testing JMAP servers River stage one • 1 direct dependent • 1 total dependent

RJBS/JMAP-Tester-0.103 - 12 Jan 2023 02:24:30 UTC - Search in distribution

Test::S - Change test settings on the command line River stage two • 2 direct dependents • 10 total dependents

Test::S is a shortened interface to the functionality provided by Test::Settings for use on the command line to modify the environment on the fly. This should not be used in modules! It will not behave! This allows one to enable or disable certain ty...

WOLFSAGE/Test-Settings-0.003 - 19 Apr 2013 18:13:15 UTC - Search in distribution
  • Test::Settings - Ask or tell when certain types of tests should be run

Test::Routine - composable units of assertion River stage two • 27 direct dependents • 43 total dependents

Test::Routine is a very simple framework for writing your tests as composable units of assertion. In other words: roles. For a walkthrough of tests written with Test::Routine, see Test::Routine::Manual::Demo. Test::Routine is similar to Test::Class i...

RJBS/Test-Routine-0.031 - 12 Apr 2023 01:39:08 UTC - Search in distribution

Test::Is - Skip test in a declarative way, following the Lancaster Consensus River stage two • 6 direct dependents • 12 total dependents

This module is a simple way of following the specifications of the environment <https://github.com/Perl-Toolchain-Gang/toolchain-site/blob/master/lanca ster-consensus.md#environment-variables-for-testing-contexts> variables available for Perl tests a...

DOLMEN/Test-Is-20140823.1 - 23 Aug 2014 09:33:13 UTC - Search in distribution

DateTime::TimeZone - Time zone object base class and factory River stage four • 91 direct dependents • 3701 total dependents

This class is the base class for all time zone objects. A time zone is represented internally as a set of observances, each of which describes the offset from GMT for a given time period. Note that without the DateTime module, this module does not do...

DROLSKY/DateTime-TimeZone-2.62 - 02 Feb 2024 02:17:46 UTC - Search in distribution

Test::Consul - Run a Consul server for testing River stage one • 4 direct dependents • 4 total dependents

This module starts and stops a standalone Consul instance. It's designed to be used to help test Consul-aware Perl programs. It's assumed that you have Consul 0.6.4 installed somewhere....

ROBN/Test-Consul-0.017 - 17 Jul 2023 21:52:58 UTC - Search in distribution

Memcached::libmemcached - Thin fast full interface to the libmemcached client API River stage one • 4 direct dependents • 4 total dependents

Memcached::libmemcached is a very thin, highly efficient, wrapper around the libmemcached library. It's implemented almost entirely in C. It gives full access to the rich functionality offered by libmemcached. libmemcached is fast, light on memory us...

SEANBURKE/Memcached-libmemcached-1.001801 - 26 May 2015 18:14:44 UTC - Search in distribution

Role::Subsystem - a parameterized role for object subsystems, helpers, and delegates River stage zero No dependents

Role::Subsystem is a parameterized role. It's meant to simplify creating classes that encapsulate specific parts of the business logic related to parent classes. As in the synopsis below, it can be used to write "helpers." The subsystems it creates m...

RJBS/Role-Subsystem-0.101342 - 31 Dec 2022 20:47:26 UTC - Search in distribution

DBIx::Locker - locks for db resources that might not be totally insane River stage zero No dependents

...and a warning. DBIx::Locker was written to replace some lousy database resource locking code. The code would establish a MySQL lock with "GET_LOCK" to lock arbitrary resources. Unfortunately, the code would also silently reconnect in case of datab...

RJBS/DBIx-Locker-1.103 - 01 Jan 2023 02:28:16 UTC - Search in distribution

JSON::Typist - replace mushy strings and numbers with rigidly typed replacements River stage one • 2 direct dependents • 3 total dependents

RJBS/JSON-Typist-0.008 - 31 Dec 2022 19:12:13 UTC - Search in distribution

Devel::Quick - Write single-step debugger one-liners easily (DB::DB) River stage zero No dependents

This module allows you to write simple on-the-fly "DB::DB" line debuggers easily. It injects the following code around the code passed to its import method and eval's it in: package DB; use strict; use warnings; $DB::single = 1; sub DB { # Get who ca...

WOLFSAGE/Devel-Quick-0.08 - 25 Jun 2014 17:19:03 UTC - Search in distribution

Exception::Reporter - a generic exception-reporting object River stage one • 2 direct dependents • 2 total dependents

RJBS/Exception-Reporter-0.015 - 22 Oct 2022 21:00:14 UTC - Search in distribution

Test::DescribeMe - Tell test runners what kind of test you are River stage one • 6 direct dependents • 9 total dependents

Sometimes you want to run (or not run) tests under certain conditions. This module provides a way to identify what kind of test a test is and will skip the test if the matching conditions aren't met. See "BACKGROUND" below for a longer description. U...

WOLFSAGE/Test-DescribeMe-0.004 - 19 Apr 2013 18:13:27 UTC - Search in distribution
33 results (0.028 seconds)