]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - t/lib/indirect/Test3.pm
In string-like envs, take the position to the beginning of the string
[perl/modules/indirect.git] / t / lib / indirect / Test3.pm
diff --git a/t/lib/indirect/Test3.pm b/t/lib/indirect/Test3.pm
new file mode 100644 (file)
index 0000000..5252be3
--- /dev/null
@@ -0,0 +1,8 @@
+no indirect ":fatal";
+my $x;
+if ($x) {
+my $y = qq{abcdef
+ @{[new $x]}
+ };
+}
+1;