r48629 - in /branches/upstream/libhtml-formfu-perl/current: ./ examples/unicode/ examples/unicode/root/forms/ lib/HTML/ lib/HTML/FormFu/ lib/HTML/FormFu/Constraint/ lib/HTML/FormFu/Constraint/Repeatable/ lib/HTML/FormFu/Element/ lib/HTML/FormFu/Inflator/ lib/HTML/FormFu/Manual/ t/ t/constraints/ t/deprecated/ t/elements/ t/multiform-nested-name/ t/multiform-no-combine/ t/multiform/ t/multiform_hidden_name/ t/nested/elements/ t/repeatable/constraints/ t/repeatable/repeatable/ t/repeatable/repeatable/constraints/

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sat Dec 12 08:28:54 UTC 2009


Author: ansgar-guest
Date: Sat Dec 12 08:28:42 2009
New Revision: 48629

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48629
Log:
[svn-upgrade] Integrating new upstream version, libhtml-formfu-perl (0.06000)

Added:
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Constraint/Repeatable/
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Constraint/Repeatable/Any.pm
    branches/upstream/libhtml-formfu-perl/current/t/constraints/repeatable_any.t
    branches/upstream/libhtml-formfu-perl/current/t/constraints/repeatable_any.yml
    branches/upstream/libhtml-formfu-perl/current/t/constraints/repeatable_any_not_increment_field_names.t
    branches/upstream/libhtml-formfu-perl/current/t/constraints/repeatable_any_not_increment_field_names.yml
    branches/upstream/libhtml-formfu-perl/current/t/constraints/required_only_on_reps.t
    branches/upstream/libhtml-formfu-perl/current/t/constraints/required_only_on_reps.yml
    branches/upstream/libhtml-formfu-perl/current/t/elements/block_auto_block_id.t
    branches/upstream/libhtml-formfu-perl/current/t/elements/block_auto_block_id.yml
    branches/upstream/libhtml-formfu-perl/current/t/elements/block_repeatable_auto_block_id.t
    branches/upstream/libhtml-formfu-perl/current/t/elements/block_repeatable_auto_block_id.yml
    branches/upstream/libhtml-formfu-perl/current/t/elements/date_year_reverse.t
    branches/upstream/libhtml-formfu-perl/current/t/elements/date_year_reverse.yml
    branches/upstream/libhtml-formfu-perl/current/t/elements/repeatable_repeatable.t
    branches/upstream/libhtml-formfu-perl/current/t/elements/repeatable_repeatable.yml
    branches/upstream/libhtml-formfu-perl/current/t/elements/select_empty_first.t
    branches/upstream/libhtml-formfu-perl/current/t/elements/select_empty_first.yml
    branches/upstream/libhtml-formfu-perl/current/t/elements/select_same_name.t
    branches/upstream/libhtml-formfu-perl/current/t/elements/select_same_name.yml
    branches/upstream/libhtml-formfu-perl/current/t/get_parent.t
    branches/upstream/libhtml-formfu-perl/current/t/get_parent.yml
    branches/upstream/libhtml-formfu-perl/current/t/nested/elements/select_same_name.t
    branches/upstream/libhtml-formfu-perl/current/t/nested/elements/select_same_name.yml
    branches/upstream/libhtml-formfu-perl/current/t/repeatable/constraints/required_not_increment_field_names.t
    branches/upstream/libhtml-formfu-perl/current/t/repeatable/constraints/required_not_increment_field_names.yml
    branches/upstream/libhtml-formfu-perl/current/t/repeatable/constraints/required_not_nested.t
    branches/upstream/libhtml-formfu-perl/current/t/repeatable/constraints/required_not_nested.yml
    branches/upstream/libhtml-formfu-perl/current/t/repeatable/repeatable/
    branches/upstream/libhtml-formfu-perl/current/t/repeatable/repeatable/constraints/
    branches/upstream/libhtml-formfu-perl/current/t/repeatable/repeatable/constraints/repeatable_any.t
    branches/upstream/libhtml-formfu-perl/current/t/repeatable/repeatable/constraints/repeatable_any.yml
