Devel::NYTProf 2.07_94 C:\Devel-NYTProf-2.07\t>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); C:\Devel-NYTProf-2.07\t>perl 50.errno.t 1..4 ok 1 - $! should not be altered by NYTProf ok 2 - nytprof.out should be non-empty ok 3 - $! should not be altered by assigning fids to previously unprofiled modules ok 4 - $! should not be altered by NYTProf i/o Other environment info: C:\Devel-NYTProf-2.07\t>perl -v This is perl, v5.8.8 built for MSWin32-x86-multi-thread (with 33 registered patches, see perl -V for more detail) Copyright 1987-2006, Larry Wall Binary build 819 [267479] provided by ActiveState http://www.ActiveState.com Built Aug 29 2006 12:42:41 --~--~---------~--~----~------------~-------~--~----~ 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] -~----------~----~----~----~------~----~------~--~---
