Bug 431577

Summary: Build fails depending on current locale
Product: [Fedora] Fedora Reporter: Ed Avis <ed>
Component: perl-Perl-CriticAssignee: Chris Weyl <cweyl>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8CC: perl-devel
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-07-01 03:48:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ed Avis 2008-02-05 16:23:03 UTC
Building perl-Perl-Critic from the source package fails if your locale is not
en_US.  Fix it by changing line 66 of the spec file to

LC_ALL=en_US.UTF-8 TEST_AUTHOR=1 ./Build test

However, I think you should consider turning off TEST_AUTHOR; it is intended for
the author's own tests, after all.  Newer versions of Perl::Critic on CPAN fail
some author tests.

Comment 1 Chris Weyl 2008-07-01 03:48:02 UTC
Fixed in rawhide (dropped author tests), package building now.  Will push out to
F-8, F-9, as the occasion arises.