Bug 2222182

Summary: perl-Module-Reader-0.003003-18.fc39 FTBFS with Perl 5.38: t/memory.t fails on a different wording
Product: [Fedora] Fedora Reporter: Petr Pisar <ppisar>
Component: perl-Module-ReaderAssignee: Petr Pisar <ppisar>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jplesnik, perl-devel
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: perl-Module-Reader-0.003003-20.fc39 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-08-08 08:28:25 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:
Bug Depends On:    
Bug Blocks: 2168842    

Description Petr Pisar 2023-07-12 07:25:10 UTC
perl-Module-Reader-0.003003-18.fc39 fails to build with Perl 5.38 because a test fails:

t/main.t ........ ok

#   Failed test 'regex fails the same as require'
#   at t/memory.t line 99.
#          got: 'Can't locate object method "INC" via package "Regexp"'
#     expected: 'Can't locate object method "INC", nor "INCDIR" nor string overload via package "Regexp" in object hook in @INC'

#   Failed test 'class without INC fails the same as require'
#   at t/memory.t line 99.
#          got: 'Can't locate object method "INC" via package "NonHook"'
#     expected: 'Can't locate object method "INC", nor "INCDIR" nor string overload via package "NonHook" in object hook in @INC'
# Looks like you failed 2 tests of 18.
t/memory.t ......
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/18 subtests