The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/env perl -w
use strict;
use warnings;

BEGIN { require "test.pl"; }

plan skip_all => "Test Test::More compatible plan skip_all => \$foo";