When I try to compile latest Devel::NYTProf module <http://search.cpan.org/~timb/Devel-NYTProf-6.02/lib/Devel/NYTProf.pm>. I get following warning "Warning: prerequisite File::Which 1.09 not found. We have 0.05."
I downloaded the latest File:Which module form CPAN and it's version is 0.05 <http://search.cpan.org/~pereinar/File-Which-0.05/Which.pm> Is this version mismatch is an Error in Devel::NYTProf module? Or I need to get File::Which from somewhere else? Or I need to modify the Makefile.PL as below PREREQ_PM => { 'List::Util' => 0, 'Test::More' => '0.84', 'File::Which' => '1.09', 'Test::Differences' => '0.60', 'XSLoader' => 0, 'Getopt::Long' => 0, 'JSON::MaybeXS' => 0, }, 'File::Which' => '0.05', Or any other way? Please suggest, what is the correct way out? -- -- 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] --- You received this message because you are subscribed to the Google Groups "Devel::NYTProf Dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
