I hereby claim:
- I am timbunce on github.
- I am timbunce (https://keybase.io/timbunce) on keybase.
- I have a public key whose fingerprint is 27B2 2751 AF56 A665 AE9E 93E2 356E FE07 F4AD 7187
To claim this, I am signing this object:
| { | |
| "query": { | |
| "match_all": {} | |
| }, | |
| "filter": { | |
| "and": [ | |
| { | |
| "term": { | |
| "path": "cpanfile" | |
| } |
I hereby claim:
To claim this, I am signing this object:
| Typical usage: | |
| use DBIx::RetryConnection qw(Pg); | |
| or: | |
| use DBIx::RetryConnection Pg => { ... }; # options for Type::Tiny::Retry | |
| DBI->connect('dbi:Pg:...', $user, $pass, { private_dbix_retry_connection_delay_exp => [...] }); |