This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libhtml-formfu-perl.
commit d4b1f012cb58554ebd2a401e75100aa45deb8a21 Merge: 39cb366 f271f9b Author: gregor herrmann <gre...@debian.org> Date: Sat Oct 29 20:51:57 2016 +0200 Merge tag 'upstream/2.05000' Upstream version 2.05000 Changes | 20 + MANIFEST | 1098 +++++------ MANIFEST.SKIP | 2 +- META.json | 1155 ++++++++++- META.yml | 868 ++++++++- Makefile.PL | 17 +- README | 2058 +++++++++++++++++++- bin/html_formfu_deploy.pl | 4 +- bin/html_formfu_dumpconf.pl | 4 +- dist.ini | 50 +- lib/HTML/FormFu.pm | 13 +- lib/HTML/FormFu/Attribute.pm | 4 +- lib/HTML/FormFu/Constants.pm | 2 +- lib/HTML/FormFu/Constraint.pm | 21 +- lib/HTML/FormFu/Constraint/ASCII.pm | 4 +- lib/HTML/FormFu/Constraint/AllOrNone.pm | 4 +- lib/HTML/FormFu/Constraint/AutoSet.pm | 4 +- lib/HTML/FormFu/Constraint/Bool.pm | 4 +- lib/HTML/FormFu/Constraint/Callback.pm | 4 +- lib/HTML/FormFu/Constraint/CallbackOnce.pm | 4 +- lib/HTML/FormFu/Constraint/DateTime.pm | 4 +- lib/HTML/FormFu/Constraint/DependOn.pm | 4 +- lib/HTML/FormFu/Constraint/Email.pm | 4 +- lib/HTML/FormFu/Constraint/Equal.pm | 6 +- lib/HTML/FormFu/Constraint/File.pm | 4 +- lib/HTML/FormFu/Constraint/File/MIME.pm | 6 +- lib/HTML/FormFu/Constraint/File/MaxSize.pm | 4 +- lib/HTML/FormFu/Constraint/File/MinSize.pm | 4 +- lib/HTML/FormFu/Constraint/File/Size.pm | 4 +- lib/HTML/FormFu/Constraint/Integer.pm | 4 +- lib/HTML/FormFu/Constraint/Length.pm | 4 +- lib/HTML/FormFu/Constraint/MaxLength.pm | 4 +- lib/HTML/FormFu/Constraint/MaxRange.pm | 4 +- lib/HTML/FormFu/Constraint/MinLength.pm | 4 +- lib/HTML/FormFu/Constraint/MinMaxFields.pm | 4 +- lib/HTML/FormFu/Constraint/MinRange.pm | 4 +- lib/HTML/FormFu/Constraint/Number.pm | 4 +- lib/HTML/FormFu/Constraint/Printable.pm | 4 +- lib/HTML/FormFu/Constraint/Range.pm | 4 +- lib/HTML/FormFu/Constraint/Regex.pm | 4 +- lib/HTML/FormFu/Constraint/Repeatable/Any.pm | 4 +- lib/HTML/FormFu/Constraint/Required.pm | 4 +- lib/HTML/FormFu/Constraint/Set.pm | 4 +- lib/HTML/FormFu/Constraint/SingleValue.pm | 4 +- lib/HTML/FormFu/Constraint/Word.pm | 4 +- lib/HTML/FormFu/Deflator.pm | 4 +- lib/HTML/FormFu/Deflator/Callback.pm | 4 +- lib/HTML/FormFu/Deflator/CompoundDateTime.pm | 6 +- lib/HTML/FormFu/Deflator/CompoundSplit.pm | 4 +- lib/HTML/FormFu/Deflator/FormatNumber.pm | 4 +- lib/HTML/FormFu/Deflator/PathClassFile.pm | 4 +- lib/HTML/FormFu/Deflator/Strftime.pm | 4 +- lib/HTML/FormFu/Deploy.pm | 6 +- lib/HTML/FormFu/Element.pm | 4 +- lib/HTML/FormFu/Element/Blank.pm | 4 +- lib/HTML/FormFu/Element/Block.pm | 6 +- lib/HTML/FormFu/Element/Button.pm | 4 +- lib/HTML/FormFu/Element/Checkbox.pm | 4 +- lib/HTML/FormFu/Element/Checkboxgroup.pm | 6 +- lib/HTML/FormFu/Element/ComboBox.pm | 6 +- lib/HTML/FormFu/Element/ContentButton.pm | 4 +- lib/HTML/FormFu/Element/Date.pm | 6 +- lib/HTML/FormFu/Element/DateTime.pm | 5 +- lib/HTML/FormFu/Element/Email.pm | 4 +- lib/HTML/FormFu/Element/Fieldset.pm | 4 +- lib/HTML/FormFu/Element/File.pm | 4 +- lib/HTML/FormFu/Element/Hidden.pm | 4 +- lib/HTML/FormFu/Element/Hr.pm | 4 +- lib/HTML/FormFu/Element/Image.pm | 4 +- lib/HTML/FormFu/Element/Label.pm | 6 +- lib/HTML/FormFu/Element/Multi.pm | 4 +- lib/HTML/FormFu/Element/Number.pm | 4 +- lib/HTML/FormFu/Element/Password.pm | 4 +- lib/HTML/FormFu/Element/Radio.pm | 4 +- lib/HTML/FormFu/Element/Radiogroup.pm | 4 +- lib/HTML/FormFu/Element/Repeatable.pm | 6 +- lib/HTML/FormFu/Element/Reset.pm | 4 +- lib/HTML/FormFu/Element/Select.pm | 6 +- lib/HTML/FormFu/Element/SimpleTable.pm | 4 +- lib/HTML/FormFu/Element/Src.pm | 4 +- lib/HTML/FormFu/Element/Submit.pm | 4 +- lib/HTML/FormFu/Element/Text.pm | 4 +- lib/HTML/FormFu/Element/Textarea.pm | 4 +- lib/HTML/FormFu/Element/URL.pm | 4 +- lib/HTML/FormFu/Exception.pm | 2 +- lib/HTML/FormFu/Exception/Constraint.pm | 2 +- lib/HTML/FormFu/Exception/Inflator.pm | 2 +- lib/HTML/FormFu/Exception/Input.pm | 2 +- lib/HTML/FormFu/Exception/Transformer.pm | 2 +- lib/HTML/FormFu/Exception/Validator.pm | 2 +- lib/HTML/FormFu/FakeQuery.pm | 2 +- lib/HTML/FormFu/Filter.pm | 4 +- lib/HTML/FormFu/Filter/Callback.pm | 4 +- lib/HTML/FormFu/Filter/CompoundJoin.pm | 4 +- lib/HTML/FormFu/Filter/CompoundSprintf.pm | 4 +- lib/HTML/FormFu/Filter/CopyValue.pm | 4 +- lib/HTML/FormFu/Filter/Encode.pm | 4 +- lib/HTML/FormFu/Filter/ForceListValue.pm | 4 +- lib/HTML/FormFu/Filter/FormatNumber.pm | 4 +- lib/HTML/FormFu/Filter/HTMLEscape.pm | 4 +- lib/HTML/FormFu/Filter/HTMLScrubber.pm | 4 +- lib/HTML/FormFu/Filter/LowerCase.pm | 4 +- lib/HTML/FormFu/Filter/NonNumeric.pm | 4 +- lib/HTML/FormFu/Filter/Regex.pm | 4 +- lib/HTML/FormFu/Filter/Split.pm | 6 +- lib/HTML/FormFu/Filter/TrimEdges.pm | 4 +- lib/HTML/FormFu/Filter/UpperCase.pm | 4 +- lib/HTML/FormFu/Filter/Whitespace.pm | 4 +- lib/HTML/FormFu/I18N.pm | 2 +- lib/HTML/FormFu/I18N/bg.pm | 2 +- lib/HTML/FormFu/I18N/cs.pm | 2 +- lib/HTML/FormFu/I18N/da.pm | 2 +- lib/HTML/FormFu/I18N/de.pm | 2 +- lib/HTML/FormFu/I18N/en.pm | 2 +- lib/HTML/FormFu/I18N/es.pm | 2 +- lib/HTML/FormFu/I18N/fr.pm | 2 +- lib/HTML/FormFu/I18N/hu.pm | 2 +- lib/HTML/FormFu/I18N/it.pm | 2 +- lib/HTML/FormFu/I18N/ja.pm | 2 +- lib/HTML/FormFu/I18N/no.pm | 2 +- lib/HTML/FormFu/I18N/pt_br.pm | 2 +- lib/HTML/FormFu/I18N/pt_pt.pm | 2 +- lib/HTML/FormFu/I18N/ro.pm | 2 +- lib/HTML/FormFu/I18N/ru.pm | 2 +- lib/HTML/FormFu/I18N/ua.pm | 2 +- lib/HTML/FormFu/I18N/zh_cn.pm | 2 +- lib/HTML/FormFu/Inflator.pm | 4 +- lib/HTML/FormFu/Inflator/Callback.pm | 4 +- lib/HTML/FormFu/Inflator/CompoundDateTime.pm | 6 +- lib/HTML/FormFu/Inflator/DateTime.pm | 4 +- lib/HTML/FormFu/Literal.pm | 2 +- lib/HTML/FormFu/Localize.pm | 4 +- lib/HTML/FormFu/Manual/Cookbook.pod | 6 +- lib/HTML/FormFu/Manual/Unicode.pod | 2 +- lib/HTML/FormFu/Model.pm | 4 +- lib/HTML/FormFu/Model/HashRef.pm | 4 +- lib/HTML/FormFu/ObjectUtil.pm | 2 +- lib/HTML/FormFu/OutputProcessor.pm | 4 +- lib/HTML/FormFu/OutputProcessor/Indent.pm | 6 +- lib/HTML/FormFu/OutputProcessor/StripWhitespace.pm | 8 +- lib/HTML/FormFu/Plugin.pm | 4 +- lib/HTML/FormFu/Plugin/StashValid.pm | 4 +- lib/HTML/FormFu/Preload.pm | 2 +- lib/HTML/FormFu/Processor.pm | 4 +- lib/HTML/FormFu/QueryType/CGI.pm | 4 +- lib/HTML/FormFu/QueryType/CGI/Simple.pm | 4 +- lib/HTML/FormFu/QueryType/Catalyst.pm | 4 +- lib/HTML/FormFu/Role/Constraint/Others.pm | 6 +- lib/HTML/FormFu/Role/ContainsElements.pm | 2 +- .../FormFu/Role/ContainsElementsSharedWithField.pm | 4 +- lib/HTML/FormFu/Role/CreateChildren.pm | 4 +- lib/HTML/FormFu/Role/CustomRoles.pm | 4 +- lib/HTML/FormFu/Role/Element/Coercible.pm | 2 +- lib/HTML/FormFu/Role/Element/Field.pm | 6 +- lib/HTML/FormFu/Role/Element/FieldMethods.pm | 2 +- lib/HTML/FormFu/Role/Element/Group.pm | 6 +- lib/HTML/FormFu/Role/Element/Input.pm | 6 +- lib/HTML/FormFu/Role/Element/Layout.pm | 2 +- lib/HTML/FormFu/Role/Element/MultiElement.pm | 2 +- lib/HTML/FormFu/Role/Element/NonBlock.pm | 4 +- .../FormFu/Role/Element/ProcessOptionsFromModel.pm | 2 +- lib/HTML/FormFu/Role/Element/SingleValueField.pm | 2 +- lib/HTML/FormFu/Role/Filter/Compound.pm | 4 +- lib/HTML/FormFu/Role/FormAndBlockMethods.pm | 4 +- lib/HTML/FormFu/Role/FormAndElementMethods.pm | 2 +- lib/HTML/FormFu/Role/FormBlockAndFieldMethods.pm | 4 +- lib/HTML/FormFu/Role/GetProcessors.pm | 2 +- lib/HTML/FormFu/Role/HasParent.pm | 2 +- lib/HTML/FormFu/Role/NestedHashUtils.pm | 2 +- lib/HTML/FormFu/Role/Populate.pm | 2 +- lib/HTML/FormFu/Role/Render.pm | 2 +- lib/HTML/FormFu/Transformer.pm | 4 +- lib/HTML/FormFu/Transformer/Callback.pm | 4 +- lib/HTML/FormFu/Upload.pm | 4 +- lib/HTML/FormFu/UploadParam.pm | 4 +- lib/HTML/FormFu/Util.pm | 2 +- lib/HTML/FormFu/Validator.pm | 25 +- lib/HTML/FormFu/Validator/Callback.pm | 12 +- lib/MooseX/Attribute/FormFuChained.pm | 6 +- lib/MooseX/FormFuChainedAccessors.pm | 2 +- lib/MooseX/Traits/Attribute/FormFuChained.pm | 2 +- .../load_config/load_config_file_multiple.yml | 5 - t/00-report-prereqs.dd | 85 + t/00-report-prereqs.t | 183 ++ {t-aggregate => t}/01use.t | 0 {t-aggregate => t}/04basic.t | 4 +- {t-aggregate => t}/04basic.yml | 0 {t-aggregate => t}/05_repeated_render.t | 2 +- t/aggregate.t | 10 - {t-aggregate => t}/block_insert_after.t | 0 {t-aggregate => t}/block_insert_before.t | 0 .../bugs/constructor_arg_overwrites_default.t | 0 {t-aggregate => t}/bugs/date_element_deflator.t | 0 {t-aggregate => t}/bugs/date_element_empty_input.t | 0 {t-aggregate => t}/bugs/datetime_hour_lt_10.t | 2 +- .../bugs/disabled_select_default_value.yml | 0 {t-aggregate => t}/bugs/element_class.t | 0 {t-aggregate => t}/bugs/element_parent.t | 0 .../bugs/empty_block_with_nested_name.t | 2 +- .../bugs/empty_block_with_nested_name.yml | 0 {t-aggregate => t}/bugs/error_msg.t | 0 .../bugs/error_multiple_fields_same_name.t | 2 +- .../bugs/error_multiple_fields_same_name.yml | 0 {t-aggregate => t}/bugs/field_no_name.t | 0 {t-aggregate => t}/bugs/filter_run_once.t | 0 .../bugs/multiple_checkbox_same_name.t | 2 +- .../bugs/multiple_checkbox_same_name.yml | 0 {t-aggregate => t}/bugs/name_regex_chars.t | 0 {t-aggregate => t}/bugs/not_nested.t | 0 {t-aggregate => t}/bugs/populate_element_coderef.t | 0 {t-aggregate => t}/bugs/pre_1_00_compat.t | 2 +- {t-aggregate => t}/bugs/pre_1_00_compat.yml | 0 .../bugs/render_processed_value_retain_default.t | 2 +- .../bugs/render_processed_value_retain_default.yml | 0 {t-aggregate => t}/bugs/repeatable_increase_rep.t | 2 +- .../bugs/repeatable_increase_rep.yml | 0 {t-aggregate => t}/bugs/result_params_multiple.t | 0 {t-aggregate => t}/bugs/select_empty_options.t | 0 {t-aggregate => t}/bugs/submit_no_value.t | 0 {t-aggregate => t}/bugs/submit_retain_default.t | 0 {t-aggregate => t}/bugs/value_empty_string.t | 0 {t-aggregate => t}/bugs/value_no_default.t | 0 {t-aggregate => t}/bugs/yaml_utf8.t | 4 +- {t-aggregate => t}/bugs/yaml_utf8.txt | 0 {t-aggregate => t}/bugs/yaml_utf8.yml | 0 {t-aggregate => t}/constraints/allornone.t | 0 .../constraints/allornone_attach_errors_to_base.t | 2 +- .../allornone_attach_errors_to_base.yml | 0 .../allornone_attach_errors_to_others.t | 2 +- .../allornone_attach_errors_to_others.yml | 0 {t-aggregate => t}/constraints/ascii.t | 0 {t-aggregate => t}/constraints/autoset.t | 0 {t-aggregate => t}/constraints/autoset_group.t | 0 {t-aggregate => t}/constraints/bool.t | 0 {t-aggregate => t}/constraints/callback.t | 0 {t-aggregate => t}/constraints/callbackonce.t | 0 {t-aggregate => t}/constraints/constraint.t | 0 .../constraints/constraint_other_siblings.t | 2 +- .../constraints/constraint_other_siblings.yml | 0 .../constraints/constraint_other_siblings_not.t | 2 +- .../constraints/constraint_other_siblings_not.yml | 0 {t-aggregate => t}/constraints/constraint_when.t | 2 +- {t-aggregate => t}/constraints/constraint_when.yml | 0 .../constraints/constraint_when_any_field.t | 2 +- .../constraints/constraint_when_any_field.yml | 0 .../constraints/constraint_when_any_true_value.t | 2 +- .../constraints/constraint_when_any_true_value.yml | 0 .../constraint_when_default_empty_value.t | 2 +- .../constraint_when_default_empty_value.yml | 0 .../constraints/constraint_when_fields.t | 2 +- .../constraints/constraint_when_fields.yml | 0 {t-aggregate => t}/constraints/datetime_parser.t | 0 {t-aggregate => t}/constraints/dependon.t | 0 .../constraints/dependon_attach_errors_to_base.t | 2 +- .../constraints/dependon_attach_errors_to_base.yml | 0 .../constraints/dependon_attach_errors_to_others.t | 2 +- .../dependon_attach_errors_to_others.yml | 0 {t-aggregate => t}/constraints/email.t | 0 {t-aggregate => t}/constraints/equal.t | 0 {t-aggregate => t}/constraints/equal_internals.t | 0 {t-aggregate => t}/constraints/equal_not.t | 0 {t-aggregate => t}/constraints/file.t | 4 +- {t-aggregate => t}/constraints/file.yml | 0 {t-aggregate => t}/constraints/file_maxsize.t | 4 +- {t-aggregate => t}/constraints/file_maxsize.yml | 0 {t-aggregate => t}/constraints/file_mime.t | 4 +- {t-aggregate => t}/constraints/file_mime.yml | 0 {t-aggregate => t}/constraints/file_minsize.t | 4 +- {t-aggregate => t}/constraints/file_minsize.yml | 0 {t-aggregate => t}/constraints/file_size.t | 4 +- {t-aggregate => t}/constraints/file_size.yml | 0 {t-aggregate => t}/constraints/integer.t | 0 {t-aggregate => t}/constraints/length.t | 0 {t-aggregate => t}/constraints/localize.t | 0 {t-aggregate => t}/constraints/maxlength.t | 0 {t-aggregate => t}/constraints/maxrange.t | 0 {t-aggregate => t}/constraints/minlength.t | 0 {t-aggregate => t}/constraints/minmaxfields.t | 0 .../constraints/minmaxfields_with_filter_split.t | 2 +- .../constraints/minmaxfields_with_filter_split.yml | 0 {t-aggregate => t}/constraints/minrange.t | 0 {t-aggregate => t}/constraints/not_equal.t | 0 {t-aggregate => t}/constraints/not_word.t | 0 {t-aggregate => t}/constraints/number.t | 0 {t-aggregate => t}/constraints/printable.t | 0 {t-aggregate => t}/constraints/range.t | 0 {t-aggregate => t}/constraints/regex.t | 0 {t-aggregate => t}/constraints/regex_anchored.t | 0 {t-aggregate => t}/constraints/regex_common.t | 0 {t-aggregate => t}/constraints/repeatable_any.t | 2 +- {t-aggregate => t}/constraints/repeatable_any.yml | 0 .../repeatable_any_not_increment_field_names.t | 2 +- .../repeatable_any_not_increment_field_names.yml | 0 {t-aggregate => t}/constraints/required.t | 0 {t-aggregate => t}/constraints/required_file.t | 4 +- {t-aggregate => t}/constraints/required_file.yml | 0 .../constraints/required_only_on_reps.t | 2 +- .../constraints/required_only_on_reps.yml | 0 {t-aggregate => t}/constraints/set.t | 0 {t-aggregate => t}/constraints/singlevalue.t | 0 {t-aggregate => t}/constraints/word.t | 0 {t-aggregate => t}/constraints/xml.t | 0 {t-aggregate => t}/deflators/callback.t | 0 {t-aggregate => t}/deflators/compounddatetime.t | 2 +- {t-aggregate => t}/deflators/compounddatetime.yml | 0 .../deflators/compounddatetime_field_order.t | 2 +- .../deflators/compounddatetime_field_order.yml | 0 {t-aggregate => t}/deflators/compoundsplit.t | 2 +- {t-aggregate => t}/deflators/compoundsplit.yml | 0 .../deflators/compoundsplit_after_submit.t | 2 +- .../deflators/compoundsplit_after_submit.yml | 0 .../deflators/compoundsplit_field_order.t | 2 +- .../deflators/compoundsplit_field_order.yml | 0 {t-aggregate => t}/deflators/compoundsplit_split.t | 2 +- .../deflators/compoundsplit_split.yml | 0 {t-aggregate => t}/deflators/formatnumber.t | 4 +- {t-aggregate => t}/deflators/formatnumber.yml | 0 {t-aggregate => t}/deflators/pathclassfile.t | 2 +- {t-aggregate => t}/elements/blank.t | 0 {t-aggregate => t}/elements/block.t | 0 {t-aggregate => t}/elements/block_auto_block_id.t | 2 +- .../elements/block_auto_block_id.yml | 0 {t-aggregate => t}/elements/block_repeatable.t | 2 +- {t-aggregate => t}/elements/block_repeatable.yml | 0 .../elements/block_repeatable_attrs.t | 2 +- .../elements/block_repeatable_attrs.yml | 0 .../elements/block_repeatable_auto_block_id.t | 2 +- .../elements/block_repeatable_auto_block_id.yml | 0 .../elements/block_repeatable_auto_id.t | 2 +- .../elements/block_repeatable_auto_id.yml | 0 .../elements/block_repeatable_date.t | 2 +- .../elements/block_repeatable_date.yml | 0 {t-aggregate => t}/elements/block_repeatable_inc.t | 2 +- .../elements/block_repeatable_inc.yml | 0 .../elements/block_repeatable_multi.t | 2 +- {t-aggregate => t}/elements/block_repeatable_tag.t | 2 +- .../elements/block_repeatable_tag.yml | 0 {t-aggregate => t}/elements/button.t | 0 {t-aggregate => t}/elements/button_no_name.t | 0 {t-aggregate => t}/elements/checkbox.t | 0 .../elements/checkbox_force_default.t | 0 .../elements/checkbox_retain_default.t | 0 {t-aggregate => t}/elements/checkbox_reverse.t | 2 +- {t-aggregate => t}/elements/checkbox_reverse.yml | 0 {t-aggregate => t}/elements/checkboxgroup.t | 0 .../elements/checkboxgroup_attributes_escaped.t | 2 +- .../elements/checkboxgroup_attributes_escaped.yml | 0 {t-aggregate => t}/elements/combobox.t | 2 +- {t-aggregate => t}/elements/combobox.yml | 0 {t-aggregate => t}/elements/combobox_repeatable.t | 2 +- .../elements/combobox_repeatable.yml | 0 {t-aggregate => t}/elements/combobox_required.t | 2 +- {t-aggregate => t}/elements/combobox_required.yml | 0 {t-aggregate => t}/elements/content_button.t | 0 {t-aggregate => t}/elements/date.t | 0 {t-aggregate => t}/elements/date_default.t | 0 .../elements/date_default_datetime_args.t | 2 +- .../elements/date_default_datetime_args.yml | 0 {t-aggregate => t}/elements/date_default_empty.t | 0 {t-aggregate => t}/elements/date_month_year.t | 0 {t-aggregate => t}/elements/date_natural.t | 0 {t-aggregate => t}/elements/date_order.t | 0 {t-aggregate => t}/elements/date_order_error.t | 0 {t-aggregate => t}/elements/date_rename.t | 0 {t-aggregate => t}/elements/date_undef.t | 0 {t-aggregate => t}/elements/date_year_reverse.t | 2 +- {t-aggregate => t}/elements/date_year_reverse.yml | 0 {t-aggregate => t}/elements/datetime.t | 2 +- {t-aggregate => t}/elements/datetime.yml | 0 {t-aggregate => t}/elements/datetime_interval.t | 2 +- {t-aggregate => t}/elements/datetime_interval.yml | 0 {t-aggregate => t}/elements/datetime_seconds.t | 2 +- {t-aggregate => t}/elements/datetime_seconds.yml | 0 {t-aggregate => t}/elements/element_setup.t | 0 {t-aggregate => t}/elements/email.t | 0 {t-aggregate => t}/elements/escaping.t | 0 .../elements/field_default_empty_value.t | 0 {t-aggregate => t}/elements/field_non_param.t | 0 {t-aggregate => t}/elements/fieldset.t | 0 .../elements/fieldset_legend_attrs.t | 2 +- .../elements/fieldset_legend_attrs.yml | 0 {t-aggregate => t}/elements/file.t | 0 {t-aggregate => t}/elements/file_post.txt | Bin {t-aggregate => t}/elements/file_post_cgi_simple.t | 2 +- {t-aggregate => t}/elements/hidden.t | 0 {t-aggregate => t}/elements/hr.t | 0 {t-aggregate => t}/elements/image.t | 0 {t-aggregate => t}/elements/label.t | 2 +- {t-aggregate => t}/elements/label.yml | 0 .../elements/label_value_submission.t | 2 +- .../elements/label_value_submission.yml | 0 {t-aggregate => t}/elements/multi.t | 0 {t-aggregate => t}/elements/multi_errors.t | 0 .../elements/multiple_submit_buttons.t | 0 {t-aggregate => t}/elements/no_block_tag.t | 2 +- {t-aggregate => t}/elements/no_block_tag.yml | 0 {t-aggregate => t}/elements/no_container_tag.t | 2 +- {t-aggregate => t}/elements/no_container_tag.yml | 0 {t-aggregate => t}/elements/number.t | 2 +- {t-aggregate => t}/elements/number.yml | 0 {t-aggregate => t}/elements/object.t | 2 +- .../elements/object/field_layout_field_custom | 0 {t-aggregate => t}/elements/password.t | 0 .../elements/password_render_value.t | 0 .../elements/password_retain_default.t | 0 {t-aggregate => t}/elements/radio.t | 0 {t-aggregate => t}/elements/radio_force_default.t | 0 {t-aggregate => t}/elements/radio_retain_default.t | 0 {t-aggregate => t}/elements/radiogroup.t | 0 .../elements/radiogroup_attributes_escaped.t | 2 +- .../elements/radiogroup_attributes_escaped.yml | 0 {t-aggregate => t}/elements/radiogroup_attrs_xml.t | 0 {t-aggregate => t}/elements/radiogroup_dup_opt.t | 0 {t-aggregate => t}/elements/radiogroup_errors.t | 0 .../elements/radiogroup_force_default.t | 0 {t-aggregate => t}/elements/radiogroup_id.t | 0 {t-aggregate => t}/elements/radiogroup_id_value.t | 0 .../elements/radiogroup_retain_default.t | 0 {t-aggregate => t}/elements/radiogroup_subgroup.t | 0 .../elements/radiogroup_unknown_opt.t | 0 {t-aggregate => t}/elements/radiogroup_xml.t | 0 {t-aggregate => t}/elements/render_method.t | 0 .../elements/repeatable_counter_name.t | 2 +- .../elements/repeatable_counter_name.yml | 0 .../elements/repeatable_repeatable.t | 2 +- .../elements/repeatable_repeatable.yml | 0 {t-aggregate => t}/elements/reset.t | 0 {t-aggregate => t}/elements/reverse.t | 0 {t-aggregate => t}/elements/select.t | 0 .../elements/select_attributes_escaped.t | 2 +- .../elements/select_attributes_escaped.yml | 0 .../elements/select_deflator_default.t | 0 {t-aggregate => t}/elements/select_empty_first.t | 2 +- {t-aggregate => t}/elements/select_empty_first.yml | 0 .../elements/select_empty_first_label.t | 0 {t-aggregate => t}/elements/select_force_default.t | 0 {t-aggregate => t}/elements/select_label_loc.t | 0 .../elements/select_multi_default_values.t | 0 {t-aggregate => t}/elements/select_multi_value.t | 0 {t-aggregate => t}/elements/select_optgroup.t | 0 {t-aggregate => t}/elements/select_options.t | 0 .../elements/select_retain_default.t | 0 {t-aggregate => t}/elements/select_same_name.t | 2 +- {t-aggregate => t}/elements/select_same_name.yml | 0 {t-aggregate => t}/elements/select_value_range.t | 0 {t-aggregate => t}/elements/simple_table.t | 2 +- {t-aggregate => t}/elements/simple_table.yml | 0 {t-aggregate => t}/elements/simple_table_class.t | 2 +- {t-aggregate => t}/elements/simple_table_class.yml | 0 .../elements/simple_table_multiple.t | 2 +- .../elements/simple_table_multiple.yml | 0 {t-aggregate => t}/elements/src.t | 0 {t-aggregate => t}/elements/submit.t | 0 {t-aggregate => t}/elements/text.t | 0 {t-aggregate => t}/elements/text_attributes.t | 0 .../elements/text_auto_comment_class.t | 2 +- .../elements/text_auto_comment_class.yml | 0 .../elements/text_auto_container_class.t | 2 +- .../elements/text_auto_container_class.yml | 0 .../elements/text_auto_container_comment_class.t | 2 +- .../elements/text_auto_container_comment_class.yml | 0 .../elements/text_auto_container_error_class.t | 2 +- .../elements/text_auto_container_error_class.yml | 0 .../elements/text_auto_container_label_class.t | 2 +- .../elements/text_auto_container_label_class.yml | 0 .../elements/text_auto_label_class.t | 2 +- .../elements/text_auto_label_class.yml | 0 .../elements/text_datalist_options.t | 2 +- .../elements/text_datalist_options.yml | 0 {t-aggregate => t}/elements/text_datalist_values.t | 2 +- .../elements/text_datalist_values.yml | 0 {t-aggregate => t}/elements/text_errors.t | 0 {t-aggregate => t}/elements/text_force_default.t | 0 {t-aggregate => t}/elements/text_layout.t | 2 +- {t-aggregate => t}/elements/text_layout.yml | 0 {t-aggregate => t}/elements/text_retain_default.t | 0 {t-aggregate => t}/elements/text_title.t | 0 {t-aggregate => t}/elements/textarea.t | 0 {t-aggregate => t}/elements/url.t | 2 +- {t-aggregate => t}/elements/url.yml | 0 {t-aggregate => t}/examples/custom_label.t | 0 {t-aggregate => t}/examples/custom_label2.t | 0 {t-aggregate => t}/examples/field_as.t | 0 {t-aggregate => t}/examples/fields_as_list_items.t | 0 {t-aggregate => t}/field_accessor_loc.t | 0 {t-aggregate => t}/field_accessor_loc_arrayref.t | 2 +- {t-aggregate => t}/field_accessor_loc_arrayref.yml | 0 {t-aggregate => t}/field_change_name.t | 0 {t-aggregate => t}/field_id.t | 0 {t-aggregate => t}/filters/all_by_default.t | 0 {t-aggregate => t}/filters/callback.t | 0 {t-aggregate => t}/filters/compoundjoin.t | 2 +- {t-aggregate => t}/filters/compoundjoin.yml | 0 .../filters/compoundjoin_field_order.t | 2 +- .../filters/compoundjoin_field_order.yml | 0 {t-aggregate => t}/filters/compoundjoin_join.t | 2 +- {t-aggregate => t}/filters/compoundjoin_join.yml | 0 {t-aggregate => t}/filters/compoundsprintf.t | 2 +- {t-aggregate => t}/filters/compoundsprintf.yml | 0 .../filters/compoundsprintf_field_order.t | 2 +- .../filters/compoundsprintf_field_order.yml | 0 {t-aggregate => t}/filters/copyvalue.t | 0 {t-aggregate => t}/filters/encode.t | 0 {t-aggregate => t}/filters/filter.t | 0 {t-aggregate => t}/filters/formatnumber.t | 2 +- {t-aggregate => t}/filters/formatnumber.yml | 0 {t-aggregate => t}/filters/htmlescape.t | 0 {t-aggregate => t}/filters/htmlscrubber.t | 0 {t-aggregate => t}/filters/lowercase.t | 0 {t-aggregate => t}/filters/nonnumeric.t | 0 {t-aggregate => t}/filters/regex.t | 2 +- {t-aggregate => t}/filters/regex.yml | 0 {t-aggregate => t}/filters/regex_eval.t | 2 +- {t-aggregate => t}/filters/regex_eval.yml | 0 {t-aggregate => t}/filters/split.t | 2 +- {t-aggregate => t}/filters/split.yml | 0 {t-aggregate => t}/filters/trimedges.t | 0 {t-aggregate => t}/filters/uppercase.t | 0 {t-aggregate => t}/filters/whitespace.t | 0 {t-aggregate => t}/force_errors/allornone.t | 0 {t-aggregate => t}/force_errors/callbackonce.t | 0 {t-aggregate => t}/force_errors/dependon.t | 0 {t-aggregate => t}/force_errors/equal.t | 0 {t-aggregate => t}/force_errors/force_errors.t | 0 {t-aggregate => t}/force_errors/integer.t | 0 {t-aggregate => t}/force_errors/minmaxfields.t | 0 {t-aggregate => t}/form/add_render_class_args.t | 0 {t-aggregate => t}/form/add_valid.t | 0 {t-aggregate => t}/form/add_valid_unknown.t | 0 {t-aggregate => t}/form/attributes.t | 0 {t-aggregate => t}/form/auto_constraint_class.t | 0 {t-aggregate => t}/form/auto_error_class.t | 0 {t-aggregate => t}/form/auto_error_message.t | 0 {t-aggregate => t}/form/auto_fieldset.t | 0 {t-aggregate => t}/form/auto_label.t | 0 {t-aggregate => t}/form/clone.t | 0 {t-aggregate => t}/form/config_callback.t | 2 +- {t-aggregate => t}/form/config_callback.yml | 0 {t-aggregate => t}/form/constraints_from_dbic.t | 0 {t-aggregate => t}/form/constraints_from_dbic_rs.t | 0 {t-aggregate => t}/form/default_args.t | 0 {t-aggregate => t}/form/default_args_alt.t | 2 +- {t-aggregate => t}/form/default_args_alt.yml | 0 {t-aggregate => t}/form/default_args_isa.t | 2 +- {t-aggregate => t}/form/default_args_isa.yml | 0 .../form/default_args_not_inheriting.t | 0 {t-aggregate => t}/form/default_values.t | 0 {t-aggregate => t}/form/end.t | 0 {t-aggregate => t}/form/error_message.t | 0 {t-aggregate => t}/form/force_error_message.t | 0 {t-aggregate => t}/form/form_error_message_class.t | 0 {t-aggregate => t}/form/get_all_elements.t | 0 {t-aggregate => t}/form/get_constraint.t | 0 {t-aggregate => t}/form/get_constraints.t | 0 {t-aggregate => t}/form/get_deflator.t | 0 {t-aggregate => t}/form/get_deflators.t | 0 {t-aggregate => t}/form/get_element.t | 0 {t-aggregate => t}/form/get_elements.t | 0 {t-aggregate => t}/form/get_errors.t | 0 {t-aggregate => t}/form/get_field.t | 0 {t-aggregate => t}/form/get_fields.t | 0 {t-aggregate => t}/form/get_filter.t | 0 {t-aggregate => t}/form/get_filters.t | 0 {t-aggregate => t}/form/get_inflator.t | 0 {t-aggregate => t}/form/get_inflators.t | 0 {t-aggregate => t}/form/get_parent.t | 2 +- {t-aggregate => t}/form/get_parent.yml | 0 {t-aggregate => t}/form/has_errors.t | 0 {t-aggregate => t}/form/hidden_fields.t | 0 {t-aggregate => t}/form/init_arg.t | 0 {t-aggregate => t}/form/insert_after.t | 0 {t-aggregate => t}/form/insert_before.t | 0 {t-aggregate => t}/form/javascript.t | 0 {t-aggregate => t}/form/javascript_src.t | 0 {t-aggregate => t}/form/languages.t | 2 +- {t-aggregate => t}/form/languages.yml | 0 {t-aggregate => t}/form/model.t | 0 .../form/multiple_same_named_fields.t | 0 {t-aggregate => t}/form/object.t | 2 +- {t-aggregate => t}/form/object/form | 0 {t-aggregate => t}/form/param.t | 0 {t-aggregate => t}/form/param_array.t | 0 {t-aggregate => t}/form/param_list.t | 0 {t-aggregate => t}/form/param_value.t | 0 {t-aggregate => t}/form/params.t | 0 {t-aggregate => t}/form/params_ignore_underscore.t | 0 {t-aggregate => t}/form/query.t | 0 {t-aggregate => t}/form/render_processed_value.t | 2 +- {t-aggregate => t}/form/render_processed_value.yml | 0 {t-aggregate => t}/form/start.t | 0 {t-aggregate => t}/form/stash.t | 0 {t-aggregate => t}/form/submitted.t | 0 {t-aggregate => t}/form/submitted_and_valid.t | 0 {t-aggregate => t}/form/title_xml.t | 0 {t-aggregate => t}/form/valid.t | 0 {t-aggregate => t}/i18n/add_localize_object.t | 0 .../i18n/add_localize_object_from_class.t | 2 +- .../i18n/add_localize_object_from_class.yml | 0 {t-aggregate => t}/inflators/array.t | 0 {t-aggregate => t}/inflators/callback.t | 0 {t-aggregate => t}/inflators/compounddatetime.t | 2 +- {t-aggregate => t}/inflators/compounddatetime.yml | 0 .../inflators/compounddatetime_field_order.t | 2 +- .../inflators/compounddatetime_field_order.yml | 0 {t-aggregate => t}/inflators/datetime_optional.t | 0 {t-aggregate => t}/inflators/datetime_parser.t | 0 {t-aggregate => t}/inflators/datetime_regex.t | 0 .../inflators/datetime_regex_string.t | 0 {t-aggregate => t}/inflators/datetime_strptime.t | 0 {t-aggregate => t}/inflators/datetime_timezone.t | 0 .../inflators/datetime_with_constraint.t | 2 +- .../inflators/datetime_with_constraint.yml | 0 {t-aggregate => t}/internals/default_args-types.t | 2 +- .../internals/default_args-types.yml | 0 {t-aggregate => t}/load_config/config_file_path.t | 8 +- .../load_config/config_file_path/form.yml | 0 .../load_config/config_file_path2/form.yml | 0 {t-aggregate => t}/load_config/load_config_file.t | 2 +- .../load_config_file_constraint_regex.t | 2 +- .../load_config_file_constraint_regex.yml | 0 .../load_config/load_config_file_fieldset.yml | 0 .../load_config/load_config_file_form.yml | 2 +- .../load_config/load_config_file_multi_stream.t | 2 +- .../load_config/load_config_file_multi_stream.yml | 0 .../load_config/load_config_file_multiple.t | 2 +- t/load_config/load_config_file_multiple.yml | 5 + .../load_config/load_config_file_multiple1.yml | 0 .../load_config/load_config_file_multiple2.yml | 0 .../load_config/load_config_filestem.t | 2 +- {t-aggregate => t}/model/hashref_create.t | 0 .../hashref_create_repeatable_without_nestedname.t | 2 +- ...ashref_create_repeatable_without_nestedname.yml | 0 {t-aggregate => t}/model/hashref_default_values.t | 0 {t-aggregate => t}/model/hashref_escaping.t | 0 .../model/hashref_multi_within_rep.t | 2 +- .../model/hashref_multi_within_rep.yml | 0 {t-aggregate => t}/model/hashref_process.t | 0 {t-aggregate => t}/multiple_select_fields.t | 0 {t-aggregate => t}/multiple_text_fields.t | 0 {t-aggregate => t}/nested/constraints/allornone.t | 0 .../nested/constraints/callbackonce.t | 0 .../nested/constraints/constraint_when.t | 2 +- .../nested/constraints/constraint_when.yml | 0 {t-aggregate => t}/nested/constraints/dependon.t | 0 {t-aggregate => t}/nested/constraints/equal.t | 0 .../nested/constraints/minmaxfields.t | 0 {t-aggregate => t}/nested/constraints/required.t | 0 {t-aggregate => t}/nested/element_name.t | 2 +- {t-aggregate => t}/nested/element_name.yml | 0 .../nested/elements/block_repeatable_multi_named.t | 2 +- .../elements/block_repeatable_multi_named.yml | 0 .../elements/block_repeatable_multi_named_filter.t | 2 +- .../block_repeatable_multi_named_filter.yml | 0 .../nested/elements/block_without_name.t | 2 +- .../nested/elements/block_without_name.yml | 0 .../nested/elements/checkbox_force_default.t | 0 .../nested/elements/checkbox_retain_default.t | 0 {t-aggregate => t}/nested/elements/combobox.t | 0 {t-aggregate => t}/nested/elements/date.t | 0 {t-aggregate => t}/nested/elements/multi.t | 0 {t-aggregate => t}/nested/elements/multi_named.t | 0 {t-aggregate => t}/nested/elements/radio.t | 0 .../nested/elements/radio_force_default.t | 0 .../nested/elements/radio_retain_default.t | 0 {t-aggregate => t}/nested/elements/radiogroup.t | 0 .../nested/elements/radiogroup_force_default.t | 0 .../nested/elements/radiogroup_retain_default.t | 0 .../nested/elements/repeatable_repeatable.t | 2 +- .../nested/elements/repeatable_repeatable.yml | 0 {t-aggregate => t}/nested/elements/select.t | 0 .../nested/elements/select_force_default.t | 0 .../nested/elements/select_retain_default.t | 0 .../nested/elements/select_same_name.t | 2 +- .../nested/elements/select_same_name.yml | 0 {t-aggregate => t}/nested/elements/text.t | 0 {t-aggregate => t}/nested/filters/regex.t | 0 .../nested/form/render_processed_value.t | 2 +- .../nested/form/render_processed_value.yml | 0 {t-aggregate => t}/nested/form_input.t | 0 {t-aggregate => t}/nested/illegal_name.t | 0 .../nested/inflators/datetime_strptime.t | 0 .../nested/internals/form_processed_params.t | 0 {t-aggregate => t}/nested/internals/hash_keys.t | 0 {t-aggregate => t}/nested/param.t | 0 {t-aggregate => t}/nested/params.t | 0 {t-aggregate => t}/nested/pre_expanded.t | 0 {t-aggregate => t}/nested/transformers/callback.t | 0 {t-aggregate => t}/nested/valid.t | 0 {t-aggregate => t}/nested/validators/callback.t | 4 +- {t-aggregate => t}/output_processors/indent.t | 0 .../output_processors/indent_internals.t | 0 .../output_processors/strip_whitespace.t | 2 +- .../output_processors/strip_whitespace.yml | 0 {t-aggregate => t}/plugins/stashvalid.t | 2 +- {t-aggregate => t}/plugins/stashvalid.yml | 0 {t-aggregate => t}/plugins/stashvalid_on_field.t | 2 +- {t-aggregate => t}/plugins/stashvalid_on_field.yml | 0 t/release-distmeta.t | 14 - {t-aggregate => t}/repeatable/clone.t | 2 +- {t-aggregate => t}/repeatable/clone.yml | 0 .../repeatable/constraints/attach_errors_to.t | 2 +- .../repeatable/constraints/attach_errors_to.yml | 0 {t-aggregate => t}/repeatable/constraints/equal.t | 2 +- .../repeatable/constraints/equal.yml | 0 .../repeatable/constraints/required.t | 2 +- .../repeatable/constraints/required.yml | 0 .../required_not_increment_field_names.t | 2 +- .../required_not_increment_field_names.yml | 0 .../repeatable/constraints/required_not_nested.t | 2 +- .../repeatable/constraints/required_not_nested.yml | 0 {t-aggregate => t}/repeatable/constraints/when.t | 2 +- {t-aggregate => t}/repeatable/constraints/when.yml | 0 .../repeatable/constraints/repeatable_any.t | 2 +- .../repeatable/constraints/repeatable_any.yml | 0 {t-aggregate => t}/roles/block.t | 2 +- {t-aggregate => t}/roles/block.yml | 0 {t-aggregate => t}/roles/field.t | 2 +- {t-aggregate => t}/roles/field.yml | 0 {t-aggregate => t}/roles/form.t | 2 +- {t-aggregate => t}/roles/form.yml | 0 {t-aggregate => t}/transformers/callback.t | 0 {t-aggregate => t}/utils/append_xml_attribute.t | 0 {t-aggregate => t}/utils/has_xml_attribute.t | 0 {t-aggregate => t}/utils/remove_xml_attribute.t | 0 {t-aggregate => t}/validators/callback.t | 0 {t-aggregate => t}/validators/validator.t | 0 xt/author/00-compile.t | 253 +++ t/author-critic.t => xt/author/critic.t | 8 - t/author-eol.t => xt/author/eol.t | 10 +- t/author-pod-syntax.t => xt/author/pod-syntax.t | 8 - xt/release/distmeta.t | 6 + t/release-kwalitee.t => xt/release/kwalitee.t | 8 - .../release/pause-permissions.t | 8 - 733 files changed, 5700 insertions(+), 1175 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-formfu-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list Pkg-perl-cvs-commits@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits