line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package HTML::FormHandler::Base; |
2
|
|
|
|
|
|
|
# ABSTRACT: stub |
3
|
|
|
|
|
|
|
$HTML::FormHandler::Base::VERSION = '0.40068'; |
4
|
143
|
|
|
143
|
|
128773
|
use Moose; |
|
143
|
|
|
|
|
430
|
|
|
143
|
|
|
|
|
1243
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
with 'HTML::FormHandler::Widget::Form::Simple'; |
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
# here to make it possible to combine the Blocks role with a role |
9
|
|
|
|
|
|
|
# setting the render_list without an 'excludes' |
10
|
|
|
|
0
|
0
|
|
sub has_render_list { } |
11
|
50
|
|
|
50
|
0
|
1617
|
sub build_render_list {[]} |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
__PACKAGE__->meta->make_immutable; |
14
|
143
|
|
|
143
|
|
1023449
|
use namespace::autoclean; |
|
143
|
|
|
|
|
432
|
|
|
143
|
|
|
|
|
1483
|
|
15
|
|
|
|
|
|
|
1; |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
__END__ |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=pod |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
=encoding UTF-8 |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=head1 NAME |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
HTML::FormHandler::Base - stub |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=head1 VERSION |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
version 0.40068 |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=head1 AUTHOR |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
FormHandler Contributors - see HTML::FormHandler |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
This software is copyright (c) 2017 by Gerda Shank. |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
40
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
=cut |