I've installed 
  perl, v5.8.0 built for cygwin-multi-64int 

When I request a module documentation, say by

   $ 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?

Ronald
-- 
Ronald Otto Valentin Fischer <[EMAIL PROTECTED]>
http://profiles.yahoo.com/ronny_fischer/
______________________________________________________________________________
Sie haben mehr zu sagen als in eine SMS passt? Mit WEB.DE FreeMail ist
das jetzt kein Problem mehr! http://freemail.web.de/features/?mc=021182


--
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/

Reply via email to