Sreeji K Das wrote:
Hi Guys
How many of you use makepl_args.mod_perl ?
I do.
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.
but the "current" directory is the root of the mod_perl source directory. so I have
/src/mod_perl-1.0/makepl_args.mod_perl
and it works for every build from that source. how many copies of the source do you have sitting on your machine? I would hope not that many :)
It'd be nice if I can specify the location of this
file (& probably name too). It helps us in
maintenance.
I made a patch to achieve this. Comments ?
please submit a unified diff so we can more properly analyze the patch. thanks.
--Geoff
-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html