1# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.011.
2Changes
3LICENSE
4MANIFEST
5MANIFEST.SKIP
6META.json
7META.yml
8Makefile.PL
9README
10bin/html_formfu_deploy.pl
11bin/html_formfu_dumpconf.pl
12dist.ini
13examples/unicode/Changes
14examples/unicode/Makefile.PL
15examples/unicode/README
16examples/unicode/database.sql
17examples/unicode/lib/unicode.pm
18examples/unicode/lib/unicode/Controller/Root.pm
19examples/unicode/lib/unicode/Model/DB.pm
20examples/unicode/lib/unicode/Schema.pm
21examples/unicode/lib/unicode/Schema/Unicode.pm
22examples/unicode/lib/unicode/View/TT.pm
23examples/unicode/lib/unicode/View/TT/Alloy.pm
24examples/unicode/root/favicon.ico
25examples/unicode/root/formfu/block
26examples/unicode/root/formfu/checkboxgroup
27examples/unicode/root/formfu/checkboxgroup_tag
28examples/unicode/root/formfu/content_button
29examples/unicode/root/formfu/end_block
30examples/unicode/root/formfu/end_form
31examples/unicode/root/formfu/field
32examples/unicode/root/formfu/form
33examples/unicode/root/formfu/input
34examples/unicode/root/formfu/input_tag
35examples/unicode/root/formfu/label
36examples/unicode/root/formfu/multi
37examples/unicode/root/formfu/non_block
38examples/unicode/root/formfu/recaptcha
39examples/unicode/root/formfu/repeatable
40examples/unicode/root/formfu/select_tag
41examples/unicode/root/formfu/start_block
42examples/unicode/root/formfu/start_form
43examples/unicode/root/formfu/textarea_tag
44examples/unicode/root/forms/index.yml
45examples/unicode/root/forms/view.conf
46examples/unicode/root/forms/view.yml
47examples/unicode/root/index.tt
48examples/unicode/root/static/images/btn_120x50_built.png
49examples/unicode/root/static/images/btn_120x50_built_shadow.png
50examples/unicode/root/static/images/btn_120x50_powered.png
51examples/unicode/root/static/images/btn_120x50_powered_shadow.png
52examples/unicode/root/static/images/btn_88x31_built.png
53examples/unicode/root/static/images/btn_88x31_built_shadow.png
54examples/unicode/root/static/images/btn_88x31_powered.png
55examples/unicode/root/static/images/btn_88x31_powered_shadow.png
56examples/unicode/root/static/images/catalyst_logo.png
57examples/unicode/root/vertically-aligned.css
58examples/unicode/root/view.tt
59examples/unicode/script/unicode_cgi.pl
60examples/unicode/script/unicode_create.pl
61examples/unicode/script/unicode_fastcgi.pl
62examples/unicode/script/unicode_server.pl
63examples/unicode/script/unicode_test.pl
64examples/unicode/t/01app.t
65examples/unicode/t/02pod.t
66examples/unicode/t/03podcoverage.t
67examples/unicode/t/model_DB.t
68examples/unicode/t/view_TT-Alloy.t
69examples/unicode/t/view_TT.t
70examples/unicode/unicode.db
71examples/unicode/unicode.yml
72examples/vertically-aligned-css/test.jpg
73examples/vertically-aligned-css/vertically-aligned-ie.css
74examples/vertically-aligned-css/vertically-aligned.css
75examples/vertically-aligned-css/vertically-aligned.html
76examples/vertically-aligned-css/vertically-aligned.pl
77examples/vertically-aligned-css/vertically-aligned.tt
78examples/vertically-aligned-css/vertically-aligned.yml
79lib/HTML/FormFu.pm
80lib/HTML/FormFu/Attribute.pm
81lib/HTML/FormFu/Constants.pm
82lib/HTML/FormFu/Constraint.pm
83lib/HTML/FormFu/Constraint/ASCII.pm
84lib/HTML/FormFu/Constraint/AllOrNone.pm
85lib/HTML/FormFu/Constraint/AutoSet.pm
86lib/HTML/FormFu/Constraint/Bool.pm
87lib/HTML/FormFu/Constraint/Callback.pm
88lib/HTML/FormFu/Constraint/CallbackOnce.pm
89lib/HTML/FormFu/Constraint/DateTime.pm
90lib/HTML/FormFu/Constraint/DependOn.pm
91lib/HTML/FormFu/Constraint/Email.pm
92lib/HTML/FormFu/Constraint/Equal.pm
93lib/HTML/FormFu/Constraint/File.pm
94lib/HTML/FormFu/Constraint/File/MIME.pm
95lib/HTML/FormFu/Constraint/File/MaxSize.pm
96lib/HTML/FormFu/Constraint/File/MinSize.pm
97lib/HTML/FormFu/Constraint/File/Size.pm
98lib/HTML/FormFu/Constraint/Integer.pm
99lib/HTML/FormFu/Constraint/JSON.pm
100lib/HTML/FormFu/Constraint/Length.pm
101lib/HTML/FormFu/Constraint/MaxLength.pm
102lib/HTML/FormFu/Constraint/MaxRange.pm
103lib/HTML/FormFu/Constraint/MinLength.pm
104lib/HTML/FormFu/Constraint/MinMaxFields.pm
105lib/HTML/FormFu/Constraint/MinRange.pm
106lib/HTML/FormFu/Constraint/Number.pm
107lib/HTML/FormFu/Constraint/Printable.pm
108lib/HTML/FormFu/Constraint/Range.pm
109lib/HTML/FormFu/Constraint/Regex.pm
110lib/HTML/FormFu/Constraint/Repeatable/Any.pm
111lib/HTML/FormFu/Constraint/Required.pm
112lib/HTML/FormFu/Constraint/Set.pm
113lib/HTML/FormFu/Constraint/SingleValue.pm
114lib/HTML/FormFu/Constraint/Word.pm
115lib/HTML/FormFu/Deflator.pm
116lib/HTML/FormFu/Deflator/Callback.pm
117lib/HTML/FormFu/Deflator/CompoundDateTime.pm
118lib/HTML/FormFu/Deflator/CompoundSplit.pm
119lib/HTML/FormFu/Deflator/FormatNumber.pm
120lib/HTML/FormFu/Deflator/PathClassFile.pm
121lib/HTML/FormFu/Deflator/Strftime.pm
122lib/HTML/FormFu/Deploy.pm
123lib/HTML/FormFu/Element.pm
124lib/HTML/FormFu/Element/Blank.pm
125lib/HTML/FormFu/Element/Block.pm
126lib/HTML/FormFu/Element/Button.pm
127lib/HTML/FormFu/Element/Checkbox.pm
128lib/HTML/FormFu/Element/Checkboxgroup.pm
129lib/HTML/FormFu/Element/ComboBox.pm
130lib/HTML/FormFu/Element/ContentButton.pm
131lib/HTML/FormFu/Element/Date.pm
132lib/HTML/FormFu/Element/DateTime.pm
133lib/HTML/FormFu/Element/Email.pm
134lib/HTML/FormFu/Element/Fieldset.pm
135lib/HTML/FormFu/Element/File.pm
136lib/HTML/FormFu/Element/Hidden.pm
137lib/HTML/FormFu/Element/Hr.pm
138lib/HTML/FormFu/Element/Image.pm
139lib/HTML/FormFu/Element/Label.pm
140lib/HTML/FormFu/Element/Multi.pm
141lib/HTML/FormFu/Element/Number.pm
142lib/HTML/FormFu/Element/Password.pm
143lib/HTML/FormFu/Element/Radio.pm
144lib/HTML/FormFu/Element/Radiogroup.pm
145lib/HTML/FormFu/Element/Repeatable.pm
146lib/HTML/FormFu/Element/Reset.pm
147lib/HTML/FormFu/Element/Select.pm
148lib/HTML/FormFu/Element/SimpleTable.pm
149lib/HTML/FormFu/Element/Src.pm
150lib/HTML/FormFu/Element/Submit.pm
151lib/HTML/FormFu/Element/Text.pm
152lib/HTML/FormFu/Element/Textarea.pm
153lib/HTML/FormFu/Element/URL.pm
154lib/HTML/FormFu/Exception.pm
155lib/HTML/FormFu/Exception/Constraint.pm
156lib/HTML/FormFu/Exception/Inflator.pm
157lib/HTML/FormFu/Exception/Input.pm
158lib/HTML/FormFu/Exception/Transformer.pm
159lib/HTML/FormFu/Exception/Validator.pm
160lib/HTML/FormFu/FakeQuery.pm
161lib/HTML/FormFu/Filter.pm
162lib/HTML/FormFu/Filter/Callback.pm
163lib/HTML/FormFu/Filter/CompoundJoin.pm
164lib/HTML/FormFu/Filter/CompoundSprintf.pm
165lib/HTML/FormFu/Filter/CopyValue.pm
166lib/HTML/FormFu/Filter/Encode.pm
167lib/HTML/FormFu/Filter/ForceListValue.pm
168lib/HTML/FormFu/Filter/FormatNumber.pm
169lib/HTML/FormFu/Filter/HTMLEscape.pm
170lib/HTML/FormFu/Filter/HTMLScrubber.pm
171lib/HTML/FormFu/Filter/LowerCase.pm
172lib/HTML/FormFu/Filter/NonNumeric.pm
173lib/HTML/FormFu/Filter/Regex.pm
174lib/HTML/FormFu/Filter/Split.pm
175lib/HTML/FormFu/Filter/TrimEdges.pm
176lib/HTML/FormFu/Filter/UpperCase.pm
177lib/HTML/FormFu/Filter/Whitespace.pm
178lib/HTML/FormFu/I18N.pm
179lib/HTML/FormFu/I18N/bg.pm
180lib/HTML/FormFu/I18N/cs.pm
181lib/HTML/FormFu/I18N/da.pm
182lib/HTML/FormFu/I18N/de.pm
183lib/HTML/FormFu/I18N/en.pm
184lib/HTML/FormFu/I18N/es.pm
185lib/HTML/FormFu/I18N/fr.pm
186lib/HTML/FormFu/I18N/hu.pm
187lib/HTML/FormFu/I18N/it.pm
188lib/HTML/FormFu/I18N/ja.pm
189lib/HTML/FormFu/I18N/no.pm
190lib/HTML/FormFu/I18N/pt_br.pm
191lib/HTML/FormFu/I18N/pt_pt.pm
192lib/HTML/FormFu/I18N/ro.pm
193lib/HTML/FormFu/I18N/ru.pm
194lib/HTML/FormFu/I18N/tr.pm
195lib/HTML/FormFu/I18N/ua.pm
196lib/HTML/FormFu/I18N/zh_cn.pm
197lib/HTML/FormFu/Inflator.pm
198lib/HTML/FormFu/Inflator/Callback.pm
199lib/HTML/FormFu/Inflator/CompoundDateTime.pm
200lib/HTML/FormFu/Inflator/DateTime.pm
201lib/HTML/FormFu/Literal.pm
202lib/HTML/FormFu/Localize.pm
203lib/HTML/FormFu/Manual/Cookbook.pod
204lib/HTML/FormFu/Manual/Unicode.pod
205lib/HTML/FormFu/Model.pm
206lib/HTML/FormFu/Model/HashRef.pm
207lib/HTML/FormFu/ObjectUtil.pm
208lib/HTML/FormFu/OutputProcessor.pm
209lib/HTML/FormFu/OutputProcessor/Indent.pm
210lib/HTML/FormFu/OutputProcessor/StripWhitespace.pm
211lib/HTML/FormFu/Plugin.pm
212lib/HTML/FormFu/Plugin/StashValid.pm
213lib/HTML/FormFu/Preload.pm
214lib/HTML/FormFu/Processor.pm
215lib/HTML/FormFu/QueryType/CGI.pm
216lib/HTML/FormFu/QueryType/CGI/Simple.pm
217lib/HTML/FormFu/QueryType/Catalyst.pm
218lib/HTML/FormFu/Role/Constraint/Others.pm
219lib/HTML/FormFu/Role/ContainsElements.pm
220lib/HTML/FormFu/Role/ContainsElementsSharedWithField.pm
221lib/HTML/FormFu/Role/CreateChildren.pm
222lib/HTML/FormFu/Role/CustomRoles.pm
223lib/HTML/FormFu/Role/Element/Coercible.pm
224lib/HTML/FormFu/Role/Element/Field.pm
225lib/HTML/FormFu/Role/Element/FieldMethods.pm
226lib/HTML/FormFu/Role/Element/Group.pm
227lib/HTML/FormFu/Role/Element/Input.pm
228lib/HTML/FormFu/Role/Element/Layout.pm
229lib/HTML/FormFu/Role/Element/MultiElement.pm
230lib/HTML/FormFu/Role/Element/NonBlock.pm
231lib/HTML/FormFu/Role/Element/ProcessOptionsFromModel.pm
232lib/HTML/FormFu/Role/Element/SingleValueField.pm
233lib/HTML/FormFu/Role/Filter/Compound.pm
234lib/HTML/FormFu/Role/FormAndBlockMethods.pm
235lib/HTML/FormFu/Role/FormAndElementMethods.pm
236lib/HTML/FormFu/Role/FormBlockAndFieldMethods.pm
237lib/HTML/FormFu/Role/GetProcessors.pm
238lib/HTML/FormFu/Role/HasParent.pm
239lib/HTML/FormFu/Role/NestedHashUtils.pm
240lib/HTML/FormFu/Role/Populate.pm
241lib/HTML/FormFu/Role/Render.pm
242lib/HTML/FormFu/Transformer.pm
243lib/HTML/FormFu/Transformer/Callback.pm
244lib/HTML/FormFu/Upload.pm
245lib/HTML/FormFu/UploadParam.pm
246lib/HTML/FormFu/Util.pm
247lib/HTML/FormFu/Validator.pm
248lib/HTML/FormFu/Validator/Callback.pm
249share/templates/tt/xhtml/block
250share/templates/tt/xhtml/end_block
251share/templates/tt/xhtml/end_form
252share/templates/tt/xhtml/field
253share/templates/tt/xhtml/field_layout
254share/templates/tt/xhtml/field_layout_block
255share/templates/tt/xhtml/field_layout_checkboxgroup_field
256share/templates/tt/xhtml/field_layout_comment
257share/templates/tt/xhtml/field_layout_contentbutton_field
258share/templates/tt/xhtml/field_layout_errors
259share/templates/tt/xhtml/field_layout_field
260share/templates/tt/xhtml/field_layout_javascript
261share/templates/tt/xhtml/field_layout_label
262share/templates/tt/xhtml/field_layout_label_field
263share/templates/tt/xhtml/field_layout_label_text
264share/templates/tt/xhtml/field_layout_multi_field
265share/templates/tt/xhtml/field_layout_parser
266share/templates/tt/xhtml/field_layout_select_field
267share/templates/tt/xhtml/field_layout_textarea_field
268share/templates/tt/xhtml/form
269share/templates/tt/xhtml/non_block
270share/templates/tt/xhtml/recaptcha
271share/templates/tt/xhtml/repeatable
272share/templates/tt/xhtml/start_block
273share/templates/tt/xhtml/start_form
274t/00-report-prereqs.dd
275t/00-report-prereqs.t
276t/01use.t
277t/04basic.t
278t/04basic.yml
279t/05_repeated_render.t
280t/block_insert_after.t
281t/block_insert_before.t
282t/bugs/constructor_arg_overwrites_default.t
283t/bugs/date_element_deflator.t
284t/bugs/date_element_empty_input.t
285t/bugs/datetime_hour_lt_10.t
286t/bugs/disabled_select_default_value.yml
287t/bugs/element_class.t
288t/bugs/element_parent.t
289t/bugs/empty_block_with_nested_name.t
290t/bugs/empty_block_with_nested_name.yml
291t/bugs/error_msg.t
292t/bugs/error_multiple_fields_same_name.t
293t/bugs/error_multiple_fields_same_name.yml
294t/bugs/field_no_name.t
295t/bugs/filter_run_once.t
296t/bugs/multiple_checkbox_same_name.t
297t/bugs/multiple_checkbox_same_name.yml
298t/bugs/name_regex_chars.t
299t/bugs/not_nested.t
300t/bugs/populate_element_coderef.t
301t/bugs/pre_1_00_compat.t
302t/bugs/pre_1_00_compat.yml
303t/bugs/render_processed_value_retain_default.t
304t/bugs/render_processed_value_retain_default.yml
305t/bugs/repeatable_increase_rep.t
306t/bugs/repeatable_increase_rep.yml
307t/bugs/result_params_multiple.t
308t/bugs/select_empty_options.t
309t/bugs/submit_no_value.t
310t/bugs/submit_retain_default.t
311t/bugs/value_empty_string.t
312t/bugs/value_no_default.t
313t/bugs/yaml_utf8.t
314t/bugs/yaml_utf8.txt
315t/bugs/yaml_utf8.yml
316t/constraints/allornone.t
317t/constraints/allornone_attach_errors_to_base.t
318t/constraints/allornone_attach_errors_to_base.yml
319t/constraints/allornone_attach_errors_to_others.t
320t/constraints/allornone_attach_errors_to_others.yml
321t/constraints/ascii.t
322t/constraints/autoset.t
323t/constraints/autoset_group.t
324t/constraints/bool.t
325t/constraints/callback.t
326t/constraints/callbackonce.t
327t/constraints/constraint.t
328t/constraints/constraint_other_siblings.t
329t/constraints/constraint_other_siblings.yml
330t/constraints/constraint_other_siblings_not.t
331t/constraints/constraint_other_siblings_not.yml
332t/constraints/constraint_when.t
333t/constraints/constraint_when.yml
334t/constraints/constraint_when_any_field.t
335t/constraints/constraint_when_any_field.yml
336t/constraints/constraint_when_any_true_value.t
337t/constraints/constraint_when_any_true_value.yml
338t/constraints/constraint_when_default_empty_value.t
339t/constraints/constraint_when_default_empty_value.yml
340t/constraints/constraint_when_fields.t
341t/constraints/constraint_when_fields.yml
342t/constraints/datetime_parser.t
343t/constraints/dependon.t
344t/constraints/dependon_attach_errors_to_base.t
345t/constraints/dependon_attach_errors_to_base.yml
346t/constraints/dependon_attach_errors_to_others.t
347t/constraints/dependon_attach_errors_to_others.yml
348t/constraints/email-mx.t
349t/constraints/email.t
350t/constraints/equal.t
351t/constraints/equal_internals.t
352t/constraints/equal_not.t
353t/constraints/file.t
354t/constraints/file.yml
355t/constraints/file_maxsize.t
356t/constraints/file_maxsize.yml
357t/constraints/file_mime.t
358t/constraints/file_mime.yml
359t/constraints/file_minsize.t
360t/constraints/file_minsize.yml
361t/constraints/file_size.t
362t/constraints/file_size.yml
363t/constraints/integer.t
364t/constraints/json.t
365t/constraints/length.t
366t/constraints/localize.t
367t/constraints/maxlength.t
368t/constraints/maxrange.t
369t/constraints/minlength.t
370t/constraints/minmaxfields.t
371t/constraints/minmaxfields_with_filter_split.t
372t/constraints/minmaxfields_with_filter_split.yml
373t/constraints/minrange.t
374t/constraints/not_equal.t
375t/constraints/not_word.t
376t/constraints/number.t
377t/constraints/printable.t
378t/constraints/range.t
379t/constraints/regex.t
380t/constraints/regex_anchored.t
381t/constraints/regex_common.t
382t/constraints/repeatable_any.t
383t/constraints/repeatable_any.yml
384t/constraints/repeatable_any_not_increment_field_names.t
385t/constraints/repeatable_any_not_increment_field_names.yml
386t/constraints/required.t
387t/constraints/required_file.t
388t/constraints/required_file.yml
389t/constraints/required_only_on_reps.t
390t/constraints/required_only_on_reps.yml
391t/constraints/set.t
392t/constraints/singlevalue.t
393t/constraints/word.t
394t/constraints/xml.t
395t/deflators/callback.t
396t/deflators/compounddatetime.t
397t/deflators/compounddatetime.yml
398t/deflators/compounddatetime_field_order.t
399t/deflators/compounddatetime_field_order.yml
400t/deflators/compoundsplit.t
401t/deflators/compoundsplit.yml
402t/deflators/compoundsplit_after_submit.t
403t/deflators/compoundsplit_after_submit.yml
404t/deflators/compoundsplit_field_order.t
405t/deflators/compoundsplit_field_order.yml
406t/deflators/compoundsplit_split.t
407t/deflators/compoundsplit_split.yml
408t/deflators/formatnumber.t
409t/deflators/formatnumber.yml
410t/deflators/pathclassfile.t
411t/elements-file_post.t
412t/elements-file_post.txt
413t/elements/blank.t
414t/elements/block.t
415t/elements/block_auto_block_id.t
416t/elements/block_auto_block_id.yml
417t/elements/block_repeatable.t
418t/elements/block_repeatable.yml
419t/elements/block_repeatable_attrs.t
420t/elements/block_repeatable_attrs.yml
421t/elements/block_repeatable_auto_block_id.t
422t/elements/block_repeatable_auto_block_id.yml
423t/elements/block_repeatable_auto_id.t
424t/elements/block_repeatable_auto_id.yml
425t/elements/block_repeatable_date.t
426t/elements/block_repeatable_date.yml
427t/elements/block_repeatable_inc.t
428t/elements/block_repeatable_inc.yml
429t/elements/block_repeatable_multi.t
430t/elements/block_repeatable_tag.t
431t/elements/block_repeatable_tag.yml
432t/elements/button.t
433t/elements/button_no_name.t
434t/elements/checkbox.t
435t/elements/checkbox_force_default.t
436t/elements/checkbox_retain_default.t
437t/elements/checkbox_reverse.t
438t/elements/checkbox_reverse.yml
439t/elements/checkboxgroup.t
440t/elements/checkboxgroup_attributes_escaped.t
441t/elements/checkboxgroup_attributes_escaped.yml
442t/elements/combobox.t
443t/elements/combobox.yml
444t/elements/combobox_repeatable.t
445t/elements/combobox_repeatable.yml
446t/elements/combobox_required.t
447t/elements/combobox_required.yml
448t/elements/content_button.t
449t/elements/date.t
450t/elements/date_default.t
451t/elements/date_default_datetime_args.t
452t/elements/date_default_datetime_args.yml
453t/elements/date_default_empty.t
454t/elements/date_month_year.t
455t/elements/date_natural.t
456t/elements/date_order.t
457t/elements/date_order_error.t
458t/elements/date_rename.t
459t/elements/date_undef.t
460t/elements/date_year_reverse.t
461t/elements/date_year_reverse.yml
462t/elements/datetime.t
463t/elements/datetime.yml
464t/elements/datetime_interval.t
465t/elements/datetime_interval.yml
466t/elements/datetime_seconds.t
467t/elements/datetime_seconds.yml
468t/elements/element_setup.t
469t/elements/email.t
470t/elements/error_attributes_failing_test.select-with-attrs.yml
471t/elements/error_attributes_failing_test.select.yml
472t/elements/error_attributes_failing_test.t
473t/elements/error_attributes_failing_test.text-with-attrs.yml
474t/elements/error_attributes_failing_test.text.yml
475t/elements/escaping.t
476t/elements/field_default_empty_value.t
477t/elements/field_default_empty_value.yml
478t/elements/field_non_param.t
479t/elements/fieldset.t
480t/elements/fieldset_legend_attrs.t
481t/elements/fieldset_legend_attrs.yml
482t/elements/file.t
483t/elements/file_post.txt
484t/elements/file_post_cgi_simple.t
485t/elements/hidden.t
486t/elements/hr.t
487t/elements/image.t
488t/elements/label.t
489t/elements/label.yml
490t/elements/label_value_submission.t
491t/elements/label_value_submission.yml
492t/elements/multi.t
493t/elements/multi_errors.t
494t/elements/multiple_submit_buttons.t
495t/elements/no_block_tag.t
496t/elements/no_block_tag.yml
497t/elements/no_container_tag.t
498t/elements/no_container_tag.yml
499t/elements/number.t
500t/elements/number.yml
501t/elements/object.t
502t/elements/object/field_layout_field_custom
503t/elements/password.t
504t/elements/password_render_value.t
505t/elements/password_retain_default.t
506t/elements/radio.t
507t/elements/radio_force_default.t
508t/elements/radio_retain_default.t
509t/elements/radiogroup.t
510t/elements/radiogroup_attributes_escaped.t
511t/elements/radiogroup_attributes_escaped.yml
512t/elements/radiogroup_attrs_xml.t
513t/elements/radiogroup_dup_opt.t
514t/elements/radiogroup_errors.t
515t/elements/radiogroup_force_default.t
516t/elements/radiogroup_id.t
517t/elements/radiogroup_id_value.t
518t/elements/radiogroup_retain_default.t
519t/elements/radiogroup_subgroup.t
520t/elements/radiogroup_unknown_opt.t
521t/elements/radiogroup_xml.t
522t/elements/render_method.t
523t/elements/repeatable_counter_name.t
524t/elements/repeatable_counter_name.yml
525t/elements/repeatable_repeatable.t
526t/elements/repeatable_repeatable.yml
527t/elements/reset.t
528t/elements/reverse.t
529t/elements/select.t
530t/elements/select_attributes_escaped.t
531t/elements/select_attributes_escaped.yml
532t/elements/select_deflator_default.t
533t/elements/select_empty_first.t
534t/elements/select_empty_first.yml
535t/elements/select_empty_first_label.t
536t/elements/select_force_default.t
537t/elements/select_label_loc.t
538t/elements/select_multi_default_values.t
539t/elements/select_multi_value.t
540t/elements/select_optgroup.t
541t/elements/select_options.t
542t/elements/select_retain_default.t
543t/elements/select_same_name.t
544t/elements/select_same_name.yml
545t/elements/select_value_range.t
546t/elements/simple_table.t
547t/elements/simple_table.yml
548t/elements/simple_table_class.t
549t/elements/simple_table_class.yml
550t/elements/simple_table_multiple.t
551t/elements/simple_table_multiple.yml
552t/elements/src.t
553t/elements/submit.t
554t/elements/text.t
555t/elements/text_attributes.t
556t/elements/text_auto_comment_class.t
557t/elements/text_auto_comment_class.yml
558t/elements/text_auto_container_class.t
559t/elements/text_auto_container_class.yml
560t/elements/text_auto_container_comment_class.t
561t/elements/text_auto_container_comment_class.yml
562t/elements/text_auto_container_error_class.t
563t/elements/text_auto_container_error_class.yml
564t/elements/text_auto_container_label_class.t
565t/elements/text_auto_container_label_class.yml
566t/elements/text_auto_label_class.t
567t/elements/text_auto_label_class.yml
568t/elements/text_datalist_options.t
569t/elements/text_datalist_options.yml
570t/elements/text_datalist_values.t
571t/elements/text_datalist_values.yml
572t/elements/text_errors.t
573t/elements/text_force_default.t
574t/elements/text_layout.t
575t/elements/text_layout.yml
576t/elements/text_retain_default.t
577t/elements/text_title.t
578t/elements/textarea.t
579t/elements/url.t
580t/elements/url.yml
581t/examples/custom_label.t
582t/examples/custom_label2.t
583t/examples/field_as.t
584t/examples/fields_as_list_items.t
585t/field_accessor_loc.t
586t/field_accessor_loc_arrayref.t
587t/field_accessor_loc_arrayref.yml
588t/field_change_name.t
589t/field_id.t
590t/filters/all_by_default.t
591t/filters/callback.t
592t/filters/compoundjoin.t
593t/filters/compoundjoin.yml
594t/filters/compoundjoin_field_order.t
595t/filters/compoundjoin_field_order.yml
596t/filters/compoundjoin_join.t
597t/filters/compoundjoin_join.yml
598t/filters/compoundsprintf.t
599t/filters/compoundsprintf.yml
600t/filters/compoundsprintf_field_order.t
601t/filters/compoundsprintf_field_order.yml
602t/filters/copyvalue.t
603t/filters/encode.t
604t/filters/filter.t
605t/filters/formatnumber.t
606t/filters/formatnumber.yml
607t/filters/htmlescape.t
608t/filters/htmlscrubber.t
609t/filters/lowercase.t
610t/filters/nonnumeric.t
611t/filters/regex.t
612t/filters/regex.yml
613t/filters/regex_eval.t
614t/filters/regex_eval.yml
615t/filters/split.t
616t/filters/split.yml
617t/filters/trimedges.t
618t/filters/uppercase.t
619t/filters/whitespace.t
620t/force_errors/allornone.t
621t/force_errors/callbackonce.t
622t/force_errors/dependon.t
623t/force_errors/equal.t
624t/force_errors/force_errors.t
625t/force_errors/integer.t
626t/force_errors/minmaxfields.t
627t/form/add_render_class_args.t
628t/form/add_valid.t
629t/form/add_valid_unknown.t
630t/form/attributes.t
631t/form/auto_constraint_class.t
632t/form/auto_error_class.t
633t/form/auto_error_field_class.t
634t/form/auto_error_message.t
635t/form/auto_fieldset.t
636t/form/auto_label.t
637t/form/clone.t
638t/form/config_callback.t
639t/form/config_callback.yml
640t/form/constraints_from_dbic.t
641t/form/constraints_from_dbic.yml
642t/form/constraints_from_dbic_rs.t
643t/form/default_args.t
644t/form/default_args_alt.t
645t/form/default_args_alt.yml
646t/form/default_args_isa.t
647t/form/default_args_isa.yml
648t/form/default_args_not_inheriting.t
649t/form/default_values.t
650t/form/end.t
651t/form/error_message.t
652t/form/force_error_message.t
653t/form/form_error_message_class.t
654t/form/get_all_elements.t
655t/form/get_constraint.t
656t/form/get_constraints.t
657t/form/get_deflator.t
658t/form/get_deflators.t
659t/form/get_element.t
660t/form/get_elements.t
661t/form/get_errors.t
662t/form/get_field.t
663t/form/get_fields.t
664t/form/get_filter.t
665t/form/get_filters.t
666t/form/get_inflator.t
667t/form/get_inflators.t
668t/form/get_parent.t
669t/form/get_parent.yml
670t/form/has_errors.t
671t/form/hidden_fields.t
672t/form/init_arg.t
673t/form/insert_after.t
674t/form/insert_before.t
675t/form/javascript.t
676t/form/javascript_src.t
677t/form/languages.t
678t/form/languages.yml
679t/form/model.t
680t/form/multiple_same_named_fields.t
681t/form/object.t
682t/form/object/form
683t/form/param.t
684t/form/param_array.t
685t/form/param_list.t
686t/form/param_value.t
687t/form/params.t
688t/form/params_ignore_underscore.t
689t/form/query.t
690t/form/render_processed_value.t
691t/form/render_processed_value.yml
692t/form/start.t
693t/form/stash.t
694t/form/submitted.t
695t/form/submitted_and_valid.t
696t/form/title_xml.t
697t/form/valid.t
698t/i18n/add_localize_object.t
699t/i18n/add_localize_object_from_class.t
700t/i18n/add_localize_object_from_class.yml
701t/inflators/array.t
702t/inflators/callback.t
703t/inflators/compounddatetime.t
704t/inflators/compounddatetime.yml
705t/inflators/compounddatetime_field_order.t
706t/inflators/compounddatetime_field_order.yml
707t/inflators/datetime_optional.t
708t/inflators/datetime_parser.t
709t/inflators/datetime_regex.t
710t/inflators/datetime_regex_string.t
711t/inflators/datetime_strptime.t
712t/inflators/datetime_timezone.t
713t/inflators/datetime_with_constraint.t
714t/inflators/datetime_with_constraint.yml
715t/internals/default_args-types.t
716t/internals/default_args-types.yml
717t/lib/HTMLFormFu/DBICUniqueFake.pm
718t/lib/HTMLFormFu/ElementSetup.pm
719t/lib/HTMLFormFu/I18N.pm
720t/lib/HTMLFormFu/I18N/en.pm
721t/lib/HTMLFormFu/MyBlockRole.pm
722t/lib/HTMLFormFu/MyDeflator.pm
723t/lib/HTMLFormFu/MyFieldRole.pm
724t/lib/HTMLFormFu/MyFormRole.pm
725t/lib/HTMLFormFu/MyModel.pm
726t/lib/HTMLFormFu/MyObject.pm
727t/lib/HTMLFormFu/MyValidator.pm
728t/lib/HTMLFormFu/RegressLocalization.pm
729t/lib/HTMLFormFu/RegressLocalization/en.pm
730t/lib/HTMLFormFu/TestLib.pm
731t/lib/MyApp/Schema.pm
732t/lib/MyApp/Schema/Dongle.pm
733t/lib/MyApp/Schema/Person.pm
734t/load_config/config_file_path.t
735t/load_config/config_file_path/form.yml
736t/load_config/config_file_path2/form.yml
737t/load_config/load_config_file.t
738t/load_config/load_config_file_constraint_regex.t
739t/load_config/load_config_file_constraint_regex.yml
740t/load_config/load_config_file_fieldset.yml
741t/load_config/load_config_file_form.yml
742t/load_config/load_config_file_multi_stream.t
743t/load_config/load_config_file_multi_stream.yml
744t/load_config/load_config_file_multiple.t
745t/load_config/load_config_file_multiple.yml
746t/load_config/load_config_file_multiple1.yml
747t/load_config/load_config_file_multiple2.yml
748t/load_config/load_config_filestem.t
749t/model/hashref_create.t
750t/model/hashref_create_repeatable_without_nestedname.t
751t/model/hashref_create_repeatable_without_nestedname.yml
752t/model/hashref_default_values.t
753t/model/hashref_escaping.t
754t/model/hashref_multi_within_rep.t
755t/model/hashref_multi_within_rep.yml
756t/model/hashref_process.t
757t/multiple_select_fields.t
758t/multiple_text_fields.t
759t/nested-elements-file_post.t
760t/nested/constraints/allornone.t
761t/nested/constraints/callbackonce.t
762t/nested/constraints/constraint_when.t
763t/nested/constraints/constraint_when.yml
764t/nested/constraints/dependon.t
765t/nested/constraints/equal.t
766t/nested/constraints/minmaxfields.t
767t/nested/constraints/required.t
768t/nested/element_name.t
769t/nested/element_name.yml
770t/nested/elements/block_repeatable_multi_named.t
771t/nested/elements/block_repeatable_multi_named.yml
772t/nested/elements/block_repeatable_multi_named_filter.t
773t/nested/elements/block_repeatable_multi_named_filter.yml
774t/nested/elements/block_without_name.t
775t/nested/elements/block_without_name.yml
776t/nested/elements/checkbox_force_default.t
777t/nested/elements/checkbox_retain_default.t
778t/nested/elements/combobox.t
779t/nested/elements/date.t
780t/nested/elements/multi.t
781t/nested/elements/multi_named.t
782t/nested/elements/radio.t
783t/nested/elements/radio_force_default.t
784t/nested/elements/radio_retain_default.t
785t/nested/elements/radiogroup.t
786t/nested/elements/radiogroup_force_default.t
787t/nested/elements/radiogroup_retain_default.t
788t/nested/elements/repeatable_repeatable.t
789t/nested/elements/repeatable_repeatable.yml
790t/nested/elements/select.t
791t/nested/elements/select_force_default.t
792t/nested/elements/select_retain_default.t
793t/nested/elements/select_same_name.t
794t/nested/elements/select_same_name.yml
795t/nested/elements/text.t
796t/nested/filters/regex.t
797t/nested/form/render_processed_value.t
798t/nested/form/render_processed_value.yml
799t/nested/form_input.t
800t/nested/illegal_name.t
801t/nested/inflators/datetime_strptime.t
802t/nested/internals/form_processed_params.t
803t/nested/internals/hash_keys.t
804t/nested/param.t
805t/nested/params.t
806t/nested/pre_expanded.t
807t/nested/transformers/callback.t
808t/nested/valid.t
809t/nested/validators/callback.t
810t/output_processors/indent.t
811t/output_processors/indent_internals.t
812t/output_processors/strip_whitespace.t
813t/output_processors/strip_whitespace.yml
814t/plugins/stashvalid.t
815t/plugins/stashvalid.yml
816t/plugins/stashvalid_on_field.t
817t/plugins/stashvalid_on_field.yml
818t/repeatable/clone.t
819t/repeatable/clone.yml
820t/repeatable/constraints/attach_errors_to.t
821t/repeatable/constraints/attach_errors_to.yml
822t/repeatable/constraints/equal.t
823t/repeatable/constraints/equal.yml
824t/repeatable/constraints/required.t
825t/repeatable/constraints/required.yml
826t/repeatable/constraints/required_not_increment_field_names.t
827t/repeatable/constraints/required_not_increment_field_names.yml
828t/repeatable/constraints/required_not_nested.t
829t/repeatable/constraints/required_not_nested.yml
830t/repeatable/constraints/when.t
831t/repeatable/constraints/when.yml
832t/repeatable/repeatable/constraints/repeatable_any.t
833t/repeatable/repeatable/constraints/repeatable_any.yml
834t/roles/block.t
835t/roles/block.yml
836t/roles/field.t
837t/roles/field.yml
838t/roles/form.t
839t/roles/form.yml
840t/templates/field_layout
841t/transformers/callback.t
842t/utils/append_xml_attribute.t
843t/utils/has_xml_attribute.t
844t/utils/remove_xml_attribute.t
845t/validators/callback.t
846t/validators/validator.t
847xt/author/00-compile.t
848xt/author/critic.t
849xt/author/eol.t
850xt/author/pod-syntax.t
851xt/circular_reference.t
852xt/circular_reference.yml
853xt/release/distmeta.t
854xt/release/kwalitee.t
855xt/release/pause-permissions.t
856