Integrate with Sarathy.
[p5sagit/p5-mst-13.2.git] / pod / perldelta.pod
index f64bea6..ed9b56d 100644 (file)
@@ -122,6 +122,13 @@ Unix and UNICOS also have 64-bit support.
 
 =head2 Better syntax checks on parenthesized unary operators
 
+TODO
+
+=head2 POSIX character class syntax [: :] supported
+
+For example to match alphabetic characters use /[[:alpha:]]/.
+See L<perlre> for details.
+
 Expressions such as:
 
     print defined(&foo,&bar,&baz);
@@ -262,6 +269,10 @@ GNU/Hurd is now supported.
 
 Rhapsody is now supported.
 
+=item *
+
+EPOC is is now supported (on Psion 5).
+
 =back
 
 =head1 New tests
@@ -511,11 +522,18 @@ Todo.
 
 =head1 Configuration Changes
 
+=head2 installusrbinperl
+
 You can use "Configure -Uinstallusrbinperl" which causes installperl
 to skip installing perl also as /usr/bin/perl.  This is useful if you
 prefer not to modify /usr/bin for some reason or another but harmful
 because many scripts assume to find Perl in /usr/bin/perl.
 
+=head2 SOCKS support
+
+You can use "Configure -Dusesocks" which causes Perl to probe
+for the SOCKS proxy protocol library, http://www.socks.nec.com/
+
 =head1 BUGS
 
 If you find what you think is a bug, you might check the headers of