On Sat, Nov 20, 2004 at 10:28:43PM +0200, [EMAIL PROTECTED] wrote: > t/fail-more...............Ambiguous call resolved as CORE::err(), qualify as > such or use & at t/fail-more.t line 39.
This is because... > Summary of my perl5 (revision 5 version 9 subversion 1) configuration: 5.9 has a new keyword: err. In 5.9.1 it would blow over any existing function called err(). This has recently been fixed so that existing functions will override err() to preserve backwards compat with any programs already having such functions (like Test::More's tests). The latest bleadperl has this fix. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern/ Woot tangent!
