xref: /openbsd-src/gnu/usr.bin/perl/t/test_pl/plan_skip_all.t (revision f2a19305cfc49ea4d1a5feb55cd6c283c6f1e031)
1#!/usr/bin/env perl -w
2use strict;
3use warnings;
4
5BEGIN {
6    chdir 't' if -d 't';
7    push @INC, ".";
8    require 'test.pl';
9}
10
11plan skip_all => "Test Test::More compatible plan skip_all => \$foo";
12