Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Params-Validate
From: Thomas Klausner
Date: 2007-02-18 03:43:48
Message id: 20070218024348.8CBE12150A@cvs.netbsd.org
Log Message:
Update to 0.87:
0.87 January 18, 2007
- 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). Thanks to Jeff
Weisberg for pointing this out.
Files: