Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 555134

Summary: dev-perl/Module-ScanDeps-1.190 version bump
Product: Gentoo Linux Reporter: Hank Leininger <hlein>
Component: [OLD] DevelopmentAssignee: Gentoo Perl team <perl>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Hank Leininger 2015-07-17 02:53:49 UTC
After upgrading to dev-lang/perl-5.22.x, the latest version of dev-perl/Module-ScanDeps in the main portage tree, 1.120 (upstream version 1.12) no longer works:

<pre># perl -MModule::ScanDeps -e 1
Can't locate Module/Build/ModuleInfo.pm in @INC (you may need to install the Module::Build::ModuleInfo module) (@INC contains: /etc/perl /usr/local/lib64/perl5/5.22.0/x86_64-linux /usr/local/lib64/perl5/5.22.0 /usr/lib64/perl5/vendor_perl/5.22.0/x86_64-linux /usr/lib64/perl5/vendor_perl/5.22.0 /usr/lib64/perl5/5.22.0/x86_64-linux /usr/lib64/perl5/5.22.0 .) at /usr/lib64/perl5/vendor_perl/5.22.0/Module/ScanDeps.pm line 29.
BEGIN failed--compilation aborted at /usr/lib64/perl5/vendor_perl/5.22.0/Module/ScanDeps.pm line 29.
Compilation failed in require.
BEGIN failed--compilation aborted.
</pre>

As a result, any code that uses Module::ScanDeps is broken.

This seems to be because Module::Build::ModuleInfo has been deprecated/removed.

I tried bumping the ebuild to dev-perl/Module-ScanDeps-1.190 (upstream version 1.19), and it seems to work perfectly with zero changes (but I tested only minimally).
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2015-07-17 19:26:34 UTC
bumped, thanks!