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

Re: Perl 5.26.0-RC1 is now available!

Thread Previous | Thread Next
From:
Kent Fredric
Date:
May 14, 2017 04:14
Subject:
Re: Perl 5.26.0-RC1 is now available!
Message ID:
CAATnKFABh0PjQK0WLqC-MTugj==O22zjwRgDapfb1EHvLr0tKw@mail.gmail.com
On 14 May 2017 at 10:33, Ævar Arnfjörð Bjarmason <avarab@gmail.com> wrote:
> but most importantly isn't this wrong?
> +       don't we have . in @INC now unless you opt-in via
> +       -Ddefault_inc_excludes_dot? If not the main section above
> +       needs changing.


-Ddefault_inc_excludes_dot is now the default, if you don't like it
the only option is to op _out_  with -Udefault_inc_excludes_dot

The only reason there might be the perception to the contrary is due to
the side feature, PERL_USE_UNSAFE_INC, which, when set to 1, restores
'.' in @INC when perl otherwise lacks it.

And _that_ ENV var is used in a few places in CPAN clients and TAP::Harness,
which creates confusing perceptions for maintainers, but makes things
less broken
for end users.

-- 
Kent

KENTNL - https://metacpan.org/author/KENTNL

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