This is an automated email from the git hooks/post-receive script. dmn pushed a commit to branch master in repository libdata-formvalidator-perl.
commit 43c247104ed4041f46a06c3be5bdede3bc51525d Merge: f8172cc abd64de Author: Damyan Ivanov <[email protected]> Date: Tue Oct 24 13:39:04 2017 +0000 Update upstream source from tag 'upstream/4.88' Update to upstream version '4.88' with Debian dir 4764fd06f92d10f28487897345c4f84f258b6d65 Build.PL | 66 ---- Changes | 46 +++ MANIFEST | 7 +- MANIFEST.SKIP | 2 +- META.json | 63 +--- META.yml | 67 ++-- Makefile.PL | 39 ++ lib/Data/FormValidator.pm => README.pod | 460 ++++++----------------- lib/Data/FormValidator.pm | 152 ++++++-- lib/Data/FormValidator/Constraints.pm | 31 +- lib/Data/FormValidator/Constraints/Dates.pm | 2 +- lib/Data/FormValidator/Constraints/Upload.pm | 3 +- lib/Data/FormValidator/ConstraintsFactory.pm | 2 +- lib/Data/FormValidator/Filters.pm | 2 +- lib/Data/FormValidator/Results.pm | 106 +++++- t/00_base.t | 37 +- t/02_code_ref.t | 90 ++--- t/03_dependency.t | 132 +++---- t/04_arrayify_undef.t | 41 ++- t/05_valid_ip_address.t | 45 ++- t/06_regexp_map.t | 114 +++--- t/09_require_some.t | 44 +-- t/11_procedural_match.t | 76 ++-- t/13_validator_packages.t | 102 +++--- t/15_literal_param_constraints.t | 49 ++- t/16_cgi_object.t | 41 +-- t/17_multi_valued_keys.t | 124 +++---- t/18_constraint_refs.t | 73 ++-- t/19_refs_as_values.t | 46 +-- t/20_careful_exception_handling.t | 40 +- t/21_multiple_fields.t | 76 ++-- t/25_results.t | 57 +-- t/26_qr.t | 106 +++--- t/27_qualify_ref_happy_death.t | 92 ++--- t/28_defaults_for_new.t | 44 +-- t/30_filter_definedness.t | 47 +-- t/FV_length.t | 191 +++++----- t/ValidatorPackagesTest1.pm | 0 t/ValidatorPackagesTest2.pm | 0 t/any_errors.t | 64 ++-- t/check_profile_syntax.t | 65 ++-- t/closure_msgs.t | 54 +-- t/constraint_method.t | 87 +++-- t/constraint_method_string.t | 65 ++-- t/constraint_method_zero.t | 122 ++++--- t/constraint_regexp_map_profile_reuse.t | 68 ++-- t/constraints_builtin.t | 34 +- t/constraints_builtin_closure.t | 86 +++-- t/constraints_factory.t | 34 +- t/constraints_invalid_once_only.t | 66 ++-- t/constraints_num_values.t | 44 ++- t/constraints_regexp_map_interaction.t | 50 ++- t/constraints_reuse.t | 115 +++--- t/credit_card.t | 75 ++-- t/dates.t | 129 ++++--- t/dates_closure.t | 171 +++++---- t/dependency_coderef.t | 100 +++-- t/dependency_groups.t | 97 +++-- t/filter_constraints.t | 201 ++++++----- t/filters_builtin.t | 82 ++--- t/filters_shouldnt_modify.t | 29 +- t/get_filtered_data.t | 76 ++-- t/get_input_data.t | 34 +- t/missing_optional.t | 147 ++++---- t/msgs.t | 373 ++++++++++--------- t/multiple_constraints.t | 102 +++--- t/params_not_mentioned.t | 63 ++-- t/pod.t | 26 +- t/procedural_valid.t | 130 ++++--- t/profile_checking.t | 64 ++-- t/regexp_common.t | 102 +++--- t/regexp_common_closure.t | 116 +++--- t/rename_builtin_constraints.t | 49 +-- t/results_success.t | 50 +-- t/simple.t | 51 ++- t/tt_and_overload.t | 12 +- t/undefined_arrayref.t | 11 +- t/unknown.t | 38 +- t/untaint.pl | 51 ++- t/untaint.t | 32 +- t/upload.t | 521 +++++++++++++-------------- t/upload_closure.t | 198 +++++----- t/upload_mime_types.t | 33 +- t/upload_post_text.txt | Bin 84 files changed, 3380 insertions(+), 3452 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdata-formvalidator-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
