> 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