X-Spam-Check-By: sourceware.org
Message-ID: <469FCE84.3010401@x-ray.at>
Date: Thu, 19 Jul 2007 22:50:12 +0200
From: Reini Urban <rurban@x-ray.at>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.1.4) Gecko/20070509 SeaMonkey/1.1.2
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Perldoc issue with perl-5.8.8-3 - missing pod2man5.8.8
References: <2024.6215-8865-161833100-1184835137@email.cz>
In-Reply-To: <2024.6215-8865-161833100-1184835137@email.cz>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

roman.vasicek@email.cz schrieb:
> Hi all,
> after upgrading perl to the version 5.8.8 I can't use perldoc to wiew perl documentation. perldoc is searching for pod2man5.8.8 instead of pod2man which is already preset in /usr/bin. Creating symbolic link pod2man5.8.8 -> /usr/bin/pod2man solve this issue.
> Example:
> 
> $ perldoc -f chr
> Error while formatting with Pod::Perldoc::ToMan:
>  Can't find a pod2man?! (pod2man5.8.8)
> Aborting at /usr/lib/perl5/5.8/Pod/Perldoc/Toman.pm line 59.
> 
> Got a 0-length file from /tmp/hsC0HbdpvB via Pod::Perldoc::ToMan!?

The real fix will be in /usr/lib/perl5/5.8/cygwin/Config_heavy.pl

diff -ub Config_heavy.pl.orig Config_heavy.pl
--- Config_heavy.pl.orig        2007-07-16 18:14:04.531250000 +0000
+++ Config_heavy.pl     2007-07-19 20:48:10.296875000 +0000
@@ -1093,7 +1093,7 @@
  vendorscriptexp='/usr/bin'
  version='5.8.8'
  version_patchlevel_string='version 8 subversion 8'
-versiononly='define'
+versiononly=''
  vi=''
  voidflags='15'
  xlibpth='/usr/lib/386 /lib/386'


I'll prepare a fixed -4 release for this stupid issue.

-- 
Reini Urban
http://phpwiki.org/  http://murbreak.at/
http://helsinki.at/  http://spacemovie.mur.at/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

