localized pod?

2003-01-27 Thread Daniel Yacob
I don't suppose there is a way with POD to provide the manual data based on locale? I'm thinking along the lines of having translations of the instructions in several languages, each language block being marked with a POD command and locale identifier arg. If its not a part of the POD system, is

[PATCH] correct direction of enc2xs on win32

2003-01-27 Thread Autrijus Tang
The patch below fixes generating Makefile.PL for modules that can work on Win32, and on versions other than 5.7.3. :) Thanks, /Autrijus/ --- Makefile_PL.e2x.origTue Jan 28 06:29:24 2003 +++ Makefile_PL.e2x Tue Jan 28 06:30:25 2003 @@ -20,7 +20,7 @@ PATHLOOP: for my $d (@Config{qw/bi

Re: localized pod?

2003-01-27 Thread David Graff
I wonder whether locale-selected documentation might be easier using separate (directories of) pod files for each language. The installation process would then need to include a step in ./configure that would identify the appropriate pod set for the current locale, and the resulting "make install

Re: Handling MacArabic in perl 5.8.0

2003-01-27 Thread David Graff
That is great -- THANK YOU!! For general reference, I applied the "decodeMacArabic" module to my test script as shown below, and it works as desired. The last few lines of the main "for" loop were added to confirm that the module properly minimizes the use of "LRO ... PDF" and "RLO ... PDF" dire