Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: Bundles and offline installation issues

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


in reply to Re^2: Bundles and offline installation issues
in thread Bundles and offline installation issues

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

  • Comment on Re^3: Bundles and offline installation issues

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-24 07:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found