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: 34049
Status: resolved
Priority: 0/
Queue: devel-nytprof

People
Owner: Nobody in particular
Requestors: jeremiah [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.08
Fixed in: (no value)



Subject: NYTProfiler cannot find outfile
Hello, I downloaded version 0.8 from CPAN and ran it thusly: perl -d:NYTProf run_all.pl It produces this error message: Cannot open outfile. No such file or directory I manually created what I thought to be the outfile, i.e. nytprofout but no luck. I also tried to redirect with a '>' but again no luck. I searched both NYTProf*.pm modules for the above error message but again, no luck. I see you use Carp but I see no 'croaks' and only one 'carp' which does not contain my error message. Perhaps more carps and croaks (or even dies) will help those who might want to debug? My platform: Ubuntu 7.10 (greasy grommit or something like that.)
I am beginning to suspect this is a problem with my code, not NYTProfiler