unicode chars working, but german special chars giving errors
[dbsrgits/DBIx-Class-Fixtures.git] / t / var / fixtures / multi / date.json / track / 9.fix
1 $HASH1 = {
2            cd      => 3,
3            last_updated_on
4                    => {
5                         days     => -10,
6                         end_of_month
7                                  => 'wrap',
8                         minutes  => 0,
9                         months   => 0,
10                         nanoseconds
11                                  => 0,
12                         seconds  => 0
13                       },
14            position
15                    => 3,
16            title   => 'Fowlin',
17            trackid => 9
18          };
19 bless( $HASH1->{last_updated_on}, 'DateTime::Duration' );