Bug 1510360

Summary: perl-Shipwright-2.4.41-7.fc28 FTBFS: Can't use string ("Shipwright::Script") as a HASH ref while "strict refs" in use at /usr/share/perl5/vendor_perl/App/CLI.pm line 134.
Product: [Fedora] Fedora Reporter: Petr Pisar <ppisar>
Component: perl-ShipwrightAssignee: Petr Pisar <ppisar>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: perl-devel, ppisar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://apps.fedoraproject.org/koschei/build/3701077
Whiteboard:
Fixed In Version: perl-Shipwright-2.4.41-8.fc28 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-11-07 13:19:31 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: 1510373    
Bug Blocks:    

Description Petr Pisar 2017-11-07 09:37:12 UTC
perl-Shipwright-2.4.41-7.fc28 fails to build in F28 because a test fails:

t/06.logger.t ....... ok
Can't use string ("Shipwright::Script") as a HASH ref while "strict refs" in use at /usr/share/perl5/vendor_perl/App/CLI.pm line 134.
# Looks like your test exited with 2 just after 2.
t/07.script.t ....... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 9/11 subtests 

This is caused by upgrading perl-App-CLI from 0.450-2.fc27 to 0.470-1.fc28. A patch was proposed to upstream <https://github.com/bestpractical/shipwright/pull/5>.