On 02/25/2017 09:11 PM, Andreas Koenig wrote: >>>>>> On Sat, 25 Feb 2017 17:29:25 +0000, Aaron Crane <arc@cpan.org> said: > > 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? > > Yes, this is what I meant. I think this will be helpful in diagnosing > problems with said variable. analysis.cpantesters.org for one would just > pick it up in its regression testing. Thanks for the patch! +1 to the patch.Thread Previous | Thread Next