s ();
#pod =for Pod::Coverage assemble BUILD
#pod
#pod =head1 SYNOPSIS
#pod
#pod In your mkit's (JSON, here) manifest:
#pod
#pod {
#pod "renderer" : "TT",
#pod "assembler": [
#pod "Ma
is => 'ro',
isa => 'Str',
);
has munge_signature => (
is => 'ro',
# XXX Removed because JSON booly objects (and YAML?) aren't consistently
# compatible with Moose's Bool type. -- rjbs, 201
=> 'Bool',
default => 0,
);
has render_wrapper => (
is => 'ro',
# XXX Removed because JSON booly objects (and YAML?) aren't consistently
# compatible with Moose's Bool type. -- rjbs, 201