use
Moose;
format_string
=>
"webhook call to %s timed out"
,
attributes
=> [
qw/ url /
],
},
'Log::Message::Structured'
;
no
Moose;
__PACKAGE__->meta->make_immutable;
1;
use
Moose;
format_string
=>
"webhook call to %s timed out"
,
attributes
=> [
qw/ url /
],
},
'Log::Message::Structured'
;
no
Moose;
__PACKAGE__->meta->make_immutable;
1;