Bug 1230742

Summary: perl-Test-Prereq-1.038-2.fc23: FTBFS with Perl 5.22
Product: [Fedora] Fedora Reporter: Jitka Plesnikova <jplesnik>
Component: perl-Test-PrereqAssignee: Petr Šabata <psabata>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: perl-devel, psabata, steve
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://rt.cpan.org/Public/Bug/Display.html?id=98445
Whiteboard:
Fixed In Version: perl-Test-Prereq-1.038-3.fc23 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-06-11 14:10:48 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Build log none

Description Jitka Plesnikova 2015-06-11 13:17:20 UTC
Created attachment 1037688 [details]
Build log

The build of perl-Test-Prereq failed with Perl 5.22 with following error:


#   Failed test 'Right modules for modules and tests'
#   at t/get_loaded_modules.t line 10.
Didn't find right modules! Found < Module::Build Module::Info Test::Prereq Test::Prereq::Build >
# Looks like you failed 1 test of 1.
t/get_loaded_modules.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 
    # You might see an error about loading a Makefile.PL. That's fine.
_get_prereqs: Error loading Makefile.PL: 


#   Failed test 'Found some modules that didn't show up in PREREQ_PM or *_REQUIRES
# '
#   at /builddir/build/BUILD/Test-Prereq-1.038/blib/lib/Test/Prereq.pm line 294.
# 	Module::Build
# Looks like you failed 1 test of 1.
t/prereq_ok.t ........... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 
#   Failed test 'Found some modules that didn't show up in PREREQ_PM or *_REQUIRES
# '
#   at /builddir/build/BUILD/Test-Prereq-1.038/blib/lib/Test/Prereq.pm line 294.
# 	Module::Build
# Looks like you failed 1 test of 1.
t/prior_plan.t .......... 

Koji build: https://koji.fedoraproject.org/koji/buildinfo?buildID=643292

Comment 1 Petr Šabata 2015-06-11 14:10:48 UTC
I've altered the test suite so it passes now.  It's not a critical issue.
Upstream needs to decide how to fix the underlying problem.