2011-06-13 08:21:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 13 08:12:10 UTC 2011 - vcizek@novell.com
|
|
|
|
|
|
|
|
- update to 1.00
|
|
|
|
- Fix documentation indexing on search.cpan.org. Reported by Lutz Gehlen. RT
|
|
|
|
#68756.
|
|
|
|
|
2011-05-30 08:17:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 30 08:14:14 UTC 2011 - vcizek@novell.com
|
|
|
|
|
|
|
|
- update to 0.99
|
|
|
|
- The metadata file - META.{json,yml} - had references to a different distro
|
|
|
|
because of a copy and paste error. Reported by Bernhad Graf. RT #68514.
|
|
|
|
|
2011-04-26 07:41:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 26 07:37:31 UTC 2011 - vcizek@novell.com
|
|
|
|
|
|
|
|
- update to 0.98
|
|
|
|
- Attribute::Params::Validate's $VERSION regressed in 0.96.
|
|
|
|
It's now manually set to 1.07.
|
|
|
|
|
2011-04-21 12:55:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 21 12:47:54 UTC 2011 - vcizek@novell.com
|
|
|
|
|
|
|
|
- update to 0.97
|
|
|
|
- The XS version of the code always called Carp::confess, regardless of
|
|
|
|
whether you provided your own on_fail callback. Reported by Scott Bolte. RT
|
|
|
|
#66359.
|
|
|
|
- There were a couple spots that called eval without localizing $@ first. RT
|
|
|
|
#58087.
|
|
|
|
- The parameters for each key validation (can, isa, regex) are now checked,
|
|
|
|
and an error is thrown if any of the keys are not valid. Basically, we
|
|
|
|
validate the validation spec. Based on a patch by Andreas Faafeng. RT
|
|
|
|
#57831.
|
|
|
|
- This module now requires Perl 5.8.1.
|
|
|
|
- Switched to version 2.0 of the Artistic License.
|
|
|
|
|
2010-12-01 13:52:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 1 13:34:19 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- switch to perl_requires macro
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Feb 21 18:45:29 UTC 2010 - chris@computersalat.de
|
|
|
|
|
|
|
|
- update to 0.95
|
|
|
|
- Skip t/29-taint-mode.t entirely, since it seems to randomly fail
|
|
|
|
for people, despite already being marked a todo test.
|
|
|
|
- spec mods
|
|
|
|
o sort TAGS
|
|
|
|
o added cpan_name
|
|
|
|
o fixed deps
|
|
|
|
o added perl-macros
|
|
|
|
- perl_gen_filelist
|
|
|
|
o fixed Summary/Description
|
|
|
|
o added Build test
|
|
|
|
|
2010-01-27 17:11:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 25 13:40:15 CET 2010 - anicka@suse.cz
|
|
|
|
|
|
|
|
- update to 0.94
|
|
|
|
* Removed the Makefile.PL entirely. If it was used then the XS
|
|
|
|
code was never built, because I'm using the Module::Build XS
|
|
|
|
layout.
|
|
|
|
|
2010-01-11 16:03:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- enable parallel build
|
|
|
|
|
2008-06-23 23:10:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 19 16:26:06 CEST 2008 - anicka@suse.cz
|
|
|
|
|
|
|
|
- update to 0.91
|
|
|
|
* The fix for handling @_'s readonly-ness introduced a refcounting
|
|
|
|
bug. One symptom of this was a failing Log::Dispatch test.
|
|
|
|
* Make the XS version of Params::Validate recognize regexp objects
|
|
|
|
with Perl 5.11.0-to-be.
|
|
|
|
* With the XS version, when you passed @_ directly to validate() and
|
|
|
|
then got a hash reference back, the values of that hash reference
|
|
|
|
would be marked readonly.
|
|
|
|
|
2007-11-02 00:37:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 1 15:35:49 CET 2007 - anicka@suse.cz
|
|
|
|
|
|
|
|
- update to 0.89
|
|
|
|
* With validation turned off, the pure Perl version incorrectly
|
|
|
|
ignored an odd number of parameters when a hash was expected (no
|
|
|
|
validation still does the bare minimum of checks needed to set
|
|
|
|
defaults).
|
|
|
|
* Added pod & pod coverage tests.
|
|
|
|
* Modernized test suite to use Test::More and fixed some test suite
|
|
|
|
bugs along the way.
|
|
|
|
* Attribute::Params::Validate would die when given a ValidatePos
|
|
|
|
attribute containing one element.
|
|
|
|
* More tests are skipped on 5.6.0.
|
|
|
|
|
2007-03-09 00:50:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 8 14:28:02 CET 2007 - anicka@suse.cz
|
|
|
|
|
|
|
|
- update to 0.88
|
|
|
|
* The XS version threw an error when it attempted to do "isa" or
|
|
|
|
"can" validation on a value that was not a string or object,
|
|
|
|
such as undef or a number.
|
|
|
|
|
2007-01-26 00:06:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 25 18:24:00 CET 2007 - anicka@suse.cz
|
|
|
|
|
|
|
|
- update to 0.87
|
|
|
|
* When determining the caller of a function in the XS version, use
|
|
|
|
Perl's caller() function rather than CopSTASHPV. The caller()
|
|
|
|
function apparently ignores the DB package, whereas the latter
|
|
|
|
doesn't. This caused validate_options to be ignored when running
|
|
|
|
under profiling (and probably the debugger as well).
|
|
|
|
|
2007-01-15 23:31:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 5 11:39:54 CEST 2006 - anicka@suse.cz
|
|
|
|
|
|
|
|
- update to 0.86
|
|
|
|
* Only turn inlining on if __GNUC__ is defined
|
|
|
|
* Removed spaces in #define, #ifdef, etc
|
|
|
|
* If a type is specified as a string ('SCALAR', not SCALAR),
|
|
|
|
this is now caught and a useful error is thrown.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 29 14:09:21 CEST 2006 - anicka@suse.cz
|
|
|
|
|
|
|
|
- update to 0.84
|
|
|
|
* XS version uses Carp::confess instead of Carp::croak
|
|
|
|
* bugfixes
|
|
|
|
* speed optimalizations
|
|
|
|
- remove last patch (fixed in upstream)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 25 21:39:54 CET 2006 - mls@suse.de
|
|
|
|
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 16 18:01:59 CET 2006 - sf@suse.de
|
|
|
|
|
|
|
|
- update to 0.79
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 28 22:14:33 CEST 2005 - dmueller@suse.de
|
|
|
|
|
|
|
|
- add norootforbuild
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 31 16:16:15 CEST 2005 - cthiel@suse.de
|
|
|
|
|
|
|
|
- update to version 0.78
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 7 18:47:40 CEST 2005 - pth@suse.de
|
|
|
|
|
|
|
|
- Update to 0.77
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 22 15:33:32 CEST 2003 - mjancar@suse.cz
|
|
|
|
|
|
|
|
- require the perl version we build with
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 28 12:02:57 CEST 2003 - ro@suse.de
|
|
|
|
|
|
|
|
- install to vendor location
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 1 12:56:52 CEST 2003 - ro@suse.de
|
|
|
|
|
|
|
|
- use perl_process_packlist macro
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 22 21:42:43 CEST 2003 - coolo@suse.de
|
|
|
|
|
|
|
|
- package directories
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 26 00:20:03 CEST 2003 - ro@suse.de
|
|
|
|
|
|
|
|
- remove unpackaged files from buildroot
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 21 15:18:49 CET 2002 - sf@suse.de
|
|
|
|
|
|
|
|
- initial versio 0.14
|
|
|
|
|