The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
package SparkX::Form::BasicValidators;
BEGIN {
  $SparkX::Form::BasicValidators::VERSION = '0.2103'; # TRIAL
}

# ABSTRACT: A selection of validators to make writing custom fields easier.

use warnings;

1;


=pod

=head1 NAME

SparkX::Form::BasicValidators - A selection of validators to make writing custom fields easier.

=head1 VERSION

version 0.2103

=head1 SEE ALSO

=over 4

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

=item L<Spark::Form::Manual> - Walk-through

=back

=head1 AUTHOR

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

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2011 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__