Bug 4853

Summary: The perl package is missing pod2text
Product: [Retired] Red Hat Linux Reporter: Oliver Jones <oliver>
Component: perlAssignee: Crutcher Dunnavant <crutcher>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5.2   
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: 1999-09-17 21:07:49 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 Oliver Jones 1999-09-02 13:50:35 UTC
A very simple little script that is missing from perl is
pod2text.  It should exist as pod2html and co exist.  This
little script is required to build Mysql DBI modules so I
assume that it is a standard part of the perl distribution.
You can write your own pod2text by saving the following
script in /usr/bin/pod2text:

#!/usr/bin/perl
    eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
	if $running_under_some_shell;

use Pod::Text;

pod2text @ARGV;

Comment 1 Bill Nottingham 1999-09-17 21:07:59 UTC
*** This bug has been marked as a duplicate of 4212 ***