Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Bundles and offline installation issues

by marto (Cardinal)
on Sep 16, 2009 at 13:44 UTC ( [id://795615]=note: print w/replies, xml ) Need Help??


in reply to Bundles and offline installation issues

This is perhaps slightly off topic, if your goal is to have an executable packaged with all the modules you need why not use something like pp (now part of PAR::Packer) to do that for you?

Martin

  • Comment on Re: Bundles and offline installation issues

Replies are listed 'Best First'.
Re^2: Bundles and offline installation issues
by decebel (Acolyte) on Sep 16, 2009 at 14:22 UTC
    Thanks Martin. I really haven't looked at other options. I will check that out but here are my 2 important goals:

    1. I am naturally inclined towards Bundle. Used by CPAN and looks super simple. Just list the names of the packages you want and thats is all to it.

    2. packaging should work for both windows & unix. I am assuming pp is different from ppm (Activestate). ppm is only good for windows.

      PPM is a package mangement tool, pp is an packaging tool. You could use it to make a single stand alone executable which will contain all of your modules (their prerequisites and so on) that your application needs, this executable can be run on machines that don't have Perl installed, so you wouldn't have to install/maintain a distribution of Perl on each machine you wanted to run it on, or worry about how you would get all of the modules you need installed on each target machine.

      So in theory you could develop your application, package it using pp (once for Linux, once for windows) and distribute the executable.

      If I was in your position I would opt for packaging up the application, rather than have to support Perl (ensuring all of the modules you require are installed) on X number of machines which are 'offline'.

      Martin

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-25 02:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found