This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove the $ENV{PERL_CORE} boilerplate from B's tests.
[perl5.git] / t / run / switch0.t
1 #!./perl -0
2 print "1..1\n";
3 print ord $/ == 0 ? "ok 1\n" : "not ok 1\n";