NAME
TB2::Types - Mouse types used by Test::Builder2
SYNOPSIS
use TB2::Types;
DESCRIPTION
This defines custom Mouse types used by Test::Builder2.
Types
Test::Buidler2::Positive_Int
An integer greater than or equal to zero.
TB2::Positive_NonZero_Int
An integer greater than zero.
TB2::LC_AlphaNumUs_Str
A lowercase string containing only alphanumerics & underscores.
TB2::LoadableClass
A class name. It will be loaded.