Subject: | String eval source code not available on perl 5.8 |
Devel::NYTProf 4.00 don't print source code of string evals in source
code for perl 5.8, even when I enable use_db_sub=1 option, as noted in
savesrc documentation.
Simple script and nytprof.out file attached.
nytprof.out was generated with this command:
$ NYTPROF=use_db_sub=1 perl -d:NYTProf 1.pl
abc
Code versions:
Devel-NYTProf: 4.00
perl: 5.8.8 (native perl from Ubuntu Hardy)
OS: Ubuntu Hardy x86_64
Subject: | 1.pl |
#!/usr/bin/perl
my $sub = eval q[sub { print "abc\n" } ];
$sub->();
Subject: | nytprof.out |
Message body not shown because it is not plain text.