diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-06 19:16:47 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-06 19:16:47 +0000 |
commit | 27806c827bf94df47a488c71aa19376daf71342b (patch) | |
tree | f111c90c7dc7bf7fd164e40f7db262a516847da4 /pod/perldelta.pod | |
parent | ac26f1096f894dcdd99ad9e7c5430803f4e3b145 (diff) | |
download | perl-27806c827bf94df47a488c71aa19376daf71342b.tar.gz |
Mention EPOC and SOCKS.
p4raw-id: //depot/cfgperl@3620
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r-- | pod/perldelta.pod | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 3b43f28903..de727db487 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -254,6 +254,10 @@ GNU/Hurd is now supported. Rhapsody is now supported. +=item * + +EPOC is is now supported (on Psion 5). + =back =head1 New tests @@ -495,17 +499,17 @@ 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. -=head1 Configuration Changes +=head2 SOCKS support -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. +You can use "Configure -Dusesocks" which causes Perl to probe +for the SOCKS proxy protocol library, http://www.socks.nec.com/ =head1 BUGS |