[libhtml-formhandler-perl] 02/05: Update upstream source from tag 'upstream/0.40068'
Damyan Ivanov
dmn at moszumanska.debian.org
Sat Nov 11 21:19:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
dmn pushed a commit to branch master
in repository libhtml-formhandler-perl.
commit e929a624f8a6c04c4d4ed2623e270d3c3f8baf5a
Merge: b9f55f2 ce9785a
Author: Damyan Ivanov <dmn at debian.org>
Date: Sat Nov 11 19:58:43 2017 +0000
Update upstream source from tag 'upstream/0.40068'
Update to upstream version '0.40068'
with Debian dir 1e90361f603cb2757e31d05230cc00bc07551def
Changes | 5 +
INSTALL | 15 +-
LICENSE | 8 +-
MANIFEST | 8 +-
META.json | 11 +-
META.yml | 73 ++---
Makefile.PL | 10 +-
README | 6 +-
SIGNATURE | 346 +++++++++++----------
dist.ini | 7 +-
lib/HTML/FormHandler.pm | 6 +-
lib/HTML/FormHandler/Base.pm | 6 +-
lib/HTML/FormHandler/Blocks.pm | 6 +-
lib/HTML/FormHandler/BuildFields.pm | 6 +-
lib/HTML/FormHandler/BuildPages.pm | 6 +-
lib/HTML/FormHandler/Field.pm | 6 +-
lib/HTML/FormHandler/Field/AddElement.pm | 6 +-
lib/HTML/FormHandler/Field/BoolSelect.pm | 6 +-
lib/HTML/FormHandler/Field/Boolean.pm | 6 +-
lib/HTML/FormHandler/Field/Button.pm | 6 +-
lib/HTML/FormHandler/Field/Captcha.pm | 6 +-
lib/HTML/FormHandler/Field/Checkbox.pm | 6 +-
lib/HTML/FormHandler/Field/Compound.pm | 6 +-
lib/HTML/FormHandler/Field/Date.pm | 24 +-
lib/HTML/FormHandler/Field/DateMDY.pm | 6 +-
lib/HTML/FormHandler/Field/DateTime.pm | 6 +-
lib/HTML/FormHandler/Field/Display.pm | 6 +-
lib/HTML/FormHandler/Field/Duration.pm | 6 +-
lib/HTML/FormHandler/Field/Email.pm | 6 +-
lib/HTML/FormHandler/Field/File.pm | 6 +-
lib/HTML/FormHandler/Field/Float.pm | 6 +-
lib/HTML/FormHandler/Field/Hidden.pm | 6 +-
lib/HTML/FormHandler/Field/Hour.pm | 6 +-
lib/HTML/FormHandler/Field/IntRange.pm | 6 +-
lib/HTML/FormHandler/Field/Integer.pm | 6 +-
lib/HTML/FormHandler/Field/Minute.pm | 6 +-
lib/HTML/FormHandler/Field/Money.pm | 6 +-
lib/HTML/FormHandler/Field/Month.pm | 6 +-
lib/HTML/FormHandler/Field/MonthDay.pm | 6 +-
lib/HTML/FormHandler/Field/MonthName.pm | 6 +-
lib/HTML/FormHandler/Field/Multiple.pm | 6 +-
lib/HTML/FormHandler/Field/Nested.pm | 6 +-
lib/HTML/FormHandler/Field/NoValue.pm | 6 +-
lib/HTML/FormHandler/Field/NonEditable.pm | 6 +-
lib/HTML/FormHandler/Field/Password.pm | 6 +-
lib/HTML/FormHandler/Field/PasswordConf.pm | 6 +-
lib/HTML/FormHandler/Field/PosInteger.pm | 6 +-
lib/HTML/FormHandler/Field/PrimaryKey.pm | 6 +-
lib/HTML/FormHandler/Field/Repeatable.pm | 6 +-
lib/HTML/FormHandler/Field/Repeatable/Instance.pm | 4 +-
lib/HTML/FormHandler/Field/RequestToken.pm | 199 ++++++++++++
lib/HTML/FormHandler/Field/Reset.pm | 6 +-
lib/HTML/FormHandler/Field/Result.pm | 6 +-
lib/HTML/FormHandler/Field/RmElement.pm | 6 +-
lib/HTML/FormHandler/Field/Role/RequestToken.pm | 58 ++++
lib/HTML/FormHandler/Field/Second.pm | 6 +-
lib/HTML/FormHandler/Field/Select.pm | 6 +-
lib/HTML/FormHandler/Field/SelectCSV.pm | 6 +-
lib/HTML/FormHandler/Field/Submit.pm | 6 +-
lib/HTML/FormHandler/Field/Text.pm | 6 +-
lib/HTML/FormHandler/Field/TextArea.pm | 6 +-
lib/HTML/FormHandler/Field/TextCSV.pm | 6 +-
lib/HTML/FormHandler/Field/Upload.pm | 6 +-
lib/HTML/FormHandler/Field/Weekday.pm | 6 +-
lib/HTML/FormHandler/Field/Year.pm | 6 +-
lib/HTML/FormHandler/Fields.pm | 6 +-
lib/HTML/FormHandler/Foo.pm | 6 +-
lib/HTML/FormHandler/I18N.pm | 6 +-
lib/HTML/FormHandler/I18N/ar_kw.pm | 6 +-
lib/HTML/FormHandler/I18N/bg_bg.pm | 6 +-
lib/HTML/FormHandler/I18N/ca_es.pm | 6 +-
lib/HTML/FormHandler/I18N/cs_cz.pm | 6 +-
lib/HTML/FormHandler/I18N/de_de.pm | 6 +-
lib/HTML/FormHandler/I18N/en_us.pm | 6 +-
lib/HTML/FormHandler/I18N/es_es.pm | 6 +-
lib/HTML/FormHandler/I18N/hu_hu.pm | 6 +-
lib/HTML/FormHandler/I18N/it_it.pm | 6 +-
lib/HTML/FormHandler/I18N/ja_jp.pm | 6 +-
lib/HTML/FormHandler/I18N/pt_br.pm | 6 +-
lib/HTML/FormHandler/I18N/ru_ru.pm | 6 +-
lib/HTML/FormHandler/I18N/sv_se.pm | 6 +-
lib/HTML/FormHandler/I18N/tr_tr.pm | 6 +-
lib/HTML/FormHandler/I18N/ua_ua.pm | 6 +-
lib/HTML/FormHandler/InitResult.pm | 6 +-
lib/HTML/FormHandler/Manual.pod | 4 +-
lib/HTML/FormHandler/Manual/Catalyst.pod | 4 +-
lib/HTML/FormHandler/Manual/Cookbook.pod | 4 +-
lib/HTML/FormHandler/Manual/Database.pod | 4 +-
lib/HTML/FormHandler/Manual/Defaults.pod | 4 +-
lib/HTML/FormHandler/Manual/Errors.pod | 4 +-
lib/HTML/FormHandler/Manual/Fields.pod | 4 +-
lib/HTML/FormHandler/Manual/FromDFV.pod | 4 +-
lib/HTML/FormHandler/Manual/FromFF.pod | 4 +-
lib/HTML/FormHandler/Manual/InflationDeflation.pod | 4 +-
lib/HTML/FormHandler/Manual/Intro.pod | 4 +-
lib/HTML/FormHandler/Manual/Reference.pod | 4 +-
lib/HTML/FormHandler/Manual/Rendering.pod | 10 +-
lib/HTML/FormHandler/Manual/RenderingCookbook.pod | 4 +-
lib/HTML/FormHandler/Manual/Templates.pod | 4 +-
lib/HTML/FormHandler/Manual/Testing.pod | 4 +-
lib/HTML/FormHandler/Manual/Tutorial.pod | 4 +-
lib/HTML/FormHandler/Manual/Validation.pod | 4 +-
lib/HTML/FormHandler/Merge.pm | 6 +-
lib/HTML/FormHandler/Meta/Role.pm | 4 +-
lib/HTML/FormHandler/Model.pm | 6 +-
lib/HTML/FormHandler/Model/CDBI.pm | 4 +-
lib/HTML/FormHandler/Model/Object.pm | 6 +-
lib/HTML/FormHandler/Moose.pm | 6 +-
lib/HTML/FormHandler/Moose/Role.pm | 6 +-
lib/HTML/FormHandler/Page.pm | 6 +-
lib/HTML/FormHandler/Page/Simple.pm | 6 +-
lib/HTML/FormHandler/Pages.pm | 6 +-
lib/HTML/FormHandler/Params.pm | 4 +-
lib/HTML/FormHandler/Render/RepeatableJs.pm | 6 +-
lib/HTML/FormHandler/Render/Simple.pm | 6 +-
lib/HTML/FormHandler/Render/Table.pm | 6 +-
lib/HTML/FormHandler/Render/Util.pm | 6 +-
lib/HTML/FormHandler/Render/WithTT.pm | 6 +-
lib/HTML/FormHandler/Result.pm | 6 +-
lib/HTML/FormHandler/Result/Role.pm | 6 +-
lib/HTML/FormHandler/Test.pm | 6 +-
lib/HTML/FormHandler/TraitFor/Captcha.pm | 6 +-
lib/HTML/FormHandler/TraitFor/I18N.pm | 6 +-
lib/HTML/FormHandler/TraitFor/Types.pm | 6 +-
lib/HTML/FormHandler/Traits.pm | 6 +-
lib/HTML/FormHandler/Types.pm | 6 +-
lib/HTML/FormHandler/Validate.pm | 6 +-
lib/HTML/FormHandler/Widget/ApplyRole.pm | 6 +-
lib/HTML/FormHandler/Widget/Block.pm | 22 +-
lib/HTML/FormHandler/Widget/Block/Bootstrap.pm | 6 +-
lib/HTML/FormHandler/Widget/Field/Button.pm | 6 +-
lib/HTML/FormHandler/Widget/Field/ButtonTag.pm | 6 +-
lib/HTML/FormHandler/Widget/Field/Captcha.pm | 6 +-
lib/HTML/FormHandler/Widget/Field/Checkbox.pm | 6 +-
lib/HTML/FormHandler/Widget/Field/CheckboxGroup.pm | 6 +-
lib/HTML/FormHandler/Widget/Field/Compound.pm | 6 +-
lib/HTML/FormHandler/Widget/Field/Hidden.pm | 6 +-
.../FormHandler/Widget/Field/HorizCheckboxGroup.pm | 6 +-
lib/HTML/FormHandler/Widget/Field/NoRender.pm | 6 +-
lib/HTML/FormHandler/Widget/Field/Password.pm | 6 +-
lib/HTML/FormHandler/Widget/Field/RadioGroup.pm | 6 +-
lib/HTML/FormHandler/Widget/Field/Repeatable.pm | 6 +-
lib/HTML/FormHandler/Widget/Field/Reset.pm | 6 +-
.../Widget/Field/Role/HTMLAttributes.pm | 6 +-
.../Widget/Field/Role/SelectedOption.pm | 6 +-
lib/HTML/FormHandler/Widget/Field/Select.pm | 6 +-
lib/HTML/FormHandler/Widget/Field/Span.pm | 6 +-
lib/HTML/FormHandler/Widget/Field/Submit.pm | 6 +-
lib/HTML/FormHandler/Widget/Field/Text.pm | 6 +-
lib/HTML/FormHandler/Widget/Field/Textarea.pm | 6 +-
lib/HTML/FormHandler/Widget/Field/Upload.pm | 6 +-
.../FormHandler/Widget/Form/Role/HTMLAttributes.pm | 6 +-
lib/HTML/FormHandler/Widget/Form/Simple.pm | 6 +-
lib/HTML/FormHandler/Widget/Form/Table.pm | 6 +-
lib/HTML/FormHandler/Widget/Theme/Bootstrap.pm | 6 +-
lib/HTML/FormHandler/Widget/Theme/Bootstrap3.pm | 6 +-
.../Widget/Theme/BootstrapFormMessages.pm | 6 +-
lib/HTML/FormHandler/Widget/Wrapper/Base.pm | 6 +-
lib/HTML/FormHandler/Widget/Wrapper/Bootstrap.pm | 6 +-
lib/HTML/FormHandler/Widget/Wrapper/Bootstrap3.pm | 6 +-
lib/HTML/FormHandler/Widget/Wrapper/Fieldset.pm | 6 +-
lib/HTML/FormHandler/Widget/Wrapper/None.pm | 6 +-
lib/HTML/FormHandler/Widget/Wrapper/Simple.pm | 6 +-
.../FormHandler/Widget/Wrapper/SimpleInline.pm | 6 +-
lib/HTML/FormHandler/Widget/Wrapper/Table.pm | 6 +-
lib/HTML/FormHandler/Widget/Wrapper/TableInline.pm | 6 +-
lib/HTML/FormHandler/Wizard.pm | 6 +-
t/author-eol.t | 8 +-
t/{release-no-tabs.t => author-no-tabs.t} | 180 ++++++++++-
t/blocks/build_render_list_method.t | 67 ++++
t/fields/dates.t | 2 +-
t/fields/request_token.t | 26 ++
172 files changed, 1266 insertions(+), 689 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-formhandler-perl.git
More information about the Pkg-perl-cvs-commits
mailing list