in reply to Re: Re: Re: Find file name
in thread Find file name

I'm definately an unprivileged user and
shell> perl -MCPAN -e shell cpan shell -- CPAN exploration and modules installation (v1.65) ReadLine support enabled cpan> o conf makepl_arg PREFIX="/your/path/to/perl/lib"
- what is this doing exactly ? I am interested but I doubt whether I could do this anyway for fear of messing the system up. Thanks

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Find file name
by broquaint (Abbot) on Nov 11, 2003 at 17:30 UTC
    It just passes the PREFIX to the Makefile.PL when the module is being built automatically, as described in the manpage:
    makepl_arg arguments passed to 'perl Makefile.PL
    Which allows you to install module via CPAN to a user-defined path.
    HTH

    _________
    broquaint