AnyEvent-UserAgent

 view release on metacpan or  search on metacpan

t/91-pod-coverage.t  view on Meta::CPAN

#!/usr/bin/env perl

use strict;
use warnings;

use Test::More;


plan skip_all => 'Set RELEASE_TESTING to enable this test (developer only)'
	unless $ENV{RELEASE_TESTING};
plan skip_all => 'Test::Pod::Coverage 1.04 required for this test'
	unless eval('use Test::Pod::Coverage 1.04; 1');
plan skip_all => 'Pod::Coverage 0.18 required for this test'
	unless eval('use Pod::Coverage 0.18; 1');

all_pod_coverage_ok({ trustme => [qr/^(handle_params|keepalive|on_body|on_header|on_prepare|persistent|proxy|session|tcp_connect|timeout|tls_ctx|want_body_handle)$/] });


done_testing;



( run in 0.659 second using v1.01-cache-2.11-cpan-df04353d9ac )