Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-AuthUser: gerrit:koeln.convey.de Date: Fri, 11 Jul 2003 13:39:09 +0200 From: "Gerrit P. Haase" Reply-To: "Gerrit P. Haase" Organization: Esse keine toten Tiere X-Priority: 3 (Normal) Message-ID: <191-1886345031.20030711133909@familiehaase.de> To: cygwin AT cygwin DOT com Subject: Re: perldoc can't read module In-Reply-To: <200307110815.h6B8F2Q06307@mailgate5.cinetic.de> References: <200307110815 DOT h6B8F2Q06307 AT mailgate5 DOT cinetic DOT de> MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Hello Ronald, > $ perldoc File::Find > perldoc complains > Ignored /usr/lib/perl5/5.8.0/File/Find.pm: unreadable > Although the file seems to have correct permission rights > $ ls -l /usr/lib/perl5/5.8.0/File/Find.pm > -rwx------+ 1 Administ mkgroup_ 34332 Jun 2 15:41 /usr/lib/perl5/5.8.0/File/Find.pm > and can be used from within Perl: > $ perl -e 'use File::Find;' > yields no error. > What could be going wrong here? The perldoc script is special in this regard. Try to change the mode to 644: chmod 644 /usr/lib/perl5/5.8.0/File/Find.pm Gerrit -- =^..^= -- 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/