Subject: | AutoLoader borks source file location from debugger |
By email from andy@halogix.[nospam]com:
Hi, I love your work, it's making my work easier :-) Just one thing that
I can't get quite working though:
Show quoted text
> perl -d:NYTProf -MBSD::Resource -e 'getrlimit(RLIMIT_NOFILE)'
> nytprofhtml
Borks out with the following error:
Show quoted text> > Generating report...
> > Unable to locate source file: blib/lib/BSD/Resource.pm (autosplit
into blib/lib/auto/BSD/Resource/getrlimit.al)
Show quoted text> > at /usr/bin/nytprofhtml line 113
> > Unable to open blib/lib/BSD/Resource.pm (autosplit into
blib/lib/auto/BSD/Resource/getrlimit.al) for reading: No such file or
directory
Show quoted text> > Try running again in the same directory as you ran Devel::NYTProf,or
ensure @INC is correct.
Show quoted text> > at
/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/Devel/NYTProf/Reader.pm
line 294
Show quoted text> >
Devel::NYTProf::Reader::report('Devel::NYTProf::Reader=HASH(0x88b7e84)')
called at /usr/bin/nytprofhtml line 113
Any ideas?
Andrew [snip]