<?xml version="1.0" encoding="windows-1252"?>
<node id="795682" title="Re^2: Tracking down the source of a new 5.10 warning" created="2009-09-16 14:08:10" updated="2009-09-16 14:08:10">
<type id="11">
note</type>
<author id="377463">
mpeters</author>
<data>
<field name="doctext">
Ok, I've tracked down the problem to Regexp::Common. I've changed places in the code that used to have:

&lt;blockquote&gt;&lt;code&gt;
use Regexp::Common;
&lt;/code&gt;&lt;/blockquote&gt;

to instead

&lt;blockquote&gt;&lt;code&gt;
use Regexp::Common qw(number);
&lt;/code&gt;&lt;/blockquote&gt;

Which should actually reduce memory usage as well. And the reason that my &lt;code&gt;Carp/$SIG{__WARN__}&lt;/code&gt; trick didn't work was because this was a place in the test suite that generated code and executed it in another process (with a fresh new perl). Thanks for all the suggestions.

&lt;!-- Node text goes above. Div tags should contain sig only --&gt;
&lt;div class="pmsig"&gt;&lt;div class="pmsig-377463"&gt;
&lt;br&gt;-- &lt;i&gt;More people are killed every year by pigs than by sharks, which shows you how good we are at evaluating risk.&lt;/i&gt; -- Bruce Schneier
&lt;/div&gt;&lt;/div&gt;</field>
<field name="root_node">
795489</field>
<field name="parent_node">
795495</field>
</data>
</node>
