This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make reg_eval_scope.t TODOs consistently fail
[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;
9
10my $dotslash = $^O eq "MSWin32" ? ".\\" : "./";
5733ee18 11system("${dotslash}perl -f -Ilib -I../lib pod/buildtoc --build-toc -q --test --build-all");