Quickie documentation of the C UTF-8 API.
[p5sagit/p5-mst-13.2.git] / pod / perlmodlib.pod
index 3426371..5da2564 100644 (file)
@@ -141,10 +141,6 @@ Restrict unsafe constructs
 
 Predeclare sub names
 
-=item threads
-
-Perl extension allowing use of interpreter based threads from perl
-
 =item utf8
 
 Enable/disable UTF-8 (or UTF-EBCDIC) in source code
@@ -179,10 +175,6 @@ Exporter module.  See their own documentation for details.
 
 Provide framework for multiple DBMs
 
-=item Attribute::Handlers
-
-Simpler definition of attribute handlers
-
 =item AutoLoader
 
 Load subroutines only on demand
@@ -777,7 +769,7 @@ Convert POD data to formatted *roff input
 
 =item Pod::ParseLink
 
-Parse an L<> formatting code in POD text
+Parse an LE<lt>E<gt> formatting code in POD text
 
 =item Pod::ParseUtils