[libhtml-formhandler-perl] branch master updated (b9f55f2 -> f07d570)
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 change to branch master
in repository libhtml-formhandler-perl.
from b9f55f2 update changelog
new ce9785a New upstream version 0.40068
new e929a62 Update upstream source from tag 'upstream/0.40068'
new b0289d3 update years of upstream copyright
new c4cd97d add libcrypt-{blowfish,cbc}-perl to (build) dependencies
new f07d570 add small patch fixing WHATIS entries of two manpages
The 5 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 | 5 +
INSTALL | 15 +-
LICENSE | 8 +-
MANIFEST | 8 +-
META.json | 11 +-
META.yml | 73 ++---
Makefile.PL | 10 +-
README | 6 +-
SIGNATURE | 346 +++++++++++----------
debian/control | 6 +-
debian/copyright | 2 +-
debian/patches/series | 1 +
debian/patches/whatis.patch | 53 ++++
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/{basic.t => build_render_list_method.t} | 2 +-
t/fields/dates.t | 2 +-
t/fields/request_token.t | 26 ++
176 files changed, 1260 insertions(+), 692 deletions(-)
create mode 100644 debian/patches/series
create mode 100644 debian/patches/whatis.patch
create mode 100644 lib/HTML/FormHandler/Field/RequestToken.pm
create mode 100644 lib/HTML/FormHandler/Field/Role/RequestToken.pm
rename t/{release-no-tabs.t => author-no-tabs.t} (58%)
copy t/blocks/{basic.t => build_render_list_method.t} (95%)
create mode 100644 t/fields/request_token.t
--
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