File Coverage

blib/lib/Spark/Form/Printer.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


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