Group
Extension

Matches 1

Email-MIME-Kit-Assembler-Markdown ( R/RJ/RJBS/Email-MIME-Kit-Assembler-Markdown-0.100009.tar.gz, RJBS, 2023; MetaCPAN )
Email-MIME-Kit-Assembler-Markdown/lib/Email/MIME/Kit/Assembler/Markdown.pm ( view source; MetaCPAN )
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

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.