Autrijus Tang <[EMAIL PROTECTED]> wrote:
>
> Morbus Iff <[EMAIL PROTECTED]> wrote:
>>   * In Perl2EXE, the ./lib directory was always at the
>>     end of @INC. This was nice [...]
>>     How does PAR handle @INC and push'd directories?
>
> Normally.  By that I mean if you put:
>
>     use lib './lib';
>
> at the beginning of your main program, it should Just Work
> like Perl2EXE.
>
> But I can see to enable this as a default may be a good
> idea.  Anyone opposing to this?

it *would* be quite handy!  although i'd prefer a command line option
instead of immutable behavior (suggesting: --addlib), for 2 reasons:

1. i might want to call the directory something other than lib, and/or place
it somewhere other than ./

2. i might want to leave it out explicitly so as not to change the behavior
of current applications that are built to use the internally compiled
versions and should never load external ones.

thanks,

-dave



Reply via email to