The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "Test2::Tools::Type"

Test2::Tools::Type - Tools for checking data types River stage zero No dependents

DCANTRELL/Scalar-Type-1.0.1 - 22 Apr 2024 19:53:36 UTC - Search in distribution

Test2::API - Primary interface for writing Test2 based testing tools. River stage five • 23243 direct dependents • 33164 total dependents

This package exports all the functions necessary to write and/or verify testing tools. Using these building blocks you can begin writing test tools very quickly. You are also provided with tools that help you to test the tools you write....

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

Test2::V0 - 0Th edition of the Test2 recommended bundle. River stage four • 921 direct dependents • 6519 total dependents

This is the big-daddy bundle. This bundle includes nearly every tool, and several plugins, that the Test2 author uses. This bundle is used extensively to test Test2::Suite itself....

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

Mail::Bulkmail - Platform independent mailing list module River stage zero No dependents

Mail::Bulkmail gives a fairly complete set of tools for managing mass-mailing lists. I initially wrote it because the tools I was using at the time were just too damn slow for mailing out to thousands of recipients. I keep working on it because it's ...

JIMT/Mail-Bulkmail-3.12 - 22 Dec 2003 22:20:31 UTC - Search in distribution

JSON::Parse - Parse JSON River stage two • 33 direct dependents • 46 total dependents

A module for parsing JSON. (JSON means "JavaScript Object Notation" and it is specified in "RFC 8259".) JSON::Parse offers the function "parse_json", which takes a string containing JSON, and returns an equivalent Perl structure. It also offers valid...

BKB/JSON-Parse-0.62 - 15 Jul 2022 23:26:03 UTC - Search in distribution

Playwright - Perl client for Playwright River stage zero No dependents

Perl interface to a lightweight node.js webserver that proxies commands runnable by Playwright. Checks and automatically installs a copy of the node dependencies in the local folder if needed. Currently understands commands you can send to all the pl...

TEODESIAN/Playwright-1.431 - 30 Apr 2024 20:03:33 UTC - Search in distribution

FFI::Platypus - Write Perl bindings to non-Perl libraries with FFI. No XS required. River stage two • 69 direct dependents • 92 total dependents

Platypus is a library for creating interfaces to machine code libraries written in languages like C, C++, Go, Fortran, Rust, Pascal. Essentially anything that gets compiled into machine code. This implementation uses libffi <https://sourceware.org/li...

PLICEASE/FFI-Platypus-2.08 - 05 May 2023 21:50:13 UTC - Search in distribution

Task::Kensho - A Glimpse at an Enlightened Perl River stage one • 4 direct dependents • 4 total dependents

Task::Kensho is a list of recommended, widely used and best-in-class modules for Enlightened Perl development. CPAN is wonderful, but there are too many wheels and you have to pick and choose amongst the various competing technologies. From <http://e...

ETHER/Task-Kensho-0.41 - 03 Jul 2021 03:40:21 UTC - Search in distribution

doc::pnw2004::a_pbs_slide River stage zero No dependents

NKH/PerlBuildSystem-0.44 - 12 May 2008 18:34:09 UTC - Search in distribution

Release::Checklist - A QA checklist for CPAN releases River stage zero No dependents

HMBRAND/Release-Checklist-0.17 - 29 Apr 2023 13:09:03 UTC - Search in distribution

Overload::FileCheck - override/mock perl file check -X: -e, -f, -d, ... River stage one • 1 direct dependent • 6 total dependents

Overload::FileCheck provides a hook system to mock Perl filechecks OPs With this module you can provide your own pure perl code when performing file checks using one of the -X ops: -e, -f, -z, ... <https://perldoc.perl.org/functions/-X.html> -r File ...

ATOOMIC/Overload-FileCheck-0.013 - 23 Feb 2022 15:37:32 UTC - Search in distribution

Test::Stream::Context - Object to represent a testing context. River stage one • 1 direct dependent • 1 total dependent

The context object is the primary interface for authors of testing tools written with Test::Stream. The context object represents the context in which a test takes place (File and Line Number), and provides a quick way to generate events from that co...

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

Test2::MojoX - Testing Mojo River stage one • 2 direct dependents • 2 total dependents

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

App::Yath::Option - Representation of a yath option. River stage two • 12 direct dependents • 17 total dependents

This class represents a single command line option for yath....

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

Test::BDD::Cucumber::Manual::Tutorial - Quick Start Guide River stage one • 9 direct dependents • 9 total dependents

EHUELS/Test-BDD-Cucumber-0.86 - 11 Aug 2023 23:12:21 UTC - Search in distribution

Task::FFIDev - Task bundle for FFI development River stage zero No dependents

This Task bundle is useful for those doing FFI development with FFI::Platypus. Installing it will give you these modules: Dist::Zilla::MintingProfile::FFI Dist::Zilla minting profile for creating FFI::Platypus bindings. Dist::Zilla::Plugin::FFI Dist:...

PLICEASE/Task-FFIDev-0.02 - 06 Oct 2021 14:28:08 UTC - Search in distribution

Test::Class::Tiny - xUnit in Perl, simplified River stage one • 2 direct dependents • 2 total dependents

Test::Class has served Perl’s xUnit needs for a long time but is incompatible with the Test2 framework. This module allows for a similar workflow but in a way that works with both Test2 and the older, Test::Builder-based modules. POD ERRORS Hey! The ...

FELIPE/Test-Class-Tiny-0.03 - 03 May 2020 15:10:13 UTC - Search in distribution

Test2::Tools::MIDI - test MIDI file contents River stage zero No dependents

This module offers functions that test whether MIDI files (or an in-memory string) contain particular MIDI structures and events. See the MIDI module (among other software and hardware) for means to generate MIDI files. Details of the MIDI protocol m...

JMATES/Test2-Tools-MIDI-0.02 - 13 Apr 2024 00:14:40 UTC - Search in distribution

Test2::Tools::Process - Unit tests for code that calls exit, exec, system or qx() River stage one • 2 direct dependents • 2 total dependents

This set of testing tools is intended for writing unit tests for code that interacts with other processes without using real processes that might have unwanted side effects. It also lets you test code that exits program flow without actually terminat...

PLICEASE/Test2-Tools-Process-0.07 - 29 Dec 2022 01:48:36 UTC - Search in distribution

Alien::Build::Manual::AlienAuthor - Alien author documentation River stage four • 278 direct dependents • 1448 total dependents

Note: Please read the entire document before you get started in writing your own alienfile. The section on dynamic vs. static libraries will likely save you a lot of grief if you read it now! This document is intended to teach Alien authors how to bu...

PLICEASE/Alien-Build-2.80 - 11 May 2023 22:32:47 UTC - Search in distribution
29 results (0.192 seconds)