summaryrefslogtreecommitdiff
path: root/pod/perlfaq9.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-09-11 12:32:35 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-09-11 12:32:35 +0000
commitac9dac7f0e1dffa602850506b980a255334a4f40 (patch)
tree141d398003515090e3ab4fe6c8a668036567a719 /pod/perlfaq9.pod
parent56570a2c01bb06efc4e9b3e6c53b264838a70691 (diff)
downloadperl-ac9dac7f0e1dffa602850506b980a255334a4f40.tar.gz
FAQ sync
p4raw-id: //depot/perl@28820
Diffstat (limited to 'pod/perlfaq9.pod')
-rw-r--r--pod/perlfaq9.pod10
1 files changed, 5 insertions, 5 deletions
diff --git a/pod/perlfaq9.pod b/pod/perlfaq9.pod
index f017a40879..8faf2fb003 100644
--- a/pod/perlfaq9.pod
+++ b/pod/perlfaq9.pod
@@ -1,6 +1,6 @@
=head1 NAME
-perlfaq9 - Networking ($Revision: 3606 $)
+perlfaq9 - Networking ($Revision: 6309 $)
=head1 DESCRIPTION
@@ -311,7 +311,7 @@ an absolute URLpath.
To enable authentication for your web server, you need to configure
your web server. The configuration is different for different sorts
-of web servers---apache does it differently from iPlanet which does
+of web servers--apache does it differently from iPlanet which does
it differently from IIS. Check your web server documentation for
the details for your particular server.
@@ -404,7 +404,7 @@ if it is a deliverable address (i.e. that mail to the address
will not bounce). Modules like Mail::CheckUser and Mail::EXPN
try to interact with the domain name system or particular
mail servers to learn even more, but their methods do not
-work everywhere---especially for security conscious administrators.
+work everywhere--especially for security conscious administrators.
Many are tempted to try to eliminate many frequently-invalid
mail addresses with a simple regex, such as
@@ -649,9 +649,9 @@ http://search.cpan.org/search?query=RPC&mode=all ).
=head1 REVISION
-Revision: $Revision: 3606 $
+Revision: $Revision: 6309 $
-Date: $Date: 2006-03-06 12:05:47 +0100 (lun, 06 mar 2006) $
+Date: $Date: 2006-05-18 07:44:45 +0200 (jeu, 18 mai 2006) $
See L<perlfaq> for source control details and availability.