[svn:perlfaq] r3606 - perlfaq/trunk

[email protected] Mon, 6 Mar 2006 03:05:48 -0800 (PST)
Newsgroups perl.cvs.perlfaq
Message-ID <[email protected]>
Author: comdog
Date: Mon Mar  6 03:05:47 2006
New Revision: 3606

Modified:
   perlfaq/trunk/glossary.pod   (props changed)
   perlfaq/trunk/perlfaq.pod   (contents, props changed)
   perlfaq/trunk/perlfaq1.pod   (contents, props changed)
   perlfaq/trunk/perlfaq2.pod   (contents, props changed)
   perlfaq/trunk/perlfaq3.pod   (contents, props changed)
   perlfaq/trunk/perlfaq4.pod   (contents, props changed)
   perlfaq/trunk/perlfaq5.pod   (contents, props changed)
   perlfaq/trunk/perlfaq6.pod   (contents, props changed)
   perlfaq/trunk/perlfaq7.pod   (contents, props changed)
   perlfaq/trunk/perlfaq8.pod   (contents, props changed)
   perlfaq/trunk/perlfaq9.pod   (contents, props changed)

Log:
* Set the Revision keyword

* Moved the Date keyword to the bottom, and added a pointer to perlfaq
for source info.



Modified: perlfaq/trunk/perlfaq.pod
==============================================================================
--- perlfaq/trunk/perlfaq.pod	(original)
+++ perlfaq/trunk/perlfaq.pod	Mon Mar  6 03:05:47 2006
@@ -1,6 +1,6 @@
 =head1 NAME
 
-perlfaq - frequently asked questions about Perl
+perlfaq - frequently asked questions about Perl ($Revision$)
 
 =head1 DESCRIPTION
 

Modified: perlfaq/trunk/perlfaq1.pod
==============================================================================
--- perlfaq/trunk/perlfaq1.pod	(original)
+++ perlfaq/trunk/perlfaq1.pod	Mon Mar  6 03:05:47 2006
@@ -1,6 +1,6 @@
 =head1 NAME
 
-perlfaq1 - General Questions About Perl ($Revision$, $Date$)
+perlfaq1 - General Questions About Perl ($Revision$)
 
 =head1 DESCRIPTION
 
@@ -398,6 +398,14 @@
 
 =back
 
+=head1 REVISION
+
+Revision: $Revision$
+
+Date: $Date$
+
+See L<perlfaq> for source control details and availability.
+
 =head1 AUTHOR AND COPYRIGHT
 
 Copyright (c) 1997-2006 Tom Christiansen, Nathan Torkington, and

Modified: perlfaq/trunk/perlfaq2.pod
==============================================================================
--- perlfaq/trunk/perlfaq2.pod	(original)
+++ perlfaq/trunk/perlfaq2.pod	Mon Mar  6 03:05:47 2006
@@ -1,6 +1,6 @@
 =head1 NAME
 
-perlfaq2 - Obtaining and Learning about Perl ($Revision$, $Date$)
+perlfaq2 - Obtaining and Learning about Perl ($Revision$)
 
 =head1 DESCRIPTION
 
@@ -514,6 +514,14 @@
 a replicated worldwide repository of Perl software, see
 the I<What is CPAN?> question earlier in this document.
 
+=head1 REVISION
+
+Revision: $Revision$
+
+Date: $Date$
+
+See L<perlfaq> for source control details and availability.
+
 =head1 AUTHOR AND COPYRIGHT
 
 Copyright (c) 1997-2006 Tom Christiansen, Nathan Torkington, and

Modified: perlfaq/trunk/perlfaq3.pod
==============================================================================
--- perlfaq/trunk/perlfaq3.pod	(original)
+++ perlfaq/trunk/perlfaq3.pod	Mon Mar  6 03:05:47 2006
@@ -1,6 +1,6 @@
 =head1 NAME
 
-perlfaq3 - Programming Tools ($Revision$, $Date$)
+perlfaq3 - Programming Tools ($Revision$)
 
 =head1 DESCRIPTION
 
@@ -988,6 +988,14 @@
 write a Makefile for an extension module from a Makefile.PL.  For more
 information, see L<ExtUtils::MakeMaker>.
 
+=head1 REVISION
+
+Revision: $Revision$
+
+Date: $Date$
+
+See L<perlfaq> for source control details and availability.
+
 =head1 AUTHOR AND COPYRIGHT
 
 Copyright (c) 1997-2006 Tom Christiansen, Nathan Torkington, and

Modified: perlfaq/trunk/perlfaq4.pod
==============================================================================
--- perlfaq/trunk/perlfaq4.pod	(original)
+++ perlfaq/trunk/perlfaq4.pod	Mon Mar  6 03:05:47 2006
@@ -1,6 +1,6 @@
 =head1 NAME
 
-perlfaq4 - Data Manipulation ($Revision$, $Date$)
+perlfaq4 - Data Manipulation ($Revision$)
 
 =head1 DESCRIPTION
 
