From: Perl 5 Porters Date: Mon, 7 Oct 1996 19:03:00 +0000 (+0300) Subject: perl 5.003_06: pod/perl.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fb252e81e0ab5fee4793e35f87cfba6c014224e2;p=p5sagit%2Fp5-mst-13.2.git perl 5.003_06: pod/perl.pod Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) From: "Joseph S. Myers" Subject: Pod typos, pod2man bugs, and miscellaneous installation comments Here is a patch for various typos and other defects in the Perl 5.003_05 pods, including the pods embedded in library modules. Changed Larry's address to larry@wall.org. Date: Mon, 7 Oct 1996 22:03:00 +0300 From: Jarkko Hietaniemi Subject: LC_COLLATE. Big patch to add, document, and test LC_COLLATE support. perli18n advertised. --- diff --git a/pod/perl.pod b/pod/perl.pod index 61aa1f4..2487a5e 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -31,6 +31,7 @@ of sections: perlsub Perl subroutines perlmod Perl modules perlform Perl formats + perli18n Perl internalization perlref Perl references perldsc Perl data structures intro @@ -246,6 +247,9 @@ directory. If PERL5LIB is defined, PERLLIB is not used. =back +Perl also has environment variables that control how Perl handles +language-specific data. Please consult the L section. + Apart from these, Perl uses no other environment variables, except to make them available to the script being executed, and to child processes. However, scripts running setuid would do well to execute @@ -258,7 +262,7 @@ honest: =head1 AUTHOR -Larry Wall EFE, with the help of oodles of other folks. +Larry Wall EFE, with the help of oodles of other folks. =head1 FILES @@ -306,9 +310,9 @@ given variable name may not be longer than 255 characters, and no component of your PATH may be longer than 255 if you use B<-S>. A regular expression may not compile to more than 32767 bytes internally. -See the perl bugs database at F< http://perl.com/perl/bugs/ >. You may +See the perl bugs database at F. You may mail your bug reports (be sure to include full configuration information -as output by the myconfig program in the perl source tree) to +as output by the myconfig program in the perl source tree, or by C) to F. If you've succeeded in compiling perl, the perlbug script in the utils/ subdirectory can be used to help mail in a bug report.