Modified:
    branches/upstream/libhtml-formfu-perl/current/Changes
    branches/upstream/libhtml-formfu-perl/current/MANIFEST
    branches/upstream/libhtml-formfu-perl/current/META.yml
    branches/upstream/libhtml-formfu-perl/current/Makefile.PL
    branches/upstream/libhtml-formfu-perl/current/README
    branches/upstream/libhtml-formfu-perl/current/examples/unicode/Makefile.PL
    branches/upstream/libhtml-formfu-perl/current/examples/unicode/root/forms/view.yml
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu.pm
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Constraint.pm
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Constraint/AutoSet.pm
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Deflator.pm
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Element.pm
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Element/Block.pm
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Element/Date.pm
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Element/Repeatable.pm
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Element/SimpleTable.pm
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Element/_Field.pm
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Element/_Group.pm
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Exception.pm
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/FakeQuery.pm
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Filter.pm
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Inflator/CompoundDateTime.pm
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Inflator/DateTime.pm
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Manual/Cookbook.pod
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Manual/Unicode.pod
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Model.pm
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/MultiForm.pm
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/ObjectUtil.pm
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/OutputProcessor.pm
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Plugin.pm
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Processor.pm
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Upload.pm
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/UploadParam.pm
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Util.pm
    branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Validator.pm
    branches/upstream/libhtml-formfu-perl/current/t/04basic.t
    branches/upstream/libhtml-formfu-perl/current/t/deprecated/element_defaults.t
    branches/upstream/libhtml-formfu-perl/current/t/multiform-nested-name/2_render_page_2.t
    branches/upstream/libhtml-formfu-perl/current/t/multiform-no-combine/2_render_page_2.t
    branches/upstream/libhtml-formfu-perl/current/t/multiform/2_render_page_2.t
    branches/upstream/libhtml-formfu-perl/current/t/multiform_hidden_name/2_render_page_2.t
    branches/upstream/libhtml-formfu-perl/current/t/nested/elements/repeatable_repeatable.yml
    branches/upstream/libhtml-formfu-perl/current/t/repeatable/constraints/required.t

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

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

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

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

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

Modified: branches/upstream/libhtml-formfu-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/README?rev=48629&op=diff

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

Modified: branches/upstream/libhtml-formfu-perl/current/examples/unicode/root/forms/view.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/examples/unicode/root/forms/view.yml?rev=48629&op=diff

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

Modified: branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Constraint.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Constraint.pm?rev=48629&op=diff

Modified: branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Constraint/AutoSet.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Constraint/AutoSet.pm?rev=48629&op=diff

Added: branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Constraint/Repeatable/Any.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Constraint/Repeatable/Any.pm?rev=48629&op=file

Modified: branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Deflator.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Deflator.pm?rev=48629&op=diff

Modified: branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Element.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Element.pm?rev=48629&op=diff

Modified: branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Element/Block.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Element/Block.pm?rev=48629&op=diff

Modified: branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Element/Date.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Element/Date.pm?rev=48629&op=diff

Modified: branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Element/Repeatable.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Element/Repeatable.pm?rev=48629&op=diff

Modified: branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Element/SimpleTable.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Element/SimpleTable.pm?rev=48629&op=diff

Modified: branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Element/_Field.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Element/_Field.pm?rev=48629&op=diff

Modified: branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Element/_Group.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Element/_Group.pm?rev=48629&op=diff

Modified: branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Exception.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Exception.pm?rev=48629&op=diff

Modified: branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/FakeQuery.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/FakeQuery.pm?rev=48629&op=diff

Modified: branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Filter.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Filter.pm?rev=48629&op=diff

Modified: branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Inflator/CompoundDateTime.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Inflator/CompoundDateTime.pm?rev=48629&op=diff

Modified: branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Inflator/DateTime.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Inflator/DateTime.pm?rev=48629&op=diff

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

Modified: branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Manual/Unicode.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Manual/Unicode.pod?rev=48629&op=diff

Modified: branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Model.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Model.pm?rev=48629&op=diff

Modified: branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/MultiForm.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/MultiForm.pm?rev=48629&op=diff

Modified: branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/ObjectUtil.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/ObjectUtil.pm?rev=48629&op=diff

Modified: branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/OutputProcessor.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/OutputProcessor.pm?rev=48629&op=diff

Modified: branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Plugin.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Plugin.pm?rev=48629&op=diff

Modified: branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Processor.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Processor.pm?rev=48629&op=diff

Modified: branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Upload.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Upload.pm?rev=48629&op=diff

Modified: branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/UploadParam.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/UploadParam.pm?rev=48629&op=diff

Modified: branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Util.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Util.pm?rev=48629&op=diff

Modified: branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Validator.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/lib/HTML/FormFu/Validator.pm?rev=48629&op=diff

Modified: branches/upstream/libhtml-formfu-perl/current/t/04basic.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/04basic.t?rev=48629&op=diff

Added: branches/upstream/libhtml-formfu-perl/current/t/constraints/repeatable_any.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/constraints/repeatable_any.t?rev=48629&op=file

Added: branches/upstream/libhtml-formfu-perl/current/t/constraints/repeatable_any.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/constraints/repeatable_any.yml?rev=48629&op=file

Added: branches/upstream/libhtml-formfu-perl/current/t/constraints/repeatable_any_not_increment_field_names.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/constraints/repeatable_any_not_increment_field_names.t?rev=48629&op=file

Added: branches/upstream/libhtml-formfu-perl/current/t/constraints/repeatable_any_not_increment_field_names.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/constraints/repeatable_any_not_increment_field_names.yml?rev=48629&op=file

Added: branches/upstream/libhtml-formfu-perl/current/t/constraints/required_only_on_reps.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/constraints/required_only_on_reps.t?rev=48629&op=file

