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