On Fri, 29 Jun 2001, Doug MacEachern wrote:
> On Fri, 29 Jun 2001, Stas Bekman wrote:
> > BuildOptions::parse_file:
> > -----------------------
> >
> > my @files = map { $_ . 'makepl_args.mod_perl2' }
> > qw(./ ../ ./. ../.), "$ENV{HOME}/.";
> >
> > I think to be really consistent we should do:
> >
> > my @files = map { $_ . 'makepl_args.mod_perl2' }
> > map { ("$_/","$_/.") } qw(. ..), $ENV{HOME};
> >
> > so we have 6 different locations. it also reads easier :) I know that
> > it's probably a bad idea to have makepl_args.mod_perl2 without leading
> > '.' under your ~, but just to be consistent. Or may be we should have
> > only the files starting with '.'? Just wondering.
>
> i guess ~/makepl_args.mod_perl2 would be ok, but i think that's what i was
> trying to avoid originally.
what do you think about removing the option of having non-dot files all
together? so we have just ~/. ./. and ../. ? I think 5 different variants
can get very confusing...
_____________________________________________________________________
Stas Bekman JAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide http://perl.apache.org/guide
mailto:[EMAIL PROTECTED] http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]