In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/c57d3fcc1ad464532b34fb5a68ed2aa452190541?hp=956f044dc76d0c46975ad10574f2e86e410097a7>

- Log -----------------------------------------------------------------
commit c57d3fcc1ad464532b34fb5a68ed2aa452190541
Author: Karen Etheridge <[email protected]>
Date:   Mon Jan 26 15:34:01 2015 +0000

    [PATCH] update perlfaq to version 5.021009
    
    5.021009    20152015-01-25 22:36:24Z
      * many updates to vendor and tool details in perlfaq3 (Michiel Beijen)
      * distribution version bumped to match the first blead version it will be
        included in (5.021009)
    
    Signed-off-by: Chris 'BinGOs' Williams <[email protected]>
-----------------------------------------------------------------------

Summary of changes:
 Porting/Maintainers.pl            |  2 +-
 cpan/perlfaq/lib/perlfaq.pm       |  2 +-
 cpan/perlfaq/lib/perlfaq.pod      |  4 +++
 cpan/perlfaq/lib/perlfaq1.pod     |  4 +++
 cpan/perlfaq/lib/perlfaq2.pod     |  6 ++++-
 cpan/perlfaq/lib/perlfaq3.pod     | 53 ++++++++-------------------------------
 cpan/perlfaq/lib/perlfaq4.pod     |  4 +++
 cpan/perlfaq/lib/perlfaq5.pod     |  4 +++
 cpan/perlfaq/lib/perlfaq6.pod     |  4 +++
 cpan/perlfaq/lib/perlfaq7.pod     |  4 +++
 cpan/perlfaq/lib/perlfaq8.pod     |  4 +++
 cpan/perlfaq/lib/perlfaq9.pod     |  4 +++
 cpan/perlfaq/lib/perlglossary.pod |  4 +++
 13 files changed, 54 insertions(+), 45 deletions(-)

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 0fb3137..4c61c1f 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -868,7 +868,7 @@ use File::Glob qw(:case);
     },
 
     'perlfaq' => {
-        'DISTRIBUTION' => 'ETHER/perlfaq-5.0150046.tar.gz',
+        'DISTRIBUTION' => 'ETHER/perlfaq-5.021009.tar.gz',
         'FILES'        => q[cpan/perlfaq],
         'EXCLUDED'     => [
             qw( inc/CreateQuestionList.pm
diff --git a/cpan/perlfaq/lib/perlfaq.pm b/cpan/perlfaq/lib/perlfaq.pm
index e39ba5d..8fc808a 100644
--- a/cpan/perlfaq/lib/perlfaq.pm
+++ b/cpan/perlfaq/lib/perlfaq.pm
@@ -1,5 +1,5 @@
 use strict;
 use warnings;
 package perlfaq;
-$perlfaq::VERSION = '5.0150046';
+$perlfaq::VERSION = '5.021009';
 1;
diff --git a/cpan/perlfaq/lib/perlfaq.pod b/cpan/perlfaq/lib/perlfaq.pod
index 834351e..9ffec6f 100644
--- a/cpan/perlfaq/lib/perlfaq.pod
+++ b/cpan/perlfaq/lib/perlfaq.pod
@@ -2,6 +2,10 @@
 
 perlfaq - frequently asked questions about Perl
 
+=head1 VERSION
+
+version 5.021009
+
 =head1 DESCRIPTION
 
 The perlfaq comprises several documents that answer the most commonly
diff --git a/cpan/perlfaq/lib/perlfaq1.pod b/cpan/perlfaq/lib/perlfaq1.pod
index ad39051..fb52cd3 100644
--- a/cpan/perlfaq/lib/perlfaq1.pod
+++ b/cpan/perlfaq/lib/perlfaq1.pod
@@ -2,6 +2,10 @@
 
 perlfaq1 - General Questions About Perl
 
+=head1 VERSION
+
+version 5.021009
+
 =head1 DESCRIPTION
 
 This section of the FAQ answers very general, high-level questions
diff --git a/cpan/perlfaq/lib/perlfaq2.pod b/cpan/perlfaq/lib/perlfaq2.pod
index 4f0a413..d4f81b0 100644
--- a/cpan/perlfaq/lib/perlfaq2.pod
+++ b/cpan/perlfaq/lib/perlfaq2.pod
@@ -2,6 +2,10 @@
 
 perlfaq2 - Obtaining and Learning about Perl
 
+=head1 VERSION
+
+version 5.021009
+
 =head1 DESCRIPTION
 
 This section of the FAQ answers questions about where to find
@@ -174,7 +178,7 @@ There's also I<$foo Magazin>, a German magazine dedicated 
to Perl, at
 German-speaking magazine for Perl beginners (see
 L<http://perl-zeitung.at.tf> ).
 
-Several unix/linux related magazines frequently includes articles on Perl.
+Several Unix/Linux related magazines frequently include articles on Perl.
 
 =head2 Which Perl blogs should I read?
 
diff --git a/cpan/perlfaq/lib/perlfaq3.pod b/cpan/perlfaq/lib/perlfaq3.pod
index 46de630..9411862 100644
--- a/cpan/perlfaq/lib/perlfaq3.pod
+++ b/cpan/perlfaq/lib/perlfaq3.pod
@@ -2,6 +2,10 @@
 
 perlfaq3 - Programming Tools
 
+=head1 VERSION
+
+version 5.021009
+
 =head1 DESCRIPTION
 
 This section of the FAQ answers questions related to programmer tools
@@ -495,10 +499,6 @@ The following are Win32 multilanguage editor/IDEs that 
support Perl:
 
 =over 4
 
-=item Codewright
-
-L<http://www.borland.com/codewright/>
-
 =item MultiEdit
 
 L<http://www.MultiEdit.com/>
@@ -525,57 +525,26 @@ powerful shell environment for Win32. Your options include
 
 =over 4
 
-=item Bash
-
-from the Cygwin package ( L<http://sources.redhat.com/cygwin/> )
-
-=item Ksh
-
-from the MKS Toolkit ( L<http://www.mkssoftware.com/> ), or the Bourne shell of
-the U/WIN environment ( L<http://www.research.att.com/sw/tools/uwin/> )
+=item bash
 
-=item Tcsh
+from the Cygwin package ( L<http://cygwin.com/> )
 
-L<ftp://ftp.astron.com/pub/tcsh/> , see also
-L<http://www.primate.wisc.edu/software/csh-tcsh-book/>
-
-=item Zsh
+=item zsh
 
 L<http://www.zsh.org/>
 
 =back
 
-MKS and U/WIN are commercial (U/WIN is free for educational and
-research purposes), Cygwin is covered by the GNU General Public
-License (but that shouldn't matter for Perl use). The Cygwin, MKS,
-and U/WIN all contain (in addition to the shells) a comprehensive set
+Cygwin is covered by the GNU General Public
+License (but that shouldn't matter for Perl use). Cygwin
+contains (in addition to the shell) a comprehensive set
 of standard Unix toolkit utilities.
 
-If you're transferring text files between Unix and Windows using FTP
-be sure to transfer them in ASCII mode so the ends of lines are
-appropriately converted.
-
-On Mac OS the MacPerl Application comes with a simple 32k text editor
-that behaves like a rudimentary IDE. In contrast to the MacPerl Application
-the MPW Perl tool can make use of the MPW Shell itself as an editor (with
-no 32k limit).
-
 =over 4
 
-=item Affrus
-
-is a full Perl development environment with full debugger support
-( L<http://www.latenightsw.com> ).
-
-=item Alpha
-
-is an editor, written and extensible in Tcl, that nonetheless has
-built-in support for several popular markup and programming languages,
-including Perl and HTML ( L<http://www.his.com/~jguyer/Alpha/Alpha8.html> ).
-
 =item BBEdit and TextWrangler
 
-are text editors for Mac OS that have a Perl sensitivity mode
+are text editors for OS X that have a Perl sensitivity mode
 ( L<http://www.barebones.com/> ).
 
 =back
diff --git a/cpan/perlfaq/lib/perlfaq4.pod b/cpan/perlfaq/lib/perlfaq4.pod
index 1f9fc92..6645aac 100644
--- a/cpan/perlfaq/lib/perlfaq4.pod
+++ b/cpan/perlfaq/lib/perlfaq4.pod
@@ -2,6 +2,10 @@
 
 perlfaq4 - Data Manipulation
 
+=head1 VERSION
+
+version 5.021009
+
 =head1 DESCRIPTION
 
 This section of the FAQ answers questions related to manipulating
diff --git a/cpan/perlfaq/lib/perlfaq5.pod b/cpan/perlfaq/lib/perlfaq5.pod
index 1ab722c..9550e58 100644
--- a/cpan/perlfaq/lib/perlfaq5.pod
+++ b/cpan/perlfaq/lib/perlfaq5.pod
@@ -2,6 +2,10 @@
 
 perlfaq5 - Files and Formats
 
+=head1 VERSION
+
+version 5.021009
+
 =head1 DESCRIPTION
 
 This section deals with I/O and the "f" issues: filehandles, flushing,
diff --git a/cpan/perlfaq/lib/perlfaq6.pod b/cpan/perlfaq/lib/perlfaq6.pod
index 1ab5502..2cc1af5 100644
--- a/cpan/perlfaq/lib/perlfaq6.pod
+++ b/cpan/perlfaq/lib/perlfaq6.pod
@@ -2,6 +2,10 @@
 
 perlfaq6 - Regular Expressions
 
+=head1 VERSION
+
+version 5.021009
+
 =head1 DESCRIPTION
 
 This section is surprisingly small because the rest of the FAQ is
diff --git a/cpan/perlfaq/lib/perlfaq7.pod b/cpan/perlfaq/lib/perlfaq7.pod
index 3c5ab84..3a1238c 100644
--- a/cpan/perlfaq/lib/perlfaq7.pod
+++ b/cpan/perlfaq/lib/perlfaq7.pod
@@ -2,6 +2,10 @@
 
 perlfaq7 - General Perl Language Issues
 
+=head1 VERSION
+
+version 5.021009
+
 =head1 DESCRIPTION
 
 This section deals with general Perl language issues that don't
diff --git a/cpan/perlfaq/lib/perlfaq8.pod b/cpan/perlfaq/lib/perlfaq8.pod
index a8f16cb..c5a1604 100644
--- a/cpan/perlfaq/lib/perlfaq8.pod
+++ b/cpan/perlfaq/lib/perlfaq8.pod
@@ -2,6 +2,10 @@
 
 perlfaq8 - System Interaction
 
+=head1 VERSION
+
+version 5.021009
+
 =head1 DESCRIPTION
 
 This section of the Perl FAQ covers questions involving operating
diff --git a/cpan/perlfaq/lib/perlfaq9.pod b/cpan/perlfaq/lib/perlfaq9.pod
index f844e31..ea9a55e 100644
--- a/cpan/perlfaq/lib/perlfaq9.pod
+++ b/cpan/perlfaq/lib/perlfaq9.pod
@@ -2,6 +2,10 @@
 
 perlfaq9 - Web, Email and Networking
 
+=head1 VERSION
+
+version 5.021009
+
 =head1 DESCRIPTION
 
 This section deals with questions related to running web sites,
diff --git a/cpan/perlfaq/lib/perlglossary.pod 
b/cpan/perlfaq/lib/perlglossary.pod
index 54096f7..7db2bb3 100644
--- a/cpan/perlfaq/lib/perlglossary.pod
+++ b/cpan/perlfaq/lib/perlglossary.pod
@@ -5,6 +5,10 @@
 
 perlglossary - Perl Glossary
 
+=head1 VERSION
+
+version 5.021009
+
 =head1 DESCRIPTION
 
 A glossary of terms (technical and otherwise) used in the Perl

--
Perl5 Master Repository

Reply via email to