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
155 lines
4.6 KiB
Plaintext
155 lines
4.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
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
|
|
|
|
- updated to 4.86
|
|
see /usr/share/doc/packages/perl-Data-FormValidator/Changes
|
|
|
|
4.86 March 26th, 2017
|
|
[NEW FEATURES]
|
|
- Add three new profile methods: depedencies_regexp, dependent_optional, dependent_require_some
|
|
|
|
[MAINTENANCE]
|
|
- Bump VERSION in all classes to 5.85
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 1 06:21:28 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 4.85
|
|
see /usr/share/doc/packages/perl-Data-FormValidator/Changes
|
|
|
|
4.85 Feb 25th, 2017
|
|
|
|
[MAINTENANCE]
|
|
- Bump VERSION in all classes to 5.85
|
|
|
|
4.84 Feb 25th, 2017
|
|
|
|
[MAINTENANCE]
|
|
- Various test file warning fixes
|
|
- Change conditional loading of CGI to require version 4.35 or higher (4ce9ac9e)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 24 06:19:44 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 4.83
|
|
see /usr/share/doc/packages/perl-Data-FormValidator/Changes
|
|
|
|
4.83 Feb 23rd, 2017
|
|
|
|
[MAINTENANCE]
|
|
- Re-release of 4.82: tarball was missing files as "make dist" errored when it didn't find MANIFEST
|
|
- Deleted unused Perl6 files
|
|
|
|
4.82 Feb 23rd, 2017
|
|
|
|
[MAINTENANCE]
|
|
- Made CGI dependency optional
|
|
- Replaced Build.PL with Makefile.PL
|
|
- Updated Makefile.PL constraints
|
|
- Removed dependency on Perl6::Junctions
|
|
- Moved the code to GitHub
|
|
- Applied patches from: RT 77765, 78443, 10489
|
|
- Added shebang, warnings pragma to all test scripts
|
|
- Perltidied tests scripts
|
|
- Replaced is_tainted() sub with Scalar::Util::tainted()
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 13 18:29:47 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 4.81
|
|
see /usr/share/doc/packages/perl-Data-FormValidator/Changes
|
|
|
|
4.81 Jul 19th, 2013
|
|
|
|
[DOCUMENTATION]
|
|
- There is no such thing as "array context". The documentation now refers to "list context"
|
|
instead.
|
|
|
|
- Fix "the the" typos. (Thanks to dsteinbrunner, RT#77901)
|
|
|
|
[INTERNALS]
|
|
- Somewhat modernizer Exporter usage.
|
|
|
|
4.80 Nov 1st, 2012
|
|
|
|
[NEW FEATURES]
|
|
- New built-in constraint_methods to test the number of values submitted for a
|
|
particular field:
|
|
|
|
FV_num_values(1),
|
|
FV_num_values_between(1,2), # inclusive
|
|
|
|
One way that garbage can get through a Data::FormValidator profile is
|
|
when two values are submitted when only one is intended. In this
|
|
case, this application could end up with a values like this:
|
|
|
|
ARRAY(0x841214c)
|
|
|
|
Using these new constraints, you can precisely control how many values
|
|
are allowed for each field.
|
|
|
|
[INTERNAL]
|
|
- Source control hosting has been moved to http://hub.darcs.net
|
|
You can now browse, pull and fork the darcs repo through this website.
|
|
|
|
|
|
4.71 Oct 2nd, 2012
|
|
|
|
[BUG FIXES]
|
|
- Custom messages for built-in constraints work again. It appears that this
|
|
was broken in 4.70, which triggered a sleeper bug.
|
|
|
|
(Thanks to Lee Carmichael, Mark Stosberg, RT#73235)
|
|
|
|
4.70 11/11/11
|
|
|
|
[NEW FEATURES]
|
|
- Built-in constraints in Constraints.pm can now be renamed:
|
|
|
|
constraint_methods => {
|
|
first_names => {
|
|
constraint_method => FV_max_length(3),
|
|
name => 'custom_length',
|
|
}
|
|
},
|
|
|
|
(Thanks to heinst@arqs.com.br for the suggestion, RT#49477)
|
|
|
|
[INTERNALS]
|
|
- modernize Constraints.pm and Results.pm a bit.
|
|
- Module::Build added to configure_requires in Build.PL
|
|
|
|
4.67 11/11/11
|
|
|
|
[INTERNALS]
|
|
- modernize FormValidator.pm internals a bit
|
|
- Update META.yml to exclude an internal package from getting indexed.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 28 11:21:29 UTC 2011 - jw@novell.com
|
|
|
|
- initial pull from CPAN with cpanspec_obs
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 28 11:20:58 UTC 2011 - jw@novell.com
|
|
|
|
- initial package 4.66
|
|
* created by cpanspec 1.78.03
|
|
|