CC: | |
Subject: | nytprofhtml r1377 produces lots of "has no caller subnames but a call count of" warnings. |
Date: | Mon, 04 Oct 2010 21:55:27 +0000 (GMT) |
To: | bug-Devel-NYTProf [...] rt.cpan.org |
From: | perl [...] galumph.com |
Appears to work fine, but there's a continual spew of warnings like:
A::Module::__ANON__[(eval 210)[/some/path/lib/perl5/Fatal.pm:1102]:41] has no caller subnames but a call count of 6
AnotherModule::__ANON__[(eval 2268)[/some/path/lib/perl5/Fatal.pm:1188]:47] has no caller subnames but a call count of 1
The line numbers in Fatal.pm all appear to be 1102 and 1188 (they're both string evals).
Fatal/autodie 2.10
perl 5.12.2
RHEL 5.3 x86_64