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

Re: perl -V with default_inc_excludes_dot, please

Thread Previous | Thread Next
From:
Aaron Crane
Date:
February 25, 2017 17:29
Subject:
Re: perl -V with default_inc_excludes_dot, please
Message ID:
CACmk_tvDmC5HjDuo1FtJ4hyUx_DPUbkFZUQ1EnJvuP_6AHRD0A@mail.gmail.com
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.

-- 
Aaron Crane ** http://aaroncrane.co.uk/

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