This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In buildtoc, only have entries in %Build for targets being built.
[perl5.git] / t / porting / buildtoc.t
1 #!./perl
2
3 BEGIN {
4     chdir '..' unless -d 't';
5     unshift @INC, 'lib';
6 }
7
8 use strict;
9
10 my $dotslash = $^O eq "MSWin32" ? ".\\" : "./";
11 system("${dotslash}perl -f -Ilib -I../lib pod/buildtoc --build-toc -q --test");