mpeters has asked for the wisdom of the Perl Monks concerning the following question:
I'm assuming this is pretty deep inside some dependency I'm using (of which my application probably has an old version which doesn't play nicely with 5.10). Google is no help here as it returns a lot of CPAN testers results with the same warning for various modules (http://www.mail-archive.com/cpan-testers@perl.org/msg652326.html, http://trouchelle.com/perl/ppmrepview.pl?id=33577&v=10).Variable "$x" is not available at (re_eval 1070) line 1.
to get a nice stack trace of where the warning is coming from is not actually giving me a stack trace. Anyone have any extra ideas?$SIG{__WARN__} = \*Carp::cluck;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Tracking down the source of a new 5.10 warning
by BrowserUk (Patriarch) on Sep 15, 2009 at 22:11 UTC | |
Re: Tracking down the source of a new 5.10 warning
by ikegami (Patriarch) on Sep 16, 2009 at 00:15 UTC | |
Re: Tracking down the source of a new 5.10 warning
by Your Mother (Archbishop) on Sep 15, 2009 at 23:47 UTC | |
Re: Tracking down the source of a new 5.10 warning
by diotalevi (Canon) on Sep 16, 2009 at 00:34 UTC | |
by mpeters (Chaplain) on Sep 16, 2009 at 18:08 UTC | |
by diotalevi (Canon) on Sep 16, 2009 at 18:15 UTC |