Compiling Error Warning

13 views
Skip to first unread message

Parveen Verma

unread,
Nov 3, 2015, 10:29:20 AM11/3/15
to Devel::NYTProf Dev
When I try to compile latest Devel::NYTProf module. 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

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?


Steve Peters

unread,
Nov 3, 2015, 10:37:04 AM11/3/15
to develnyt...@googlegroups.com
Looking at http://search.cpan.org/~plicease/File-Which-1.19/, the newest version is 1.19.  I'd suggest switching CPAN mirrors because the one you are using might be out of date.

--
--
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: develnyt...@googlegroups.com
To unsubscribe, email: develnytprof-d...@googlegroups.com
---
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 develnytprof-d...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages