Skip Menu |

This queue is for tickets about the Test-SubCalls CPAN distribution.

Report information
The Basics
Id: 120411
Status: resolved
Priority: 0/
Queue: Test-SubCalls

People
Owner: Nobody in particular
Requestors: KENTNL [...] cpan.org
Cc: PLICEASE [...] cpan.org
AdminCc:

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



Subject: Fails install when no '.' in @INC
On 5.25.10 with -Ddefault_inc_excludes_dot

--> Working on Test::SubCalls
Fetching http://cpan.metacpan.org/authors/id/A/AD/ADAMK/Test-SubCalls-1.09.tar.gz ... OK
Fetching http://cpan.metacpan.org/authors/id/A/AD/ADAMK/CHECKSUMS ... OK
Configuring Test-SubCalls-1.09 ... Can't locate inc/Module/Install/DSL.pm in @INC (you may need to install the inc::Module::Install::DSL module) (@INC contains: /home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/lib/site_perl/5.25.10/x86_64-linux /home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/lib/site_perl/5.25.10 /home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/lib/5.25.10/x86_64-linux /home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/lib/5.25.10) at Makefile.PL line 1.
BEGIN failed--compilation aborted at Makefile.PL line 1.
Configuring Test-SubCalls failed.



-- 
- CPAN kentnl@cpan.org
- Gentoo Perl Maintainer kentnl@gentoo.org ( perl@gentoo.org )
On Mon Feb 27 02:28:41 2017, KENTNL wrote: Show quoted text
> On 5.25.10 with -Ddefault_inc_excludes_dot > > --> Working on Test::SubCalls > Fetching > http://cpan.metacpan.org/authors/id/A/AD/ADAMK/Test-SubCalls- > 1.09.tar.gz ... OK > Fetching http://cpan.metacpan.org/authors/id/A/AD/ADAMK/CHECKSUMS ... > OK > Configuring Test-SubCalls-1.09 ... Can't locate > inc/Module/Install/DSL.pm in > @INC (you may need to install the inc::Module::Install::DSL module) > (@INC > contains: > /home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc- > nodot/lib/site_perl/5.25.10/x86_64-linux > /home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc- > nodot/lib/site_perl/5.25.10 > /home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc- > nodot/lib/5.25.10/x86_64-linux > /home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc- > nodot/lib/5.25.10) at > Makefile.PL line 1. > BEGIN failed--compilation aborted at Makefile.PL line 1. > Configuring Test-SubCalls failed. > > > > -- > - CPAN kentnl@cpan.org > - Gentoo Perl Maintainer kentnl@gentoo.org ( perl@gentoo.org )
The patch attached should address the problem described in this RT and prepare Test-SubCalls for perl-5.26.0 readiness. Please review. Thank you very much. Jim Keenan
Subject: Test-SubCalls.20170331.diff
--- Makefile.PL.orig 2017-03-31 09:05:12.495038191 -0400 +++ Makefile.PL 2017-03-31 09:05:22.634214621 -0400 @@ -1,3 +1,4 @@ +use lib '.'; use inc::Module::Install::DSL 0.83; all_from lib/Test/SubCalls.pm
Show quoted text
> > The patch attached should address the problem described in this RT and > prepare Test-SubCalls for perl-5.26.0 readiness. Please review. >
Confirmed working. Tests pass.
fixed in 1.10.