pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Params-Validate



Module Name:    pkgsrc
Committed By:   wen
Date:           Tue Jun 30 06:54:39 UTC 2015

Modified Files:
        pkgsrc/devel/p5-Params-Validate: Makefile distinfo

Log Message:
Update to 1.20

Upstream changes:
1.20    2015-06-28

- Fixed a bug with stack handling in the XS code. If a callback sub caused
  Perl to reallocate the stack this could trigger weird errors of the form
  "Bizarre copy of ARRAY" from Perl itself. Fixed by Noel Maddy. GH #5.

- Fixed use of inlining in the XS code to work when "gcc -std=c89" is
  specified. Fixed by Vincent Pit. GH #6.

- Previously, Params::Validate would eagerly stringify all values it was
  validating, even though this stringification was only needed for error
  messages that are used when a parameter fails. For objects which overload
  stringification and do real work, this added an unnecessary
  slowdown. Stringification is now delayed until it is needed. Reported by
  Klaus. RT #105326.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/devel/p5-Params-Validate/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/p5-Params-Validate/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index