NAME

Test::Proto::ArrayRef - Prototype with methods for arrayrefs

SYNOPSIS

use Test::Proto::ArrayRef;
my $pAr = Test::Proto::ArrayRef->new();
$pAr->in_groups_of(2, [['a','b'],['c','d']]);
$pAr->ok([qw(a b c d)]);

Use this class for validating arrays, arrayrefs and lists. If you have arrays or lists, you must put them in a reference first.

METHODS

All methods are provided by Test::Proto::Base or Test::Proto::Role::ArrayRef.

OTHER INFORMATION

For author, version, bug reports, support, etc, please see Test::Proto.