The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
$expected = {
    'test09.p' => {
                    11 => [ 1 ],
                    12 => [ 1 ],
                    13 => [ 1 ],
                    2 =>  [ 2, {
                                1 => [ 2 ],
                                2 => [ 2 ],
                                3 => [ 2 ],
                               }
                          ],
                    8 =>  [ 3, {
                                1 => [ 3 ],
                               }
                          ],
    }
 };