This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
report uninit variable name even in optimized cases
[perl5.git]
/
t
/
test_pl
/
plan_skip_all.t
1
#!/usr/bin/env perl -w
2
use strict;
3
use warnings;
4
5
BEGIN {
6
chdir 't' if -d 't';
7
push @INC, ".";
8
require 'test.pl';
9
}
10
11
plan skip_all => "Test Test::More compatible plan skip_all => \$foo";