1#!/usr/bin/env perl -w 2use strict; 3use warnings; 4 5BEGIN { require "test.pl"; } 6 7plan skip_all => "Test Test::More compatible plan skip_all => \$foo"; 8