This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
study_chunk: honour mutate_ok over recursion
[perl5.git] / t / test_pl / plan_skip_all.t
CommitLineData
80654023
TC
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";