Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: What to tell Module::Build, and where?

by perrin (Chancellor)
on Apr 21, 2008 at 12:21 UTC ( [id://681904]=note: print w/replies, xml ) Need Help??


in reply to What to tell Module::Build, and where?

What version of Module::Build do you have? I think you need to upgrade it to get one that emulates PREFIX. What you're doing now will probably work on what you have if you stop passing PREFIX to it. I'm guessing you have CPAN set to always pass it.
  • Comment on Re: What to tell Module::Build, and where?

Replies are listed 'Best First'.
Re^2: What to tell Module::Build, and where?
by stiller (Friar) on Apr 21, 2008 at 15:06 UTC
    I have 0.2808, wich is the latest.

    I'll try and find out how to have cpan not pass it.

      A grep of 0.2808 doesn't show the error message you're getting. I think you either don't have 0.2808 or don't have it in the path for the Perl you're running CPAN on.
        Well, obviously my path is not fully under my control yet, but

        perl -MModule::Build -e 'print "$Module::Build::VERSION \n";' says: 0.2808

        Also:

        ~$ perl -MCPAN -eshell cpan shell -- CPAN exploration and modules installation (v1.7602) ReadLine support enabled cpan> install Module::Build CPAN: Storable loaded ok Going to read /home/kai/.cpan/Metadata Database was generated on Sun, 20 Apr 2008 05:29:45 GMT Module::Build is up to date.
        Is there other ways to check this?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://681904]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (1)
As of 2024-04-16 19:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found