MOON
Server: Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4
System: Linux vps.panamaemb.org.sg 3.10.0-1160.80.1.vz7.191.4 #1 SMP Thu Dec 15 20:31:06 MSK 2022 x86_64
User: panama (500)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: //installd/perl588installer/CPAN-1.9301/t/52podcover.t
# -*- mode: cperl -*-
use Test::More;
eval "use 5.00504";
plan skip_all => "perl 5.00504 required for this test" if $@;
eval "use Test::Pod::Coverage 0.18"; # 0.15 was misbehaving according to David Cantrell
plan skip_all => "Test::Pod::Coverage 0.18 required for testing pod coverage" if $@;
plan tests => 1;
my $trustme = { trustme => [ qw{
                                all_objects
                                anycwd
                                checklock
                                cleanup
                                delete
                                exists
                                find_perl
                                is_installed
                                is_tested
                                new
                                new
                                readhist
                                reset_tested
                                savehist
                                set_perl5lib
                                shell
                                soft_chdir_with_alternatives
                                suggest_myconfig
                              }]
              };
pod_coverage_ok( "CPAN", $trustme );