This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
tweak perlhack and update known POD issues
[perl5.git] / t / porting / buildtoc.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
CB
11my $result = runperl(switches => ['-f', '-Ilib'],
12 progfile => 'pod/buildtoc',
13 args => ['--build-toc', '-q', '--test', '--build-all']);
14
15print $result;