Re: [perl #23766] [patch] Perl 5.8.0 perldoc failure under Cygwin

2003-09-11 Thread Sean M. Burke
Jari Aalto <[EMAIL PROTECTED]> wrote: >+# Under cygwin the /usr/bin/perl is legal executable, but >+# you cannot open a file with that name. It must be spelled >+# out as "/usr/bin/perl.exe". Patch accepted with modifications in Pod-Perldoc-3.10 now entering CPAN. Thanks for catch

Re: [perl #23766] [patch] Perl 5.8.0 perldoc failure under Cygwin

2003-09-09 Thread Sean M. Burke
Jari Aalto <[EMAIL PROTECTED]> wrote: >--- perldoc.orig2003-09-08 15:22:43.0 +0300 >+++ perldoc 2003-09-08 15:30:02.0 +0300 >@@ -205,7 +205,28 @@ > my($file, $readit) = @_; > return 1 if !$readit && $file =~ /\.pod\z/i; > local($_); >+ >+# Under cygwin