summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/t/test_pl/plan_skip_all.t
blob: fddb8f0c66b7f22c33ae788959f9bab46cba8e34 (plain) (blame)
1
2
3
4
5
6
7
#!/usr/bin/env perl -w
use strict;
use warnings;

BEGIN { require "test.pl"; }

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