Pod::Simple and utf8

2003-09-11 Thread slaven
As a workaround for pre-5.6.0 perls, one could fake the existance of the utf8 pragma: BEGIN { if ($] < 5.006) { $INC{"utf8.pm"} = "dummy"; } } use utf8; Regards, Slaven -- Slaven Rezic - slaven rezic de

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