1#!perl
2# for the use of t/porting/bench.pl.
3#
4# A file to load which has an invalid hash key
5
6
7[ 
8    'foo::bar' => {
9        desc    => 'my $x = "abc"',
10        setup   => '',
11        code    => 'my $x = "abc"',
12        blah    => 1,
13    },
14];
15
16