This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_sv_vcatpvfn_flags: warn on missing %v arg
[perl5.git] / t / run / switch0.t
CommitLineData
800633c3 1#!./perl -0
54138b1d
CK
2
3BEGIN {
4 chdir 't' if -d 't';
5 @INC = '../lib';
6 require './test.pl';
7}
8
9plan tests => 1;
10
11is(ord $/, 0, '$/ set to 0 via switch');