Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: How do you manage module deployment?

by hakkr (Chaplain)
on Jul 13, 2005 at 09:30 UTC ( [id://474476]=note: print w/replies, xml ) Need Help??


in reply to Re: How do you manage module deployment?
in thread How do you manage module deployment?

pretty easy to create a zipped tarball from your source.
system ("tar -zc /sourcedir > /mytarball.tar.gz");
or you can use the Archive:: cpan modules

Sounds like a disk image of your perl installation might be handy as well. Or maybe you can create your own rpm's for apt or yum. Apache ant build scripts are also great for copy/moving files around Ant.

Replies are listed 'Best First'.
Re^3: How do you manage module deployment?
by CountZero (Bishop) on Jul 13, 2005 at 09:38 UTC
    But that is not necessarily cross-platform and may overwrite already installed modules. PAR was meant to avoid these pitfalls. Of course if you are so lucky as to have a single architecture for all your machines ...

    CountZero

    "If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (9)
As of 2024-03-28 09:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found