unicode chars working, but german special chars giving errors
[dbsrgits/DBIx-Class-Fixtures.git] / t / var / fixtures / _config_set
1 $VAR1 = {
2           'sets' => [
3                       {
4                         'class' => 'CD',
5                         'quantity' => 'all'
6                       }
7                     ],
8           'might_have' => {
9                             'fetch' => 0
10                           },
11           'has_many' => {
12                           'fetch' => 0
13                         },
14           'belongs_to' => {
15                             'fetch' => 1
16                           }
17         };