From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678910111213 #!perl# for the use of t/porting/bench.pl.## A file to load which has an invalid test name[ '1=' => { desc => 'my $x = "abc"', setup => '', code => 'my $x = "abc"', },];
#!perl
# for the use of t/porting/bench.pl.
#
# A file to load which has an invalid test name
[
'1='
=> {
desc
=>
'my $x = "abc"'
,
setup
''
code
},
];