Skip to content

Conversation

@kentfredric
Copy link

require t/foo.pl

Used to work as a result of the assumed '.' at the end of @INC.
This is no longer true under Perl 5.26 without PERL_USE_UNSAFE_INC=1
in your environment (which gets defaulted on under CPAN installers and
under Test::Harness if not explicitly disabled, and will be hard-off
in Perl 5.30)

Bug: https://bugs.gentoo.org/623002

    require t/foo.pl

Used to work as a result of the assumed '.' at the end of `@INC`.
This is no longer true under Perl 5.26 without PERL_USE_UNSAFE_INC=1
in your environment (which gets defaulted on under CPAN installers and
under Test::Harness if not explicitly disabled, and will be hard-off
in Perl 5.30)

Bug: https://bugs.gentoo.org/623002
kentfredric added a commit to kentnl-gentoo/Net-XMPP that referenced this pull request Nov 29, 2017
    require t/foo.pl

Used to work as a result of the assumed '.' at the end of `@INC`.
This is no longer true under Perl 5.26 without PERL_USE_UNSAFE_INC=1
in your environment (which gets defaulted on under CPAN installers and
under Test::Harness if not explicitly disabled, and will be hard-off
in Perl 5.30)

Bug: https://bugs.gentoo.org/623002
Bug: dap#16
@toddr
Copy link

toddr commented Sep 28, 2018

I needed this patch to install this module.

@Neustradamus
Copy link

@dap: Have you seen this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants