Changelog for
perl-Params-Validate-0.91-2.1.x86_64.rpm :
Sun Feb 20 13:00:00 2011 chrisAATTcomputersalat.de
- fix deps
o add BuildReq perl, perl-macros
- remove Author
- add check
Wed Dec 1 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Tue Oct 19 14:00:00 2010 cooloAATTnovell.com
- add perl as explicit buildrequire
Thu Jun 19 14:00:00 2008 anickaAATTsuse.cz
- update to 0.91
* The fix for handling AATT_\'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 AATT_ directly to validate() and
then got a hash reference back, the values of that hash reference
would be marked readonly.
Thu Nov 1 13:00:00 2007 anickaAATTsuse.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.
Thu Mar 8 13:00:00 2007 anickaAATTsuse.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.
Thu Jan 25 13:00:00 2007 anickaAATTsuse.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).
Thu Oct 5 14:00:00 2006 anickaAATTsuse.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:00:00 2006 anickaAATTsuse.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 13:00:00 2006 mlsAATTsuse.de
- converted neededforbuild to BuildRequires