Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: Tracking down the source of a new 5.10 warning

by mpeters (Chaplain)
on Sep 16, 2009 at 18:08 UTC ( [id://795682]=note: print w/replies, xml ) Need Help??


in reply to Re: Tracking down the source of a new 5.10 warning
in thread Tracking down the source of a new 5.10 warning

Ok, I've tracked down the problem to Regexp::Common. I've changed places in the code that used to have:
use Regexp::Common;
to instead
use Regexp::Common qw(number);
Which should actually reduce memory usage as well. And the reason that my Carp/$SIG{__WARN__} 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.

-- More people are killed every year by pigs than by sharks, which shows you how good we are at evaluating risk. -- Bruce Schneier

Replies are listed 'Best First'.
Re^3: Tracking down the source of a new 5.10 warning
by diotalevi (Canon) on Sep 16, 2009 at 18:15 UTC

    Ah. If you'd wanted to affect another perl, you could use the environment variable PERL5OPT. I've occasionally run with it set to things like -MCarp::Always to convert all my programs to use verbose warnings.1

    ⠤⠤ ⠙⠊⠕⠞⠁⠇⠑⠧⠊

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://795682]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-26 07:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found