On Wed, 2003-10-22 at 14:57, Stas Bekman wrote:
> Philippe M. Chiasson wrote:
> [...]
> > -    $str =~ s/(\"?)-MExtUtils(::Manifest=mkmanifest)/-Ilib $1-MModPerl$2/;
> > +    $str =~ s/(\"?)-MExtUtils(::Manifest=mkmanifest)/-Ilib -Iblib\/lib 
> > $1-MModPerl$2/;
> 
> if we use -Ilib, shouldn't this be: -IApache-Test/lib instead of -Iblib?

I think you are correct, it should have been -IApache-Test/lib. I just
hastily wanted to reuse the existing autogeneration warning code.

>  If 
> you go for -Iblib, then there is no need for -Ilib I believe. Moreover if go 
> for blib, just do:
> 
> +    $str =~ s/(\"?)-MExtUtils(::Manifest=mkmanifest)/-Mblib $1-MModPerl$2/;
> 
> I haven't tested this though.
> 
> In any case, I'm not 100% sure that -blib/lib will work on win32.

In general, does -Ifoo/bar work on win32 (as opposed to -Ifoo\bar) ?

> 
> __________________________________________________________________
> 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
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
--------------------------------------------------------------------------------
Philippe M. Chiasson /gozer\@(cpan|ectoplasm)\.org/ 88C3A5A5 (122FF51B/C634E37B)
http://gozer.ectoplasm.org/    F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3 A5A5
Q: It is impossible to make anything foolproof because fools are so ingenious.
perl -e'$$=\${gozer};{$_=unpack(P7,pack(L,$$));/^JAm_pH\n$/&&print||$$++&&redo}'

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to