summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/t/porting/bench/badhash
blob: 38dd473392f5ea58834b30d2dcdfa43020259567 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!perl
# for the use of t/porting/bench.pl.
#
# A file to load which has an invalid hash key


[ 
    'foo::bar' => {
        desc    => 'my $x = "abc"',
        setup   => '',
        code    => 'my $x = "abc"',
        blah    => 1,
    },
];