Front page | perl.perl5.porters |
Postings from March 2017
Re: perl -V with default_inc_excludes_dot, please
Thread Previous
|
Thread Next
From:
H.Merijn Brand
Date:
March 1, 2017 18:02
Subject:
Re: perl -V with default_inc_excludes_dot, please
Message ID:
20170301190158.4cc5655a@pc09.procura.nl
On Wed, 1 Mar 2017 10:52:34 -0600, Todd Rinaldo <toddr@cpanel.net>
wrote:
> > 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:
> [...]
> >>
> >> 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?
I don't mean *that* summary :)
But this one:
$ perl5.25.11 -MConfig::Perl::V=summary -MDP -we'DDumper summary'
{ DEBUGGING => 1,
HAS_TIMES => 1,
MULTIPLICITY => 1,
PERLIO_LAYERS => 1,
PERL_COPY_ON_WRITE => 1,
PERL_DONT_CREATE_GVSV => 1,
PERL_IMPLICIT_CONTEXT => 1,
PERL_MALLOC_WRAP => 1,
PERL_OP_PARENT => 1,
PERL_PRESERVE_IVUV => 1,
PERL_TRACK_MEMPOOL => 1,
PERL_USE_DEVEL => 1,
USE_64_BIT_ALL => 1,
USE_64_BIT_INT => 1,
USE_ITHREADS => 1,
USE_LARGE_FILES => 1,
USE_LOCALE => 1,
USE_LOCALE_COLLATE => 1,
USE_LOCALE_CTYPE => 1,
USE_LOCALE_NUMERIC => 1,
USE_LOCALE_TIME => 1,
USE_LONG_DOUBLE => 1,
USE_PERLIO => 1,
USE_PERL_ATOF => 1,
USE_REENTRANT_API => 1,
archname => 'x86_64-linux-thread-multi-ld',
cc => 'cc',
ccversion => '',
config_args => '-Dusedevel -Duse64bitall -Duselongdouble -Dusethreads -Duseithreads -Ddefault_inc_excludes_dot -des',
d_longdbl => 'define',
d_longlong => 'define',
default_inc_excludes_dot => 'define',
doublesize => '8',
gccversion => '6.3.1 20170202 [gcc-6-branch revision 245119]',
inc_version_list => '',
intsize => '4',
ivsize => '8',
longdblsize => '16',
longlongsize => '8',
lseeksize => '8',
nvsize => '16',
osname => 'linux',
osvers => '4.10.0-1-default',
patchlevel => '25',
revision => '5',
subversion => '11',
use64bitall => 'define',
use64bitint => 'define',
useithreads => 'define',
uselongdouble => 'define',
usemultiplicity => 'define',
usemymalloc => 'n',
useperlio => 'define',
useshrplib => 'false',
version => '5.25.11'
}
--
H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/
using perl5.00307 .. 5.25 porting perl5 on HP-UX, AIX, and openSUSE
http://mirrors.develooper.com/hpux/ http://www.test-smoke.org/
http://qa.perl.org http://www.goldmark.org/jeff/stupid-disclaimers/
Thread Previous
|
Thread Next