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

Test::CallFlow::ArgCheck::Equals

SYNOPSIS

Checks for argument equality.

If test is undefined, arguments must be as well.

FUNCTIONS

check

  die "Inequal" unless defined
    my $equality =
      Test::CallFlow::ArgCheck::Equals
        ->new( test => 'man' )
          ->check( 1, [ 'child', 'woman' ] );