]> git.vpit.fr Git - perl/modules/indirect.git/blob - t/testcases/babycart_in_heredoc.pl
Test indirect calls in babycart in heredocs
[perl/modules/indirect.git] / t / testcases / babycart_in_heredoc.pl
1 no indirect hook => sub { exit("$_[0] $_[1]" eq "X new" ? 0 : 1) };
2 <<"FOO";
3 abc @{[ new X ]} def
4 FOO
5 BEGIN { exit 2 }