Subject: CVS commit: pkgsrc/devel/p5-Params-Validate
From: Wen Heping
Date: 2015-06-30 08:54:39
Message id: 20150630065439.921B198@cvs.netbsd.org

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.

Files:
RevisionActionfile
1.56modifypkgsrc/devel/p5-Params-Validate/Makefile
1.30modifypkgsrc/devel/p5-Params-Validate/distinfo