Bug 1231112

Summary: perl-B-Lint-1.20-3.fc23: FTBFS with Perl 5.22
Product: [Fedora] Fedora Reporter: Jitka Plesnikova <jplesnik>
Component: perl-B-LintAssignee: 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://koji.fedoraproject.org/koji/buildinfo?buildID=643281
Whiteboard:
Fixed In Version: perl-B-Lint-1.20-4.fc23 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-06-12 11:44:52 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-12 08:00:32 UTC
Created attachment 1037930 [details]
Build log

The build of perl-B-Lint failed during Perl 5.22 mass rebuild with following errors:

PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Failed at t/lint.t line 119
#      got 'Bare sub name \'bare\' interpreted as string at -e line 1
# '
# expected 'Bare sub name \'bare\' interpreted as string at -e line 1
# Bare sub name \'bare\' interpreted as string at -e line 1
# '
t/lint.t .. 
Failed 1/29 subtests

Comment 1 Petr Pisar 2015-06-12 11:44:52 UTC
I documented this issue and disabled a test for it. The B::Lint purpose is to provide quality check so a false negative is acceptable.