r59890 - in /branches/upstream/libhtml-formhandler-perl/current: ./ lib/HTML/ lib/HTML/FormHandler/ lib/HTML/FormHandler/Field/ lib/HTML/FormHandler/Manual/ lib/HTML/FormHandler/Render/ lib/HTML/FormHandler/TraitFor/ lib/HTML/FormHandler/Validate/ lib/HTML/FormHandler/Widget/Field/ lib/HTML/FormHandler/Widget/Field/Role/ lib/HTML/FormHandler/Widget/Wrapper/ t/ t/xt/

antgel-guest at users.alioth.debian.org antgel-guest at users.alioth.debian.org
Mon Jun 28 13:16:11 UTC 2010


Author: antgel-guest
Date: Mon Jun 28 13:15:50 2010
New Revision: 59890

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=59890
Log:
[svn-upgrade] new version libhtml-formhandler-perl (0.32001)

Added:
    branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Widget/Wrapper/Fieldset.pm
    branches/upstream/libhtml-formhandler-perl/current/t/update_fields.t
    branches/upstream/libhtml-formhandler-perl/current/t/xt/display.t
    branches/upstream/libhtml-formhandler-perl/current/t/xt/form_errors.t
    branches/upstream/libhtml-formhandler-perl/current/t/xt/locale_data_localize.t
    branches/upstream/libhtml-formhandler-perl/current/t/xt/mb_form.t
    branches/upstream/libhtml-formhandler-perl/current/t/xt/posted.t
Modified:
    branches/upstream/libhtml-formhandler-perl/current/Changes
    branches/upstream/libhtml-formhandler-perl/current/MANIFEST
    branches/upstream/libhtml-formhandler-perl/current/META.yml
    branches/upstream/libhtml-formhandler-perl/current/Makefile.PL
    branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler.pm
    branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/BuildFields.pm
    branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field.pm
    branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Boolean.pm
    branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Checkbox.pm
    branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Display.pm
    branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Duration.pm
    branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/HtmlArea.pm
    branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/NoValue.pm
    branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Password.pm
    branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Repeatable.pm
    branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Result.pm
    branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Select.pm
    branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Submit.pm
    branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Text.pm
    branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Upload.pm
    branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/I18N.pm
    branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/InitResult.pm
    branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Manual/Cookbook.pod
    branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Manual/Intro.pod
    branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Render/Simple.pm
    branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Result.pm
    branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/TraitFor/I18N.pm
    branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Validate.pm
    branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Validate/Actions.pm
    branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Widget/Field/CheckboxGroup.pm
    branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Widget/Field/Role/HTMLAttributes.pm
    branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Widget/Field/Select.pm
    branches/upstream/libhtml-formhandler-perl/current/t/compound_field.t
    branches/upstream/libhtml-formhandler-perl/current/t/dates.t
    branches/upstream/libhtml-formhandler-perl/current/t/defaults.t
    branches/upstream/libhtml-formhandler-perl/current/t/deflate.t
    branches/upstream/libhtml-formhandler-perl/current/t/dependency.t
    branches/upstream/libhtml-formhandler-perl/current/t/fields.t
    branches/upstream/libhtml-formhandler-perl/current/t/filters.t
    branches/upstream/libhtml-formhandler-perl/current/t/form_handler.t
    branches/upstream/libhtml-formhandler-perl/current/t/form_options.t
    branches/upstream/libhtml-formhandler-perl/current/t/has_many.t
    branches/upstream/libhtml-formhandler-perl/current/t/render.t
    branches/upstream/libhtml-formhandler-perl/current/t/render_widgets.t
    branches/upstream/libhtml-formhandler-perl/current/t/result.t
    branches/upstream/libhtml-formhandler-perl/current/t/types.t
    branches/upstream/libhtml-formhandler-perl/current/t/xt/init.t
    branches/upstream/libhtml-formhandler-perl/current/t/xt/upload.t

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: branches/upstream/libhtml-formhandler-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/Changes?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/MANIFEST?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/META.yml?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/Makefile.PL?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler.pm?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/BuildFields.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/BuildFields.pm?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field.pm?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Boolean.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Boolean.pm?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Checkbox.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Checkbox.pm?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Display.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Display.pm?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Duration.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Duration.pm?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/HtmlArea.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/HtmlArea.pm?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/NoValue.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/NoValue.pm?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Password.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Password.pm?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Repeatable.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Repeatable.pm?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Result.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Result.pm?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Select.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Select.pm?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Submit.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Submit.pm?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Text.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Text.pm?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Upload.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Field/Upload.pm?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/I18N.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/I18N.pm?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/InitResult.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/InitResult.pm?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Manual/Cookbook.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Manual/Cookbook.pod?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Manual/Intro.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Manual/Intro.pod?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Render/Simple.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Render/Simple.pm?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Result.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Result.pm?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/TraitFor/I18N.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/TraitFor/I18N.pm?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Validate.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Validate.pm?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Validate/Actions.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Validate/Actions.pm?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Widget/Field/CheckboxGroup.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Widget/Field/CheckboxGroup.pm?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Widget/Field/Role/HTMLAttributes.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Widget/Field/Role/HTMLAttributes.pm?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Widget/Field/Select.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Widget/Field/Select.pm?rev=59890&op=diff

Added: branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Widget/Wrapper/Fieldset.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/lib/HTML/FormHandler/Widget/Wrapper/Fieldset.pm?rev=59890&op=file

Modified: branches/upstream/libhtml-formhandler-perl/current/t/compound_field.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/t/compound_field.t?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/t/dates.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/t/dates.t?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/t/defaults.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/t/defaults.t?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/t/deflate.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/t/deflate.t?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/t/dependency.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/t/dependency.t?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/t/fields.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/t/fields.t?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/t/filters.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/t/filters.t?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/t/form_handler.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/t/form_handler.t?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/t/form_options.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/t/form_options.t?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/t/has_many.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/t/has_many.t?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/t/render.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/t/render.t?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/t/render_widgets.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/t/render_widgets.t?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/t/result.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/t/result.t?rev=59890&op=diff

Modified: branches/upstream/libhtml-formhandler-perl/current/t/types.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/t/types.t?rev=59890&op=diff

Added: branches/upstream/libhtml-formhandler-perl/current/t/update_fields.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/t/update_fields.t?rev=59890&op=file

Added: branches/upstream/libhtml-formhandler-perl/current/t/xt/display.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/t/xt/display.t?rev=59890&op=file

Added: branches/upstream/libhtml-formhandler-perl/current/t/xt/form_errors.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/t/xt/form_errors.t?rev=59890&op=file

Modified: branches/upstream/libhtml-formhandler-perl/current/t/xt/init.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/t/xt/init.t?rev=59890&op=diff

Added: branches/upstream/libhtml-formhandler-perl/current/t/xt/locale_data_localize.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/t/xt/locale_data_localize.t?rev=59890&op=file

Added: branches/upstream/libhtml-formhandler-perl/current/t/xt/mb_form.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/t/xt/mb_form.t?rev=59890&op=file

Added: branches/upstream/libhtml-formhandler-perl/current/t/xt/posted.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/t/xt/posted.t?rev=59890&op=file

Modified: branches/upstream/libhtml-formhandler-perl/current/t/xt/upload.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formhandler-perl/current/t/xt/upload.t?rev=59890&op=diff




More information about the Pkg-perl-cvs-commits mailing list