File Coverage

blib/lib/SparkX/Form/BasicValidators.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package SparkX::Form::BasicValidators;
2             our $VERSION = '0.2102';
3              
4              
5             # ABSTRACT: A selection of validators to make writing custom fields easier.
6              
7 1     1   1415 use warnings;
  1         2  
  1         68  
8 1     1   6 use strict;
  1         1  
  1         33  
9              
10             1;
11              
12              
13              
14             =pod
15              
16             =head1 NAME
17              
18             SparkX::Form::BasicValidators - A selection of validators to make writing custom fields easier.
19              
20             =head1 VERSION
21              
22             version 0.2102
23              
24             =head1 SEE ALSO
25              
26             =over 4
27              
28             =item L<Spark::Form> - The forms module that started it all
29              
30             =item L<Spark::Form::Manual> - Walk-through
31              
32             =back
33              
34              
35              
36             =head1 AUTHOR
37              
38             James Laver L<http://jameslaver.com>
39              
40             =head1 COPYRIGHT AND LICENSE
41              
42             This software is copyright (c) 2009 by James Laver C<< <sprintf qw(%s@%s.%s cpan jameslaver com)> >>.
43              
44             This is free software; you can redistribute it and/or modify it under
45             the same terms as the Perl 5 programming language system itself.
46              
47             =cut
48              
49              
50              
51             __END__
52