line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package HTML::FormHandler::Page::Simple; |
2
|
|
|
|
|
|
|
# ABSTRACT: used by Wizard |
3
|
|
|
|
|
|
|
$HTML::FormHandler::Page::Simple::VERSION = '0.40067'; |
4
|
1
|
|
|
1
|
|
719
|
use Moose; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
7
|
|
5
|
|
|
|
|
|
|
extends 'HTML::FormHandler::Page'; |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
1; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
__END__ |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=pod |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=encoding UTF-8 |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=head1 NAME |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
HTML::FormHandler::Page::Simple - used by Wizard |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=head1 VERSION |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
version 0.40067 |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=head1 AUTHOR |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
FormHandler Contributors - see HTML::FormHandler |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
This software is copyright (c) 2016 by Gerda Shank. |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
32
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
=cut |