Skip Menu |

This queue is for tickets about the Convert-Binary-C CPAN distribution.

Report information
The Basics
Id: 121039
Status: resolved
Priority: 0/
Queue: Convert-Binary-C

People
Owner: MHX [...] cpan.org
Requestors: KENTNL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.79



Subject: Fails tests when no "." in @INC ( Can't locate tests/include/config.pl )
On 5.25.11+ where -Ddefault_inc_excludes_dot is now default, and where PERL_USE_UNSAFE_INC is undefined or set to 0 in the calling environment, tests fail as follows:



PERL_DL_NONLAZY=1 "/home/kent/perl5/perlbrew/perls/5.25.11-nossp-sip13-nopmc-nodot/bin/perl5.25.11" "-Iblib/lib" "-Iblib/arch" test.pl
tests/001_init.t .......... ok
Can't locate tests/include/config.pl in @INC (@INC contains: /home/kent/.cpanm/work/1491782127.4697/Convert-Binary-C-0.78/support blib/lib blib/arch /home/kent/.cpanm/work/1491782127.4697/Convert-Binary-C-0.78/support blib/lib blib/arch /home/kent/.cpanm/work/1491782127.4697/Convert-Binary-C-0.78/support blib/lib blib/arch /home/kent/.cpanm/work/1491782127.4697/Convert-Binary-C-0.78/support blib/lib blib/arch /home/kent/.cpanm/work/1491782127.4697/Convert-Binary-C-0.78/support blib/lib blib/arch /home/kent/.cpanm/work/1491782127.4697/Convert-Binary-C-0.78/support blib/lib blib/arch /home/kent/.cpanm/work/1491782127.4697/Convert-Binary-C-0.78/support blib/lib blib/arch /home/kent/.cpanm/work/1491782127.4697/Convert-Binary-C-0.78/support blib/lib blib/arch /home/kent/perl5/perlbrew/perls/5.25.11-nossp-sip13-nopmc-nodot/lib/site_perl/5.25.11/x86_64-linux /home/kent/perl5/perlbrew/perls/5.25.11-nossp-sip13-nopmc-nodot/lib/site_perl/5.25.11 /home/kent/perl5/perlbrew/perls/5.25.11-nossp-sip13-nopmc-nodot/lib/5.25.11/x86_64-linux /home/kent/perl5/perlbrew/perls/5.25.11-nossp-sip13-nopmc-nodot/lib/5.25.11) at tests/206_parse.t line 16.
tests/206_parse.t .........



-- 
- CPAN kentnl@cpan.org
- Gentoo Perl Maintainer kentnl@gentoo.org ( perl@gentoo.org )
Sorry this took so long. Fixed in 0.79 which has just been released. Thanks for the pull request on github! On Sun Apr 09 19:58:54 2017, KENTNL wrote: Show quoted text
> On 5.25.11+ where -Ddefault_inc_excludes_dot is now default, and where > PERL_USE_UNSAFE_INC is undefined or set to 0 in the calling > environment, tests > fail as follows: > > > > PERL_DL_NONLAZY=1 > "/home/kent/perl5/perlbrew/perls/5.25.11-nossp-sip13-nopmc- > nodot/bin/perl5.25.11" > "-Iblib/lib" "-Iblib/arch" test.pl > tests/001_init.t .......... ok > Can't locate tests/include/config.pl in @INC (@INC contains: > /home/kent/.cpanm/work/1491782127.4697/Convert-Binary-C-0.78/support > blib/lib > blib/arch /home/kent/.cpanm/work/1491782127.4697/Convert-Binary-C- > 0.78/support > blib/lib blib/arch > /home/kent/.cpanm/work/1491782127.4697/Convert-Binary-C-0.78/support > blib/lib > blib/arch /home/kent/.cpanm/work/1491782127.4697/Convert-Binary-C- > 0.78/support > blib/lib blib/arch > /home/kent/.cpanm/work/1491782127.4697/Convert-Binary-C-0.78/support > blib/lib > blib/arch /home/kent/.cpanm/work/1491782127.4697/Convert-Binary-C- > 0.78/support > blib/lib blib/arch > /home/kent/.cpanm/work/1491782127.4697/Convert-Binary-C-0.78/support > blib/lib > blib/arch /home/kent/.cpanm/work/1491782127.4697/Convert-Binary-C- > 0.78/support > blib/lib blib/arch > /home/kent/perl5/perlbrew/perls/5.25.11-nossp-sip13-nopmc- > nodot/lib/site_perl/5.25.11/x86_64-linux > /home/kent/perl5/perlbrew/perls/5.25.11-nossp-sip13-nopmc- > nodot/lib/site_perl/5.25.11 > /home/kent/perl5/perlbrew/perls/5.25.11-nossp-sip13-nopmc- > nodot/lib/5.25.11/x86_64-linux > /home/kent/perl5/perlbrew/perls/5.25.11-nossp-sip13-nopmc- > nodot/lib/5.25.11) at > tests/206_parse.t line 16. > tests/206_parse.t ......... > > > > -- > - CPAN kentnl@cpan.org > - Gentoo Perl Maintainer kentnl@gentoo.org ( perl@gentoo.org )