need to include and install CPAN modules as part of application stack

------_=_NextPart_001_01CBBE65.E08A1034
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello all,





I need to include CPAN modules as part of our custom "application
stack".



Currently we have a custom "application stack" that we distribute to our
customers via CD. The application stack is primarily JBoss in nature.



This custom "application stack" is installed on to a target machine
after the customer installs our customized openSuSE 11.3 operating
system.



The installation for the application stack, is done via a set of home
grown perl and bash scripts.



What is the best way to install CPAN module(s) given the above?



I was thinking that I would just include the tar gz files as part of the
application stack, then have my install scripts un-archive the modules
then call make.



Is this too simple of an approach?



Thank you for ANY suggestions, advice, best practices people wish to
offer.



Please note: as mentioned above, the installation is perl based, so perl
is available (as part of openSuSE 11.3) along with various perl rpms.



Thank you,

mark






------_=_NextPart_001_01CBBE65.E08A1034--
Mark Meyer [ Do, 27 Januar 2011 22:05 ] [ ID #2053966 ]

Re: need to include and install CPAN modules as part of application stack

Personally, I'd like to see a way of executing a perl script/application =
in such a way that Perl runs off and grabs any required modules from =
CPAN (if the user has permission, of course).

Ben


On 27 Jan 2011, at 21:05, Mark Meyer wrote:

> Hello all,
>
>
>
>
>
> I need to include CPAN modules as part of our custom "application
> stack".
>
>
>
> Currently we have a custom "application stack" that we distribute to =
our
> customers via CD. The application stack is primarily JBoss in nature.
>
>
>
> This custom "application stack" is installed on to a target machine
> after the customer installs our customized openSuSE 11.3 operating
> system.
>
>
>
> The installation for the application stack, is done via a set of home
> grown perl and bash scripts.
>
>
>
> What is the best way to install CPAN module(s) given the above?
>
>
>
> I was thinking that I would just include the tar gz files as part of =
the
> application stack, then have my install scripts un-archive the modules
> then call make.
>
>
>
> Is this too simple of an approach?
>
>
>
> Thank you for ANY suggestions, advice, best practices people wish to
> offer.
>
>
>
> Please note: as mentioned above, the installation is perl based, so =
perl
> is available (as part of openSuSE 11.3) along with various perl rpms.
>
>
>
> Thank you,
>
> mark
>
>
>
>
>


--
To unsubscribe, e-mail: beginners-unsubscribe [at] perl.org
For additional commands, e-mail: beginners-help [at] perl.org
http://learn.perl.org/
Ben Lavery [ Fr, 28 Januar 2011 06:38 ] [ ID #2054030 ]

Re: need to include and install CPAN modules as part of applicationstack

>>>>> "BL" == Ben Lavery <ben.lavery [at] gmail.com> writes:

BL> Personally, I'd like to see a way of executing a perl
BL> script/application in such a way that Perl runs off and grabs any
BL> required modules from CPAN (if the user has permission, of
BL> course).

that makes very little sense. what if the program is running on a box
with no net connection? there are many other reasons why that is a silly
thing to desire. i will leave it as an exercise to list them.

uri

--
Uri Guttman ------ uri [at] stemsystems.com -------- http://www.sysarch.com --
----- Perl Code Review , Architecture, Development, Training, Support ------
--------- Gourmet Hot Cocoa Mix ---- http://bestfriendscocoa.com ---------

--
To unsubscribe, e-mail: beginners-unsubscribe [at] perl.org
For additional commands, e-mail: beginners-help [at] perl.org
http://learn.perl.org/
Uri Guttman [ Fr, 28 Januar 2011 06:45 ] [ ID #2054031 ]
Perl » gmane.comp.lang.perl.beginners » need to include and install CPAN modules as part of application stack

Vorheriges Thema: Redeclaration of variable [different scope]
Nächstes Thema: parse data from a report file