1HTML::FormFu::MultiFormU(s3e)r Contributed Perl DocumentaHtTiMoLn::FormFu::MultiForm(3)
2
3
4
6 HTML::FormFu::MultiForm - Handle multi-page/stage forms with FormFu
7
9 version 1.03
10
12 For now, see test files in Catalyst::Controller::HTML::FormFu for
13 examples.
14
16 · Carl Franks <cpan@fireartist.com>
17
18 · Nigel Metheringham <nigelm@cpan.org>
19
20 · Dean Hamstead <dean@bytefoundry.com.au>
21
23 This software is copyright (c) 2013-2017 by Carl Franks / Nigel
24 Metheringham / Dean Hamstead.
25
26 This is free software; you can redistribute it and/or modify it under
27 the same terms as the Perl 5 programming language system itself.
28
30 Perldoc
31 You can find documentation for this module with the perldoc command.
32
33 perldoc HTML::FormFu::MultiForm
34
35 Websites
36 The following websites have more information about this module, and may
37 be of help to you. As always, in addition to those websites please use
38 your favorite search engine to discover more resources.
39
40 · MetaCPAN
41
42 A modern, open-source CPAN search engine, useful to view POD in
43 HTML format.
44
45 <http://metacpan.org/release/HTML-FormFu-MultiForm>
46
47 · Search CPAN
48
49 The default CPAN search engine, useful to view POD in HTML format.
50
51 <http://search.cpan.org/dist/HTML-FormFu-MultiForm>
52
53 · RT: CPAN's Bug Tracker
54
55 The RT ( Request Tracker ) website is the default bug/issue
56 tracking system for CPAN.
57
58 <https://rt.cpan.org/Public/Dist/Display.html?Name=HTML-FormFu-MultiForm>
59
60 · AnnoCPAN
61
62 The AnnoCPAN is a website that allows community annotations of Perl
63 module documentation.
64
65 <http://annocpan.org/dist/HTML-FormFu-MultiForm>
66
67 · CPAN Ratings
68
69 The CPAN Ratings is a website that allows community ratings and
70 reviews of Perl modules.
71
72 <http://cpanratings.perl.org/d/HTML-FormFu-MultiForm>
73
74 · CPAN Forum
75
76 The CPAN Forum is a web forum for discussing Perl modules.
77
78 <http://cpanforum.com/dist/HTML-FormFu-MultiForm>
79
80 · CPANTS
81
82 The CPANTS is a website that analyzes the Kwalitee ( code metrics )
83 of a distribution.
84
85 <http://cpants.cpanauthors.org/dist/HTML-FormFu-MultiForm>
86
87 · CPAN Testers
88
89 The CPAN Testers is a network of smokers who run automated tests on
90 uploaded CPAN distributions.
91
92 <http://www.cpantesters.org/distro/H/HTML-FormFu-MultiForm>
93
94 · CPAN Testers Matrix
95
96 The CPAN Testers Matrix is a website that provides a visual
97 overview of the test results for a distribution on various
98 Perls/platforms.
99
100 <http://matrix.cpantesters.org/?dist=HTML-FormFu-MultiForm>
101
102 · CPAN Testers Dependencies
103
104 The CPAN Testers Dependencies is a website that shows a chart of
105 the test results of all dependencies for a distribution.
106
107 <http://deps.cpantesters.org/?module=HTML::FormFu::MultiForm>
108
109 Bugs / Feature Requests
110 Please report any bugs or feature requests by email to
111 "bug-html-formfu-multiform at rt.cpan.org", or through the web
112 interface at
113 <https://rt.cpan.org/Public/Bug/Report.html?Queue=HTML-FormFu-MultiForm>.
114 You will be automatically notified of any progress on the request by
115 the system.
116
117 Source Code
118 The code is open to the world, and available for you to hack on. Please
119 feel free to browse it and play with it, or whatever. If you want to
120 contribute patches, please send me a diff or prod me to pull from your
121 repository :)
122
123 <https://github.com/FormFu/HTML-FormFu-MultiForm>
124
125 git clone https://github.com/FormFu/HTML-FormFu-MultiForm.git
126
128 fireartist <fireartist@gmail.com>
129
130
131
132perl v5.28.0 2017-07-25 HTML::FormFu::MultiForm(3)