Your IP : 216.73.216.1


Current Path : /usr/share/doc/perl-Test-Perl-Critic/xt/
Upload File :
Current File : //usr/share/doc/perl-Test-Perl-Critic/xt/99_pod_coverage.t

use strict;
use warnings;
use Test::More;

eval 'use Test::Pod::Coverage 1.00';
plan skip_all => 'Test::Pod::Coverage 1.00 requried to test POD' if $@;
my $trustme = { trustme => [ qr{ \A (?: new | violations ) \z }x ] };
all_pod_coverage_ok($trustme);