12345678910111213141516 use Sereal::Encoder qw(SRL_SNAPPY);{ modules => [qw(Sereal)], modules_init => { Sereal => { encoder => { sort_keys => 1, compress => SRL_SNAPPY, }, decoder => { incremental => 1, }, }, },}
use
Sereal::Encoder
qw(SRL_SNAPPY)
;
{
modules
=> [
qw(Sereal)
],
modules_init
=> {
Sereal
encoder
sort_keys
=> 1,
compress
=> SRL_SNAPPY,
},
decoder
incremental
}