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