develooper Front page | perl.perl5.porters | Postings from March 2017

Re: perl -V with default_inc_excludes_dot, please

Thread Previous | Thread Next
From:
Todd Rinaldo
Date:
March 1, 2017 16:52
Subject:
Re: perl -V with default_inc_excludes_dot, please
Message ID:
1E05FF66-B3BB-4F87-A637-330DA9D5E161@cpanel.net

> On Feb 27, 2017, at 8:36 AM, H.Merijn Brand <h.m.brand@xs4all.nl> wrote:
> 
> On Sat, 25 Feb 2017 17:29:25 +0000, Aaron Crane <arc@cpan.org> wrote:
> 
>> Andreas Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de> wrote:
>>> I just discovered that from perl -V alone we find the facts about
>>> default_inc_excludes_dot only via config_arg*. Can we have it as a first
>>> class config citizen?
>> 
>> The attached patch yields:
>> 
>> $ ./perl -Ilib -V | grep -C3 default_inc_excludes_dot=
>>    use64bitall=define
>>    uselongdouble=undef
>>    usemymalloc=n
>>    default_inc_excludes_dot=define
>>    bincompat5005=undef
>>  Compiler:
>>    cc='gcc-mp-4.8'
>> 
>> Is that what you intended?
>> 
>> Thanks.
> 
> I'm in the process of updating Config::Perl::V to reflect this addition
> 
> Questions:
> 
> 0. Is this important enough a setting to show in the summary?


I don't have a strong opinion if it is shown explicitly but it seems like @INC right at the end of perl -V is sufficiently clear?



Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About