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

DESCRIPTION

SYNOPSIS

    my $tester = Web::API::Mapper::Test->new( mapper => $m );
    $tester->ok( '/foo/get/id' );
    $tester->is_deeply(  '/foo/get/id' , { data => "John" } , { data => "Johnny walker." } );
    $tester->is( '/foo/get/name' , 'John' );