This is perl, v5.10.1 (*) built for i686-linux $ cat devel_nytprof.t #use v5.14; use strict; use open qw( :encoding(UTF-8) :std ); use Getopt::Std;
$ perl -d:NYTProf devel_nytprof.t fid 21 has no src saved for /home/martin/perl5/perlbrew/perls/ perl-5.10.1/lib/5.10.1/Getopt/Std.pm (NYTP_FIDf_HAS_SRC not set but src available!) PERL_UNICODE was not set. $ cat devel_nytprof.t #use v5.14; use strict; #use open qw( :encoding(UTF-8) :std ); use Getopt::Std; $ perl -d:NYTProf devel_nytprof.t works ok. I'm actually using 5.14 but I stepped back to 5.10.1 for the above runs. I have the same issue in 5.14. BTW, when compiling for 5.10.1 I got these: cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/ include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION= \"4.06\" -DXS_VERSION=\"4.06\" -fPIC "-I/home/martin/perl5/perlbrew/ perls/perl-5.10.1/lib/5.10.1/i686-linux/CORE" -DHAS_CLOCK_GETTIME - DHAS_ZLIB -W -Wall -Wpointer-arith -Wbad-function-cast -Wno-comment - Wno-sign-compare -Wno-cast-qual -Wmissing-noreturn -Wno-unused- parameter NYTProf.c NYTProf.xs:1519:20: warning: extra tokens at end of #ifdef directive NYTProf.xs:815: warning: ‘lookup_file_entry’ defined but not used NYTProf.xs:3649: warning: ‘eval_outer_fid’ defined but not used Running Mkbootstrap for Devel::NYTProf () Martin -- 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]
