X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperldelta.pod;h=0a33e3d5b5c10dad0a94ad92350bb6602da98cd9;hb=3e3318e754fa4289ad1c682811dbe6a31cd59e26;hp=be5366d11676780f4810c36440a32acb0980d935;hpb=af8c498a3c5921fd79e24d6a33b8c04cc35f453b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perldelta.pod b/pod/perldelta.pod index be5366d..0a33e3d 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -95,7 +95,8 @@ scope. See L for more information. =head2 Lexically scoped warning categories You can now control the granularity of warnings emitted by perl at a finer -level using the C pragma. See L for details. +level using the C pragma. See L and L +for details. =head2 Binary numbers supported @@ -142,6 +143,11 @@ behaviour of: remains unchanged. See L. +=head2 POSIX character class syntax [: :] supported + +For example to match alphabetic characters use /[[:alpha:]]/. +See L for details. + =head2 Improved C operator The C operator is now evaluated at compile time into a true list @@ -261,6 +267,10 @@ GNU/Hurd is now supported. Rhapsody is now supported. +=item * + +EPOC is is now supported (on Psion 5). + =back =head1 New tests @@ -510,11 +520,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