summaryrefslogtreecommitdiff
path: root/t/run/switch0.t
blob: 94d5bd2df7abe92813ed6d547d62ab0a84e8decd (plain)
1
2
3
4
5
6
7
8
9
10
11
#!./perl -0

BEGIN {
    chdir 't' if -d 't';
    @INC = '../lib';
    require './test.pl';
}

plan tests => 1;

is(ord $/, 0, '$/ set to 0 via switch');