Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 555134 - dev-perl/Module-ScanDeps-1.190 version bump
Summary: dev-perl/Module-ScanDeps-1.190 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-17 02:53 UTC by Hank Leininger
Modified: 2015-07-17 19:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!