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

Search results for "EXODIST"

T2 - Import Test2::Tools::* in a box. River stage zero No dependents

See T for documentation....

EXODIST/T-0.001 - 20 Oct 2016 16:58:12 UTC - Search in distribution
  • T - Encapsulate testing tools instead of cluttering your namespace.
  • T2::B - Import Test2::Bundle::* in a box.
  • T2::P - Import Test2::Plugin::* in a box.

H - Method wrappers for hash construction. River stage zero No dependents

It is nice to make hashes like this: { foo => $thing1->foo(), bar => $thing2->bar(), } Note that our hash keys and method names match, this is a common situation. There are many pitfalls, "$thing1->foo()" may return a scalar, an empty list, an uneven...

EXODIST/H-0.001 - 15 Mar 2018 06:06:50 UTC - Search in distribution

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

Test::More - yet another framework for writing test scripts River stage five • 22891 direct dependents • 32646 total dependents

STOP! If you're just getting started writing tests, have a look at Test2::Suite first. This is a drop in replacement for Test::Simple which you can switch to once you get the hang of basic testing. The purpose of this module is to provide a wide rang...

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC - Search in distribution

Test::Stream - **DEPRECATED** See Test2-Suite instead River stage one • 1 direct dependent • 1 total dependent

This is the primary interface for loading Test::Stream based tools. This module is responsible for loading bundles and plugins for the tools you want. By default you are required to specify at least 1 plugin or bundle to load. You can subclass Test::...

EXODIST/Test-Stream-1.302027 - 05 Feb 2016 23:42:10 UTC - Search in distribution

Data::Printer - colored & full-featured pretty print of Perl data structures and objects River stage three • 167 direct dependents • 251 total dependents

The ever-popular Data::Dumper is a fantastic tool, meant to stringify data structures in a way they are suitable for being "eval"'ed back in. The thing is, a lot of people keep using it (and similar ones, like Data::Dump) to print data structures and...

GARU/Data-Printer-1.002001 - 22 Jan 2024 03:32:20 UTC - Search in distribution

Test2::MojoX - Testing Mojo River stage one • 1 direct dependent • 1 total dependent

Test2::MojoX is a test user agent based on Mojo::UserAgent, it is usually used together with Test2::Suite to test Mojolicious applications. Just run your tests with prove or yath. $ yath -l -v $ yath -l -v t/foo.t This package is fork of Test::Mojo. ...

ELCAMLOST/Test2-MojoX-0.07 - 14 Aug 2021 19:38:14 UTC - Search in distribution

yath - Primary Command Line Interface (CLI) for Test2::Harness River stage two • 12 direct dependents • 16 total dependents

This is the primary command line interface for App::Yath/Test2::Harness. Yath is essentially a shell around the components of Test2::Harness. For usage instructions and examples, see App::Yath....

EXODIST/Test2-Harness-1.000155 - 03 Oct 2023 15:58:08 UTC - Search in distribution

Importer - Alternative but compatible interface to modules that export symbols. River stage four • 8 direct dependents • 6235 total dependents

This module acts as a layer between Exporter and modules which consume exports. It is feature-compatible with Exporter, plus some much needed extras. You can use this to import symbols from any exporter that follows Exporters specification. The expor...

EXODIST/Importer-0.026 - 16 Aug 2020 21:26:25 UTC - Search in distribution

Test::Mocha - Test double framework with method stubs and behaviour verification River stage one • 1 direct dependent • 1 total dependent

Test::Mocha is a test double framework inspired by Java's Mockito. It offers a different approach to other mocking frameworks in that instead of setting up the expected behaviour beforehand you ask questions about interactions after execution of the ...

STEVENL/Test-Mocha-0.67 - 05 Feb 2019 22:00:12 UTC - Search in distribution

Trace::Mask - Standard for masking frames in stack traces. River stage zero No dependents

This is a specification packages can follow to define behaviors stack tracers may choose to honor. If a module implements this specification than any compliant stack tracer will render the stack trace as desired. Implementing the spec will have no ef...

EXODIST/Trace-Mask-0.000008 - 16 Jun 2016 14:37:41 UTC - Search in distribution

Atomic::Pipe - Send atomic messages from multiple writers across a POSIX pipe. River stage zero No dependents

Normally if you write to a pipe from multiple processes/threads, the messages will come mixed together unpredictably. Some messages may be interrupted by parts of messages from other writers. This module takes advantage of some POSIX specifications t...

EXODIST/Atomic-Pipe-0.022 - 10 Apr 2024 20:26:27 UTC - Search in distribution

Test2::Mock - Module for managing mocked classes and instances. River stage four • 727 direct dependents • 6230 total dependents

This module lets you add and override methods for any package temporarily. When the instance is destroyed it will restore the package to its original state....

EXODIST/Test2-Suite-0.000162 - 25 Apr 2024 14:00:32 UTC - Search in distribution

Import::Box - Box up imports into an object or unified function. River stage zero No dependents

This package lets you box up imported functions in either a unified function, or an object. This allows you access to functions you would normally import, but now you can do so without cluttering your namespace. This module can be helpful in situatio...

EXODIST/Import-Box-0.001 - 20 Oct 2016 16:16:25 UTC - Search in distribution

Test2::Tools::EventDumper - *DEPRECATED* Tool for dumping Test2::Event structures. River stage zero No dependents

This tool allows you to dump Test2::Event instances (including subclasses). The dump format is the Test2::Tools::Compare event DSL. There are many configuration options available to tweak the output to meet your needs....

EXODIST/Test2-Tools-EventDumper-0.000013 - 26 Jul 2021 19:09:33 UTC - Search in distribution

Object::HashBase - Build hash based classes. River stage zero No dependents

This package is used to generate classes based on hashrefs. Using this class will give you a "new()" method, as well as generating accessors you request. Generated accessors will be getters, "set_ACCESSOR" setters will also be generated for you. You ...

EXODIST/Object-HashBase-0.013 - 22 Mar 2024 00:42:29 UTC - Search in distribution

DBIx::QuickDB::Pool - Define a pool of databases to clone on demand. River stage zero No dependents

This library lets you define a pool of databases to clone on demand. This lets you incrementally build databases starting with a driver. Each database you build can either be based of a previous one, or started from scratch. This tool lets you buid m...

EXODIST/DBIx-QuickDB-0.000028 - 25 Apr 2024 12:01:40 UTC - Search in distribution

Term::Table - Format a header and rows into a table River stage four • 3 direct dependents • 6231 total dependents

This is used by some failing tests to provide diagnostics about what has gone wrong. This module is able to format rows of data into tables....

EXODIST/Term-Table-0.018 - 23 Oct 2023 04:56:28 UTC - Search in distribution

Test2::Plugin::Cover - Fast and Minimal file coverage info. River stage zero No dependents

This plugin will collect minimal file coverage info, and will do so with minimal performance impact. Every time a subroutine is called this tool will do its best to find the filename the subroutine was defined in, and add it to a list. Also, anytime ...

EXODIST/Test2-Plugin-Cover-0.000027 - 04 Nov 2021 21:18:33 UTC - Search in distribution

Acme::CPANModules::Import::CPANRatings::User::stevenharyanto - List of modules mentioned by CPANRatings user stevenharyanto River stage one • 1 direct dependent • 1 total dependent

This list is generated by scraping CPANRatings (cpanratings.perl.org) user page. This list is generated by scraping CPANRatings (cpanratings.perl.org) user page....

PERLANCAR/Acme-CPANModules-Import-CPANRatings-User-stevenharyanto-0.002 - 23 Feb 2024 01:41:05 UTC - Search in distribution
47 results (0.075 seconds)