This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Customisations for Digest-SHA tests
[perl5.git] / t / test_pl / plan_skip_all.t
1 #!/usr/bin/env perl -w
2 use strict;
3 use warnings;
4
5 BEGIN { require "test.pl"; }
6
7 plan skip_all => "Test Test::More compatible plan skip_all => \$foo";