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
1 #!./perl
2
3 BEGIN {
4     chdir '..' unless -d 't';
5     unshift @INC, 'lib';
6 }
7
8 use strict;
9 require 't/test.pl';
10
11 my $result = runperl(switches => ['-f', '-Ilib'], 
12                      progfile => 'Porting/pod_rules.pl',
13                      args     => ['--tap'],
14                      nolib    => 1,
15                      );
16
17 print $result;