Skip Menu |

This queue is for tickets about the Parse-Method-Signatures CPAN distribution.

Report information
The Basics
Id: 120830
Status: resolved
Priority: 0/
Queue: Parse-Method-Signatures

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

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 1.003018_01



Subject: Parse-Method-Signatures: Will not configure on 5.26.0: no-dot-in-default-INC
As of Perl 5.26.0, to be released within the next two months, '.' will no longer be found by default in @INC. Today I attempted to configure this library on Perl 5 blead. I got these results: ##### $ /home/jkeenan/testing/blead/bin/perl -I /home/jkeenan/testing/blead/lib Makefile.PL Can't locate inc/Module/Install.pm in @INC (you may need to install the inc::Module::Install module) (@INC contains: /home/jkeenan/testing/blead/lib /home/jkeenan/testing/blead/lib/perl5/site_perl/5.25.11/x86_64-linux /home/jkeenan/testing/blead/lib/perl5/site_perl/5.25.11 /home/jkeenan/testing/blead/lib/perl5/5.25.11/x86_64-linux /home/jkeenan/testing/blead/lib/perl5/5.25.11) at Makefile.PL line 1. BEGIN failed--compilation aborted at Makefile.PL line 1. ##### This can probably be fixed simply with: + use lib '.'; use inc::Module::Install 0.91; Thank you very much. Jim Keenan
Thanks for reminding me I have this to comaintain :D

Doing something slightly less prone to relying on '.' and will throw it on CPAN for a bit to let it smoke.

-- 
- CPAN kentnl@cpan.org
- Gentoo Perl Maintainer kentnl@gentoo.org ( perl@gentoo.org )

https://metacpan.org/release/KENTNL/Parse-Method-Signatures-1.003018_01

If I don't publish a final version ~7 days from now, please ping me.

-- 
- CPAN kentnl@cpan.org
- Gentoo Perl Maintainer kentnl@gentoo.org ( perl@gentoo.org )
 

1.003019 shipped.


-- 
- CPAN kentnl@cpan.org
- Gentoo Perl Maintainer kentnl@gentoo.org ( perl@gentoo.org )