@@ -2156,6 +2156,14 @@
 If you're doing a lot of float or double processing, consider using
 the PDL module from CPAN instead--it makes number-crunching easy.
 
+=head1 REVISION
+
+Revision: $Revision$
+
+Date: $Date$
+
+See L<perlfaq> for source control details and availability.
+
 =head1 AUTHOR AND COPYRIGHT
 
 Copyright (c) 1997-2006 Tom Christiansen, Nathan Torkington, and

Modified: perlfaq/trunk/perlfaq5.pod
==============================================================================
--- perlfaq/trunk/perlfaq5.pod	(original)
+++ perlfaq/trunk/perlfaq5.pod	Mon Mar  6 03:05:47 2006
@@ -1,6 +1,6 @@
 =head1 NAME
 
-perlfaq5 - Files and Formats ($Revision$, $Date$)
+perlfaq5 - Files and Formats ($Revision$)
 
 =head1 DESCRIPTION
 
@@ -1120,6 +1120,14 @@
 
 	print @lines;
 
+=head1 REVISION
+
+Revision: $Revision$
+
+Date: $Date$
+
+See L<perlfaq> for source control details and availability.
+
 =head1 AUTHOR AND COPYRIGHT
 
 Copyright (c) 1997-2006 Tom Christiansen, Nathan Torkington, and

Modified: perlfaq/trunk/perlfaq6.pod
==============================================================================
--- perlfaq/trunk/perlfaq6.pod	(original)
+++ perlfaq/trunk/perlfaq6.pod	Mon Mar  6 03:05:47 2006
@@ -1,6 +1,6 @@
 =head1 NAME
 
-perlfaq6 - Regular Expressions ($Revision$, $Date$)
+perlfaq6 - Regular Expressions ($Revision$)
 
 =head1 DESCRIPTION
 
@@ -887,6 +887,14 @@
     }
     close FILE;
 
+=head1 REVISION
+
+Revision: $Revision$
+
+Date: $Date$
+
+See L<perlfaq> for source control details and availability.
+
 =head1 AUTHOR AND COPYRIGHT
 
 Copyright (c) 1997-2006 Tom Christiansen, Nathan Torkington, and

Modified: perlfaq/trunk/perlfaq7.pod
==============================================================================
--- perlfaq/trunk/perlfaq7.pod	(original)
+++ perlfaq/trunk/perlfaq7.pod	Mon Mar  6 03:05:47 2006
@@ -1,6 +1,6 @@
 =head1 NAME
 
-perlfaq7 - General Perl Language Issues ($Revision$, $Date$)
+perlfaq7 - General Perl Language Issues ($Revision$)
 
 =head1 DESCRIPTION
 
@@ -960,6 +960,14 @@
 your PATH, which might also mean that the location of perl is not
 where you expect it so you need to adjust your shebang line.
 
+=head1 REVISION
+
+Revision: $Revision$
+
+Date: $Date$
+
+See L<perlfaq> for source control details and availability.
+
 =head1 AUTHOR AND COPYRIGHT
 
 Copyright (c) 1997-2006 Tom Christiansen, Nathan Torkington, and

Modified: perlfaq/trunk/perlfaq8.pod
==============================================================================
--- perlfaq/trunk/perlfaq8.pod	(original)
+++ perlfaq/trunk/perlfaq8.pod	Mon Mar  6 03:05:47 2006
@@ -1,6 +1,6 @@
 =head1 NAME
 
-perlfaq8 - System Interaction ($Revision$, $Date$)
+perlfaq8 - System Interaction ($Revision$)
 
 =head1 DESCRIPTION
 
@@ -1251,6 +1251,14 @@
 constants.  Sometimes it is built using h2ph when Perl is installed,
 but other times it is not.  Modern programs C<use Socket;> instead.
 
+=head1 REVISION
+
+Revision: $Revision$
+
+Date: $Date$
+
+See L<perlfaq> for source control details and availability.
+
 =head1 AUTHOR AND COPYRIGHT
 
 Copyright (c) 1997-2006 Tom Christiansen, Nathan Torkington, and

Modified: perlfaq/trunk/perlfaq9.pod
==============================================================================
--- perlfaq/trunk/perlfaq9.pod	(original)
+++ perlfaq/trunk/perlfaq9.pod	Mon Mar  6 03:05:47 2006
@@ -1,6 +1,6 @@
 =head1 NAME
 
-perlfaq9 - Networking ($Revision$, $Date$)
+perlfaq9 - Networking ($Revision$)
 
 =head1 DESCRIPTION
 
@@ -647,6 +647,14 @@
 Use one of the RPC modules you can find on CPAN (
 http://search.cpan.org/search?query=RPC&mode=all ).
 
+=head1 REVISION
+
+Revision: $Revision$
+
+Date: $Date$
+
+See L<perlfaq> for source control details and availability.
+
 =head1 AUTHOR AND COPYRIGHT
 
 Copyright (c) 1997-2006 Tom Christiansen, Nathan Torkington, and