The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Chloro::Manual;

# ABSTRACT: Learn how to use Chloro

__END__

=pod

=encoding UTF-8

=head1 NAME

Chloro::Manual - Learn how to use Chloro

=head1 VERSION

version 0.07

=head1 MANUAL DOCUMENTS

The manual consists of a few documents:

=over 4

=item * L<Chloro::Manual::Intro>

The basics of Chloro. Learn how to define a form with basic fields, how to
process user input, and how to work with a resultset.

=item * L<Chloro::Manual::Groups>

Repeatable groups in Chloro.

=back

=head1 SUPPORT

Bugs may be submitted at L<http://rt.cpan.org/Public/Dist/Display.html?Name=Chloro> or via email to L<bug-chloro@rt.cpan.org|mailto:bug-chloro@rt.cpan.org>.

I am also usually active on IRC as 'autarch' on C<irc://irc.perl.org>.

=head1 SOURCE

The source code repository for Chloro can be found at L<https://github.com/autarch/Chloro>.

=head1 AUTHOR

Dave Rolsky <autarch@urth.org>

=head1 COPYRIGHT AND LICENSE

This software is Copyright (c) 2017 by Dave Rolsky.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)

The full text of the license can be found in the
F<LICENSE> file included with this distribution.

=cut