Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the devel-nytprof CPAN distribution.

Report information
The Basics
Id: 58284
Status: resolved
Priority: 0/
Queue: devel-nytprof

People
Owner: Nobody in particular
Requestors: me [...] berekuk.ru
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 4.00
Fixed in: (no value)



Subject: Broken links in html report
Devel::NYTProf 4.0 generates only ...-line.html file for string evals, so all ...-block.html files for actual files contain links to non-existent files. For example, in report for attached script, "string eval" in 1-pl-1-block.html is linked to non-existent "(eval 1)[-1-pl-3]-2-block.html" file.
Subject: 1.pl
#!/usr/bin/perl my $sub = eval q[sub { print "abc\n" } ]; $sub->();
Thanks. Fixed for next release (which will be soon).