On 9/18/05, Geoff Mottram <[EMAIL PROTECTED]> wrote:
> The problem with regular expressions getting clobbered only occurs while
> running Perl with the "-d" (debug) option. I believe it is the "sub()"
> method of the DB.pm module that contains the regular expression that
> clobbers the running script's regular expression as described in my bug
> report.

That's probable. In this case, other Devel:: modules might be affected
if they use regular expressions this way. The proper fix would be
somehow (hand waving follows) to save and restore the regexp context
when entering a DB:: routine.

Reply via email to