On Fri, Feb 20, 2009 at 02:04:49PM -0800, Lorrie Wood wrote: > > On Feb 19, 11:23 pm, Uwe Voelker <[email protected]> wrote: > > > > Please run perl t/test01.t -v and send us the output. This shows > > $nytprofcsv. And could you please tell us the file permissions of this file?
> > # Windows emulates the executable bit based on file extension only > > ok($^O eq "MSWin32" ? -f $nytprofcsv : -x $nytprofcsv, "Found nytprofcsv as > > $nytprofcsv"); > File permissions are: > > -rw-r--r-- 1 root root 6476 Feb 19 15:19 bin/nytprofcsv That's the problem. You can just "chmod +x" the file and the test should pass. What does the umask command report for you? Tim. --~--~---------~--~----~------------~-------~--~----~ You've received this message because you are subscribed to the Devel::NYTProf Development User group. Group hosted at: http://groups.google.com/group/develnytprof-dev Project hosted at: http://perl-devel-nytprof.googlecode.com CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf To post, email: [email protected] To unsubscribe, email: [email protected] -~----------~----~----~----~------~----~------~--~---
