]> git.vpit.fr Git - perl/modules/indirect.git/blob - t/lib/indirect/Test4.pm
In string-like envs, take the position to the beginning of the string
[perl/modules/indirect.git] / t / lib / indirect / Test4.pm
1 no indirect ":fatal";
2 my $x;
3 if ($x) {
4 my $y = qq{abcdef
5         @{[$x
6  ->new]}
7  };
8 }
9 1;