Sreeji K Das wrote:
Hi Guys

How many of you use makepl_args.mod_perl ? I have a
file handy with all the required options & I build a
static httpd with a single 'perl Makefile.PL'. I have
found this method very convenient. However, mod_perl
build currently requires that makepl_args.mod_perl is
present in one of current, '..' or $ENV{HOME}. We source control the
makepl_args file in a global location & everytime I
have to copy this file to current directory for build.

Why not do the simple:


perl Makefile.PL `cat /whereever/your/file/is/makepl_args.mod_perl`

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to