| delorie.com/archives/browse.cgi | search |
| 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 AT x-ray DOT 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 AT cygwin DOT com |
| Subject: | Re: Perldoc issue with perl-5.8.8-3 - missing pod2man5.8.8 |
| References: | <2024 DOT 6215-8865-161833100-1184835137 AT email DOT cz> |
| In-Reply-To: | <2024.6215-8865-161833100-1184835137@email.cz> |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
roman DOT vasicek AT email DOT 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |