Accepting request 519255 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/519255 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-FormValidator?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
22cc44076f
commit
fbab1aac0a
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:004fc21b95574402229f498b9cbdffc5c16a88302338dcc0b3b8091012cdc407
|
|
||||||
size 101409
|
|
3
Data-FormValidator-4.88.tar.gz
Normal file
3
Data-FormValidator-4.88.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c1a539f91c92cbcd8a8d83597ec9a7643fcd8ccf5a94e15382c3765289170066
|
||||||
|
size 99850
|
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 29 05:22:28 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 4.88
|
||||||
|
see /usr/share/doc/packages/perl-Data-FormValidator/Changes
|
||||||
|
|
||||||
|
4.88 August 28th, 2017
|
||||||
|
|
||||||
|
[MAINTENANCE]
|
||||||
|
- Address "." being removed from @INC by using absolute filepaths - thanks Kent Fredric!
|
||||||
|
|
||||||
|
4.87 May 14th, 2017
|
||||||
|
|
||||||
|
[MAINTENANCE]
|
||||||
|
- Update cc routine to recognize new 2 series Mastercards
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 27 05:22:30 UTC 2017 - coolo@suse.com
|
Mon Mar 27 05:22:30 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Data-FormValidator
|
Name: perl-Data-FormValidator
|
||||||
Version: 4.86
|
Version: 4.88
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Data-FormValidator
|
%define cpan_name Data-FormValidator
|
||||||
Summary: Validates user input (usually from an HTML form) based
|
Summary: Validates user input (usually from an HTML form) based
|
||||||
@@ -51,9 +51,9 @@ simple format.
|
|||||||
Data::FormValidator lets you define profiles which declare the required and
|
Data::FormValidator lets you define profiles which declare the required and
|
||||||
optional fields and any constraints they might have.
|
optional fields and any constraints they might have.
|
||||||
|
|
||||||
The results are provided as an object which makes it easy to handle missing
|
The results are provided as an object, which makes it easy to handle
|
||||||
and invalid results, return error messages about which constraints failed,
|
missing and invalid results, return error messages about which constraints
|
||||||
or process the resulting valid data.
|
failed, or process the resulting valid data.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
Reference in New Issue
Block a user