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

NAME

Test::Builder2::Types - Mouse types used by Test::Builder2

SYNOPSIS

    use Test::Builder2::Types;

DESCRIPTION

This defines custom Mouse types used by Test::Builder2.

Types

Test::Buidler2::Positive_Int

An integer greater than or equal to zero.

Test::Builder2::LoadableClass

A class name. It will be loaded.