Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Activestate Perl module upgrade assistance

by jand (Friar)
on Jun 09, 2009 at 15:18 UTC ( [id://769947]=note: print w/replies, xml ) Need Help??


in reply to Activestate Perl module upgrade assistance

You can download the *.ppmx files from the PPM build status pages and transfer them to your disconnected machine via CDR or USB memory stick. Then install them with
    ppm install Foo-Bar.ppmx
You may need to remove a previous installation of the module if it also was installed in the site/lib/ tree.

You'll also have to make sure you install all prerequisite modules manually too, as PPM will not be able to fetch them automatically in this scenario.

Replies are listed 'Best First'.
Re^2: Activestate Perl module upgrade assistance
by grep101 (Initiate) on Jun 09, 2009 at 16:04 UTC
    I believe typical activestate ppm installation will install in site/lib. Just make sure that your @INC is 'xxx/site/lib' and 'xxx/lib' where xxx is your base AS Perl installation directory. perl -e "print join \"\n\", @INC;"
      PPM will install by default into the first writable directory in @INC. Or you can specify the installation directory using the --area xxxx option. Use
          ppm area list
      
      to get a list of the area names of your directories in @INC (normally just the last segment of the path for each directory, unless it is lib).

      And for ActivePerl site/lib is already in front of lib.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-25 07:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found