Bug 66231

Summary: "perl -v" no longer works in pipes
Product: [Retired] Red Hat Raw Hide Reporter: ellson
Component: perlAssignee: Chip Turner <cturner>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-06-11 19:54:33 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 ellson 2002-06-06 16:04:30 UTC
Description of Problem:
The behavior of "perl -v" has changed (in last night's rawhide update)
Before perl-5.8.0-16 it was possible to test the version of
perl with:  perl -v | fgrep 'v5.'
Now, with perl-5.8.0-16 the output of "perl -v" is no longer
accessible via a pipe.

Version-Release number of selected component (if applicable):
perl-5.8.0-16


How Reproducible:
100%


Steps to Reproduce:
1. perl -v | cat   
2. 
3. 

Actual Results:
produces no output


Expected Results:
same output as "perl -v"


Additional Information:
Multiple gnome2 configure scripts are failing because of this.
Including:  intltool and bonobo-activation

Comment 1 Chip Turner 2002-06-11 19:47:30 UTC
I believe this is fixed now.

Comment 2 ellson 2002-06-11 19:54:27 UTC
Yes, verified fixed in perl-5.8.0-19. Thx.