The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
$VAR1 = {
          'has_many' => {
                          'fetch' => 0
                        },
          'belongs_to' => {
                            'fetch' => 1
                          },
          'might_have' => {
                            'fetch' => 0
                          },
          'sets' => [
                      {
                        'class' => 'CD',
                        'ids' => [
                                   '5'
                                 ]
                      }
                    ],
          'rules' => {
                       'Artist' => {
                                     'has_many' => {
                                                     'fetch' => 1
                                                   }
                                   }
                     }
        };