Document the fix for perl 5.10 with this comment:

Andrew Dunstan <andrew@dunslane.net>

Commit: cd76ad6a2efcc3390ae5a87776e9de4743fe229f
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2008-01-23T00:55:47Z
Releases: 8.3.0
Document the fix for perl 5.10 with this comment:
 * The temporary enabling of the caller opcode here is to work around a
 * bug in perl 5.10, which unkindly changed the way its Safe.pm works, without
 * notice. It is quite safe, as caller is informational only, and in any case
 * we only enable it while we load the 'strict' module.

Files

PathChange+/−
src/pl/plperl/plperl.c modified +8 −1