The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package SparkX::Form::BasicPrinters;
our $VERSION = '0.2102';


# ABSTRACT: A selection of basic form printers for printing a C<SparkX::Form>.

1;



=pod

=head1 NAME

SparkX::Form::BasicPrinters - A selection of basic form printers for printing a C<SparkX::Form>.

=head1 VERSION

version 0.2102

=head1 SEE ALSO

=over 4

=item L<SparkX::Form> - The forms module that started it all

=item L<SparkX::Form::Printer> - The interface that printers must fulfil

=item L<SparkX::Form::Printer::List> - A printer that prints a HTML list

=back 



=head1 AUTHOR

  James Laver L<http://jameslaver.com>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2009 by James Laver C<< <sprintf qw(%s@%s.%s cpan jameslaver com)> >>.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut 



__END__