Added: branches/upstream/libhtml-formfu-perl/current/t/constraints/required_only_on_reps.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/constraints/required_only_on_reps.yml?rev=48629&op=file

Modified: branches/upstream/libhtml-formfu-perl/current/t/deprecated/element_defaults.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/deprecated/element_defaults.t?rev=48629&op=diff

Added: branches/upstream/libhtml-formfu-perl/current/t/elements/block_auto_block_id.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/elements/block_auto_block_id.t?rev=48629&op=file

Added: branches/upstream/libhtml-formfu-perl/current/t/elements/block_auto_block_id.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/elements/block_auto_block_id.yml?rev=48629&op=file

Added: branches/upstream/libhtml-formfu-perl/current/t/elements/block_repeatable_auto_block_id.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/elements/block_repeatable_auto_block_id.t?rev=48629&op=file

Added: branches/upstream/libhtml-formfu-perl/current/t/elements/block_repeatable_auto_block_id.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/elements/block_repeatable_auto_block_id.yml?rev=48629&op=file

Added: branches/upstream/libhtml-formfu-perl/current/t/elements/date_year_reverse.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/elements/date_year_reverse.t?rev=48629&op=file

Added: branches/upstream/libhtml-formfu-perl/current/t/elements/date_year_reverse.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/elements/date_year_reverse.yml?rev=48629&op=file

Added: branches/upstream/libhtml-formfu-perl/current/t/elements/repeatable_repeatable.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/elements/repeatable_repeatable.t?rev=48629&op=file

Added: branches/upstream/libhtml-formfu-perl/current/t/elements/repeatable_repeatable.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/elements/repeatable_repeatable.yml?rev=48629&op=file

Added: branches/upstream/libhtml-formfu-perl/current/t/elements/select_empty_first.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/elements/select_empty_first.t?rev=48629&op=file

Added: branches/upstream/libhtml-formfu-perl/current/t/elements/select_empty_first.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/elements/select_empty_first.yml?rev=48629&op=file

Added: branches/upstream/libhtml-formfu-perl/current/t/elements/select_same_name.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/elements/select_same_name.t?rev=48629&op=file

Added: branches/upstream/libhtml-formfu-perl/current/t/elements/select_same_name.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/elements/select_same_name.yml?rev=48629&op=file

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

Added: branches/upstream/libhtml-formfu-perl/current/t/get_parent.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/get_parent.yml?rev=48629&op=file

Modified: branches/upstream/libhtml-formfu-perl/current/t/multiform-nested-name/2_render_page_2.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/multiform-nested-name/2_render_page_2.t?rev=48629&op=diff

Modified: branches/upstream/libhtml-formfu-perl/current/t/multiform-no-combine/2_render_page_2.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/multiform-no-combine/2_render_page_2.t?rev=48629&op=diff

Modified: branches/upstream/libhtml-formfu-perl/current/t/multiform/2_render_page_2.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/multiform/2_render_page_2.t?rev=48629&op=diff

Modified: branches/upstream/libhtml-formfu-perl/current/t/multiform_hidden_name/2_render_page_2.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/multiform_hidden_name/2_render_page_2.t?rev=48629&op=diff

Modified: branches/upstream/libhtml-formfu-perl/current/t/nested/elements/repeatable_repeatable.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/nested/elements/repeatable_repeatable.yml?rev=48629&op=diff

Added: branches/upstream/libhtml-formfu-perl/current/t/nested/elements/select_same_name.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/nested/elements/select_same_name.t?rev=48629&op=file

Added: branches/upstream/libhtml-formfu-perl/current/t/nested/elements/select_same_name.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/nested/elements/select_same_name.yml?rev=48629&op=file

Modified: branches/upstream/libhtml-formfu-perl/current/t/repeatable/constraints/required.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/repeatable/constraints/required.t?rev=48629&op=diff

Added: branches/upstream/libhtml-formfu-perl/current/t/repeatable/constraints/required_not_increment_field_names.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/repeatable/constraints/required_not_increment_field_names.t?rev=48629&op=file

Added: branches/upstream/libhtml-formfu-perl/current/t/repeatable/constraints/required_not_increment_field_names.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/repeatable/constraints/required_not_increment_field_names.yml?rev=48629&op=file

Added: branches/upstream/libhtml-formfu-perl/current/t/repeatable/constraints/required_not_nested.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/repeatable/constraints/required_not_nested.t?rev=48629&op=file

Added: branches/upstream/libhtml-formfu-perl/current/t/repeatable/constraints/required_not_nested.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/repeatable/constraints/required_not_nested.yml?rev=48629&op=file

Added: branches/upstream/libhtml-formfu-perl/current/t/repeatable/repeatable/constraints/repeatable_any.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/repeatable/repeatable/constraints/repeatable_any.t?rev=48629&op=file

Added: branches/upstream/libhtml-formfu-perl/current/t/repeatable/repeatable/constraints/repeatable_any.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-perl/current/t/repeatable/repeatable/constraints/repeatable_any.yml?rev=48629&op=file




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