Amon2-Plugin-Web-FillInForm

 view release on metacpan or  search on metacpan

lib/Amon2/Plugin/Web/FillInForm.pm  view on Meta::CPAN

    $self->body($output);
    $self->header('Content-Length' => length($output)) if $self->header('Content-Length');
    return $self;
}



1;
__END__

=encoding utf8

=head1 NAME

Amon2::Plugin::Web::FillInForm - HTML::FillInForm with Amon2

=head1 SYNOPSIS

  use Amon2::Plugin::Web::FillInForm;

  package MyApp::Web;



( run in 1.049 second using v1.01-cache-2.11-cpan-49f99fa48dc )