On Thu, Jan 29, 2009 at 02:27:38PM -0800, Bob wrote: > > Devel::NYTProf 2.07_94 > > C:\Devel-NYTProf-2.07\t>perl 50.errno.t
Had you run 'make install' before you ran 'perl 50.errno.t' ? > 1..4 > ok 1 - $! should not be altered by NYTProf > ok 2 - nytprof.out should be non-empty > not ok 3 - $! should not be altered by assigning fids to previously > unprofiled modules > # Failed test (50.errno.t at line 24) > # got: '2' > # expected: '9999' > ok 4 - $! should not be altered by NYTProf i/o > # Looks like you failed 1 test of 4. > > If I move the 2 "use" line, it fixes the issue. Move "use" lines > before the BEGIN block. > > use Devel::NYTProf; > use Devel::NYTProf::Test qw(example_xsub example_sub); That change may just be masking the problem rather than fixing it. I've made a couple of changes. Could you retest using trunk? 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] -~----------~----~----~----~------~----~------~--~---
