This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta tweaks.
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 8 Jul 2003 13:35:37 +0000 (13:35 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 8 Jul 2003 13:35:37 +0000 (13:35 +0000)
p4raw-id: //depot/maint-5.8/perl@20075

pod/perldelta.pod

index 581115e..8b51619 100644 (file)
@@ -222,10 +222,15 @@ between hash keys and values.
 
 DB_File
 
+Devel::PPPort
+
 Digest::MD5
 
 Encode - significant updates on the encoding pragma functionality
-(tr/// and DATA, formats)
+(tr/// and the DATA filehandle, formats).  The ISO 8859-6 conversion
+table has been corrected (the 0x30..0x39 errorneously mapped to
+U+0660..U+0669, instead of U+0030..U+0039), the UTF7 encoding has
+been added.
 
 libnet