perl 5.003_06: pod/perl.pod
Perl 5 Porters [Mon, 7 Oct 1996 19:03:00 +0000 (22:03 +0300)]
Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST)
From: "Joseph S. Myers" <jsm28@hermes.cam.ac.uk>
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 <jhi@alpha.hut.fi>
Subject: LC_COLLATE.

Big patch to add, document, and test LC_COLLATE support.

perli18n advertised.

pod/perl.pod

index 61aa1f4..2487a5e 100644 (file)
@@ -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<perli18n> 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 E<lt>F<lwall@sems.com>E<gt>, with the help of oodles of other folks.
+Larry Wall E<lt>F<larry@wall.org>E<gt>, 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<http://perl.com/perl/bugs/>.  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<perl -V>) to
 F<perlbug@perl.com>.
 If you've succeeded in compiling perl, the perlbug script in the utils/
 subdirectory can be used to help mail in a bug report.