This is an automated email from the git hooks/post-receive script.

fsfs pushed a change to branch master
in repository libhtml-formfu-perl.

      from  69ee248   update changelog
      adds  a91ec55   Imported Upstream version 2.00000
       new  072b685   Merge tag 'upstream/2.00000'
       new  0c41162   Import Upstream version 2.00000
       new  fcdda04   Drop (build-)dependencies on 
libclass-accessor-chained-perl, libdate-calc-perl, 
libmoosex-attribute-chained-perl and libmoosex-setonce-perl
       new  7618692   Add lib/MosseX/* to debian/copyright
       new  701f0f6   Bump copyright years
       new  c27cf40   Refresh how-to-report-bugs.diff (offset), drop 
pod2man-errors.patch (applied upstream)
       new  4205221   New fix-whatis.patch
       new  0cdb34d   update changelog for release

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                            |  34 +++
 LICENSE                                            |   2 +-
 MANIFEST                                           |  43 ++-
 META.yml                                           | 110 ++++---
 Makefile.PL                                        |  11 +-
 README                                             |   4 +-
 debian/changelog                                   |  16 +-
 debian/control                                     |   8 -
 debian/copyright                                   |   7 +-
 debian/patches/fix-whatis.patch                    |  15 +
 debian/patches/how-to-report-bugs.diff             |   2 +-
 debian/patches/pod2man-errors.patch                |  42 ---
 debian/patches/series                              |   2 +-
 dist.ini                                           |   7 +-
 lib/HTML/FormFu.pm                                 |  51 ++--
 lib/HTML/FormFu/Attribute.pm                       |   5 +-
 lib/HTML/FormFu/Constants.pm                       |   5 +-
 lib/HTML/FormFu/Constraint.pm                      |  17 +-
 lib/HTML/FormFu/Constraint/ASCII.pm                |   5 +-
 lib/HTML/FormFu/Constraint/AllOrNone.pm            |   4 +-
 lib/HTML/FormFu/Constraint/AutoSet.pm              |   5 +-
 lib/HTML/FormFu/Constraint/Bool.pm                 |   5 +-
 lib/HTML/FormFu/Constraint/Callback.pm             |   9 +-
 lib/HTML/FormFu/Constraint/CallbackOnce.pm         |   9 +-
 lib/HTML/FormFu/Constraint/DateTime.pm             |   5 +-
 lib/HTML/FormFu/Constraint/DependOn.pm             |   4 +-
 lib/HTML/FormFu/Constraint/Email.pm                |   5 +-
 lib/HTML/FormFu/Constraint/Equal.pm                |   4 +-
 lib/HTML/FormFu/Constraint/File.pm                 |   5 +-
 lib/HTML/FormFu/Constraint/File/MIME.pm            |  11 +-
 lib/HTML/FormFu/Constraint/File/MaxSize.pm         |   5 +-
 lib/HTML/FormFu/Constraint/File/MinSize.pm         |   5 +-
 lib/HTML/FormFu/Constraint/File/Size.pm            |  10 +-
 lib/HTML/FormFu/Constraint/Integer.pm              |   5 +-
 lib/HTML/FormFu/Constraint/Length.pm               |  10 +-
 lib/HTML/FormFu/Constraint/MaxLength.pm            |   5 +-
 lib/HTML/FormFu/Constraint/MaxRange.pm             |   5 +-
 lib/HTML/FormFu/Constraint/MinLength.pm            |   5 +-
 lib/HTML/FormFu/Constraint/MinMaxFields.pm         |  10 +-
 lib/HTML/FormFu/Constraint/MinRange.pm             |   5 +-
 lib/HTML/FormFu/Constraint/Number.pm               |   5 +-
 lib/HTML/FormFu/Constraint/Printable.pm            |   5 +-
 lib/HTML/FormFu/Constraint/Range.pm                |  10 +-
 lib/HTML/FormFu/Constraint/Regex.pm                |  13 +-
 lib/HTML/FormFu/Constraint/Repeatable/Any.pm       |   4 +-
 lib/HTML/FormFu/Constraint/Required.pm             |   5 +-
 lib/HTML/FormFu/Constraint/Set.pm                  |   9 +-
 lib/HTML/FormFu/Constraint/SingleValue.pm          |   5 +-
 lib/HTML/FormFu/Constraint/Word.pm                 |   5 +-
 lib/HTML/FormFu/Deflator.pm                        |   8 +-
 lib/HTML/FormFu/Deflator/Callback.pm               |   9 +-
 lib/HTML/FormFu/Deflator/CompoundDateTime.pm       |   9 +-
 lib/HTML/FormFu/Deflator/CompoundSplit.pm          |  13 +-
 lib/HTML/FormFu/Deflator/FormatNumber.pm           |  11 +-
 lib/HTML/FormFu/Deflator/PathClassFile.pm          |  13 +-
 lib/HTML/FormFu/Deflator/Strftime.pm               |   9 +-
 lib/HTML/FormFu/Deploy.pm                          |   5 +-
 lib/HTML/FormFu/Element.pm                         |  16 +-
 lib/HTML/FormFu/Element/Blank.pm                   |   4 +-
 lib/HTML/FormFu/Element/Block.pm                   |  14 +-
 lib/HTML/FormFu/Element/Button.pm                  |   4 +-
 lib/HTML/FormFu/Element/Checkbox.pm                |  16 +-
 lib/HTML/FormFu/Element/Checkboxgroup.pm           |  21 +-
 lib/HTML/FormFu/Element/ComboBox.pm                |  22 +-
 lib/HTML/FormFu/Element/ContentButton.pm           |  40 +--
 lib/HTML/FormFu/Element/Date.pm                    |  30 +-
 lib/HTML/FormFu/Element/DateTime.pm                |   9 +-
 lib/HTML/FormFu/Element/Email.pm                   |   4 +-
 lib/HTML/FormFu/Element/Fieldset.pm                |   5 +-
 lib/HTML/FormFu/Element/File.pm                    |   4 +-
 lib/HTML/FormFu/Element/Hidden.pm                  |  27 +-
 lib/HTML/FormFu/Element/Hr.pm                      |   4 +-
 lib/HTML/FormFu/Element/Image.pm                   |   4 +-
 lib/HTML/FormFu/Element/Label.pm                   |  43 +--
 lib/HTML/FormFu/Element/Multi.pm                   |  68 ++---
 lib/HTML/FormFu/Element/Number.pm                  |   4 +-
 lib/HTML/FormFu/Element/Password.pm                |   8 +-
 lib/HTML/FormFu/Element/Radio.pm                   |  10 +-
 lib/HTML/FormFu/Element/Radiogroup.pm              |  11 +-
 lib/HTML/FormFu/Element/Repeatable.pm              |  19 +-
 lib/HTML/FormFu/Element/Reset.pm                   |   4 +-
 lib/HTML/FormFu/Element/Select.pm                  |   7 +-
 lib/HTML/FormFu/Element/SimpleTable.pm             |  11 +-
 lib/HTML/FormFu/Element/Src.pm                     |   5 +-
 lib/HTML/FormFu/Element/Submit.pm                  |   4 +-
 lib/HTML/FormFu/Element/Text.pm                    |   4 +-
 lib/HTML/FormFu/Element/Textarea.pm                |  35 +--
 lib/HTML/FormFu/Element/URL.pm                     |  11 +-
 lib/HTML/FormFu/Exception.pm                       |   4 +-
 lib/HTML/FormFu/Exception/Constraint.pm            |   5 +-
 lib/HTML/FormFu/Exception/Inflator.pm              |   5 +-
 lib/HTML/FormFu/Exception/Input.pm                 |  11 +-
 lib/HTML/FormFu/Exception/Transformer.pm           |   5 +-
 lib/HTML/FormFu/Exception/Validator.pm             |   5 +-
 lib/HTML/FormFu/FakeQuery.pm                       |   4 +-
 lib/HTML/FormFu/Filter.pm                          |  12 +-
 lib/HTML/FormFu/Filter/Callback.pm                 |   9 +-
 lib/HTML/FormFu/Filter/CompoundJoin.pm             |   8 +-
 lib/HTML/FormFu/Filter/CompoundSprintf.pm          |   8 +-
 lib/HTML/FormFu/Filter/CopyValue.pm                |   9 +-
 lib/HTML/FormFu/Filter/Encode.pm                   |   9 +-
 lib/HTML/FormFu/Filter/ForceListValue.pm           |  62 ++++
 lib/HTML/FormFu/Filter/FormatNumber.pm             |   5 +-
 lib/HTML/FormFu/Filter/HTMLEscape.pm               |   5 +-
 lib/HTML/FormFu/Filter/HTMLScrubber.pm             |  17 +-
 lib/HTML/FormFu/Filter/LowerCase.pm                |   5 +-
 lib/HTML/FormFu/Filter/NonNumeric.pm               |   5 +-
 lib/HTML/FormFu/Filter/Regex.pm                    |  13 +-
 lib/HTML/FormFu/Filter/Split.pm                    |  11 +-
 lib/HTML/FormFu/Filter/TrimEdges.pm                |   5 +-
 lib/HTML/FormFu/Filter/UpperCase.pm                |   5 +-
 lib/HTML/FormFu/Filter/Whitespace.pm               |   5 +-
 lib/HTML/FormFu/I18N.pm                            |   4 +-
 lib/HTML/FormFu/I18N/bg.pm                         |   8 +-
 lib/HTML/FormFu/I18N/cs.pm                         |   4 +-
 lib/HTML/FormFu/I18N/da.pm                         |   4 +-
 lib/HTML/FormFu/I18N/de.pm                         |   4 +-
 lib/HTML/FormFu/I18N/en.pm                         |   4 +-
 lib/HTML/FormFu/I18N/es.pm                         |   4 +-
 lib/HTML/FormFu/I18N/fr.pm                         |   4 +-
 lib/HTML/FormFu/I18N/hu.pm                         |   5 +-
 lib/HTML/FormFu/I18N/it.pm                         |   4 +-
 lib/HTML/FormFu/I18N/ja.pm                         |   6 +-
 lib/HTML/FormFu/I18N/no.pm                         |   4 +-
 lib/HTML/FormFu/I18N/pt_br.pm                      |   4 +-
 lib/HTML/FormFu/I18N/pt_pt.pm                      |   4 +-
 lib/HTML/FormFu/I18N/ro.pm                         |   4 +-
 lib/HTML/FormFu/I18N/ru.pm                         |   4 +-
 lib/HTML/FormFu/I18N/ua.pm                         |   4 +-
 lib/HTML/FormFu/I18N/zh_cn.pm                      |   4 +-
 lib/HTML/FormFu/Inflator.pm                        |   5 +-
 lib/HTML/FormFu/Inflator/Callback.pm               |   9 +-
 lib/HTML/FormFu/Inflator/CompoundDateTime.pm       |  11 +-
 lib/HTML/FormFu/Inflator/DateTime.pm               |  11 +-
 lib/HTML/FormFu/Literal.pm                         |   5 +-
 lib/HTML/FormFu/Localize.pm                        |   5 +-
 lib/HTML/FormFu/Manual/Cookbook.pod                |  14 +-
 lib/HTML/FormFu/Model.pm                           |   8 +-
 lib/HTML/FormFu/Model/HashRef.pm                   |  14 +-
 lib/HTML/FormFu/ObjectUtil.pm                      |   5 +-
 lib/HTML/FormFu/OutputProcessor.pm                 |   8 +-
 lib/HTML/FormFu/OutputProcessor/Indent.pm          |  11 +-
 lib/HTML/FormFu/OutputProcessor/StripWhitespace.pm |  17 +-
 lib/HTML/FormFu/Plugin.pm                          |   8 +-
 lib/HTML/FormFu/Plugin/StashValid.pm               |   5 +-
 lib/HTML/FormFu/Preload.pm                         |   5 +-
 lib/HTML/FormFu/Processor.pm                       |   8 +-
 lib/HTML/FormFu/QueryType/CGI.pm                   |   4 +-
 lib/HTML/FormFu/QueryType/CGI/Simple.pm            |   4 +-
 lib/HTML/FormFu/QueryType/Catalyst.pm              |  10 +-
 lib/HTML/FormFu/Role/Constraint/Others.pm          |  15 +-
 lib/HTML/FormFu/Role/ContainsElements.pm           |   4 +-
 .../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          |  15 +-
 lib/HTML/FormFu/Role/Element/Field.pm              | 287 +++++++++++++-----
 lib/HTML/FormFu/Role/Element/FieldMethods.pm       |   4 +-
 lib/HTML/FormFu/Role/Element/Group.pm              |  47 +--
 lib/HTML/FormFu/Role/Element/Input.pm              |  52 +---
 lib/HTML/FormFu/Role/Element/Layout.pm             | 330 +++++++++++++++++++++
 lib/HTML/FormFu/Role/Element/MultiElement.pm       |   4 +-
 lib/HTML/FormFu/Role/Element/NonBlock.pm           |   7 +-
 .../FormFu/Role/Element/ProcessOptionsFromModel.pm |   4 +-
 lib/HTML/FormFu/Role/Element/SingleValueField.pm   |  27 +-
 lib/HTML/FormFu/Role/Filter/Compound.pm            |   7 +-
 lib/HTML/FormFu/Role/FormAndBlockMethods.pm        |   4 +-
 lib/HTML/FormFu/Role/FormAndElementMethods.pm      |   4 +-
 lib/HTML/FormFu/Role/FormBlockAndFieldMethods.pm   |   4 +-
 lib/HTML/FormFu/Role/GetProcessors.pm              |   4 +-
 lib/HTML/FormFu/Role/HasParent.pm                  |   4 +-
 lib/HTML/FormFu/Role/NestedHashUtils.pm            |   4 +-
 lib/HTML/FormFu/Role/Populate.pm                   |   4 +-
 lib/HTML/FormFu/Role/Render.pm                     |   6 +-
 lib/HTML/FormFu/Transformer.pm                     |   5 +-
 lib/HTML/FormFu/Transformer/Callback.pm            |   9 +-
 lib/HTML/FormFu/Upload.pm                          |  14 +-
 lib/HTML/FormFu/UploadParam.pm                     |  10 +-
 lib/HTML/FormFu/Util.pm                            |   5 +-
 lib/HTML/FormFu/Validator.pm                       |  10 +-
 lib/HTML/FormFu/Validator/Callback.pm              |   9 +-
 lib/MooseX/Attribute/FormFuChained.pm              | 101 +++++++
 lib/MooseX/FormFuChainedAccessors.pm               |  61 ++++
 lib/MooseX/Traits/Attribute/FormFuChained.pm       |  24 ++
 share/templates/tt/xhtml/checkboxgroup             |   1 -
 share/templates/tt/xhtml/content_button            |   1 -
 share/templates/tt/xhtml/errors                    |   4 -
 share/templates/tt/xhtml/field                     |  15 +-
 share/templates/tt/xhtml/field_layout              |   1 +
 share/templates/tt/xhtml/field_layout_block        |   3 +
 ...xgroup_tag => field_layout_checkboxgroup_field} |   0
 share/templates/tt/xhtml/field_layout_comment      |   3 +
 .../tt/xhtml/field_layout_contentbutton_field      |   1 +
 share/templates/tt/xhtml/field_layout_errors       |  16 +
 .../tt/xhtml/{input_tag => field_layout_field}     |   0
 share/templates/tt/xhtml/field_layout_javascript   |   4 +
 share/templates/tt/xhtml/field_layout_label        |  11 +
 .../{label_element => field_layout_label_field}    |   0
 share/templates/tt/xhtml/field_layout_label_text   |   1 +
 share/templates/tt/xhtml/field_layout_multi_field  |   3 +
 share/templates/tt/xhtml/field_layout_parser       |  22 ++
 .../{select_tag => field_layout_select_field}      |   0
 .../{textarea_tag => field_layout_textarea_field}  |   0
 share/templates/tt/xhtml/input                     |   1 -
 share/templates/tt/xhtml/label                     |   1 -
 share/templates/tt/xhtml/multi                     |   5 -
 t-aggregate/bugs/pre_1_00_compat.t                 |   3 +-
 t-aggregate/bugs/repeatable_increase_rep.t         |  48 +++
 .../repeatable_increase_rep.yml}                   |   6 +-
 t-aggregate/elements/errors_filename.t             |  40 ---
 t-aggregate/elements/errors_filename.yml           |  11 -
 t-aggregate/elements/object.t                      |   2 +-
 .../elements/object/field_layout_field_custom      |   1 +
 t-aggregate/elements/object/input                  |   1 -
 t-aggregate/elements/text_layout.t                 | 111 +++++++
 t-aggregate/elements/text_layout.yml               |   8 +
 t-aggregate/examples/fields_as_list_items.t        |  13 +-
 t/lib/HTMLFormFu/DBICUniqueFake.pm                 |   4 +-
 t/templates/errors_filename/errors                 |   4 -
 t/templates/{input => field_layout}                |   0
 220 files changed, 1679 insertions(+), 1364 deletions(-)
 create mode 100644 debian/patches/fix-whatis.patch
 delete mode 100644 debian/patches/pod2man-errors.patch
 create mode 100644 lib/HTML/FormFu/Filter/ForceListValue.pm
 create mode 100644 lib/HTML/FormFu/Role/Element/Layout.pm
 create mode 100644 lib/MooseX/Attribute/FormFuChained.pm
 create mode 100644 lib/MooseX/FormFuChainedAccessors.pm
 create mode 100644 lib/MooseX/Traits/Attribute/FormFuChained.pm
 delete mode 100644 share/templates/tt/xhtml/checkboxgroup
 delete mode 100644 share/templates/tt/xhtml/content_button
 delete mode 100644 share/templates/tt/xhtml/errors
 create mode 100644 share/templates/tt/xhtml/field_layout
 create mode 100644 share/templates/tt/xhtml/field_layout_block
 rename share/templates/tt/xhtml/{checkboxgroup_tag => 
field_layout_checkboxgroup_field} (100%)
 create mode 100644 share/templates/tt/xhtml/field_layout_comment
 create mode 100644 share/templates/tt/xhtml/field_layout_contentbutton_field
 create mode 100644 share/templates/tt/xhtml/field_layout_errors
 rename share/templates/tt/xhtml/{input_tag => field_layout_field} (100%)
 create mode 100644 share/templates/tt/xhtml/field_layout_javascript
 create mode 100644 share/templates/tt/xhtml/field_layout_label
 rename share/templates/tt/xhtml/{label_element => field_layout_label_field} 
(100%)
 create mode 100644 share/templates/tt/xhtml/field_layout_label_text
 create mode 100644 share/templates/tt/xhtml/field_layout_multi_field
 create mode 100644 share/templates/tt/xhtml/field_layout_parser
 rename share/templates/tt/xhtml/{select_tag => field_layout_select_field} 
(100%)
 rename share/templates/tt/xhtml/{textarea_tag => field_layout_textarea_field} 
(100%)
 delete mode 100644 share/templates/tt/xhtml/input
 delete mode 100644 share/templates/tt/xhtml/label
 delete mode 100644 share/templates/tt/xhtml/multi
 create mode 100644 t-aggregate/bugs/repeatable_increase_rep.t
 copy t-aggregate/{elements/block_repeatable_auto_id.yml => 
bugs/repeatable_increase_rep.yml} (65%)
 delete mode 100644 t-aggregate/elements/errors_filename.t
 delete mode 100644 t-aggregate/elements/errors_filename.yml
 create mode 100644 t-aggregate/elements/object/field_layout_field_custom
 delete mode 100644 t-aggregate/elements/object/input
 create mode 100644 t-aggregate/elements/text_layout.t
 create mode 100644 t-aggregate/elements/text_layout.yml
 delete mode 100644 t/templates/errors_filename/errors
 rename t/templates/{input => field_layout} (100%)

-- 
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

Reply via email to