This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add to known_pod_issues.dat following Test-Harness upgrade
[perl5.git] / t / porting / pod_rules.t
CommitLineData
d89d11bb
TC
1#!./perl
2
3BEGIN {
4 chdir '..' unless -d 't';
5 unshift @INC, 'lib';
6}
7
8use strict;
b8948979 9require 't/test.pl';
d89d11bb 10
b8948979 11my $result = runperl(switches => ['-f', '-Ilib'],
b78c1104 12 progfile => 'Porting/pod_rules.pl',
4fb2ab38
DD
13 args => ['--tap'],
14 nolib => 1,
15 );
b8948979
CB
16
17print $result;