equal
deleted
inserted
replaced
1 { |
1 { |
2 Dumper => { |
2 Dumper => { |
3 JSONStackwalker => './stackwalker', |
3 JSONStackwalker => './stackwalker', |
4 SymbolsPath => 'breakpad-debug-symbols/*', |
4 SymbolsPath => 'breakpad-debug-symbols/*', |
5 }, |
5 }, |
|
6 # Storage => { |
|
7 # Type => "CrashTest::Storage::FileSystem", |
|
8 # DataDir => 'data/', |
|
9 # }, |
6 Storage => { |
10 Storage => { |
7 Type => "CrashTest::Storage::FileSystem", |
11 Type => "CrashTest::Storage::Sql", |
|
12 DSN => "dbi:SQLite:dbname=data/db.sqlite", |
8 DataDir => 'data/', |
13 DataDir => 'data/', |
9 }, |
14 }, |
10 # Storage => { |
|
11 # Type => "CrashTest::Storage::Sql", |
|
12 # DSN => "dbi:SQLite:dbname=data/db.sqlite", |
|
13 # DataDir => 'data/', |
|
14 # }, |
|
15 DecodeQueue => { |
15 DecodeQueue => { |
16 Type => "CrashTest::Decode::Queue::NoQueue" |
16 Type => "CrashTest::Decode::Queue::NoQueue" |
17 }, |
17 }, |
18 # DecodeQueue => { |
18 # DecodeQueue => { |
19 # Type => "CrashTest::Decode::Queue::Gearman", |
19 # Type => "CrashTest::Decode::Queue::Gearman", |