summaryrefslogtreecommitdiff
path: root/cpan/perlfaq
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2015-01-26 15:34:01 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2015-01-26 15:34:01 +0000
commitc57d3fcc1ad464532b34fb5a68ed2aa452190541 (patch)
treec35f83c5d5983f3fbafa6305137c0bcd33ae4a78 /cpan/perlfaq
parent956f044dc76d0c46975ad10574f2e86e410097a7 (diff)
downloadperl-c57d3fcc1ad464532b34fb5a68ed2aa452190541.tar.gz
[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 <chris@bingosnet.co.uk>
Diffstat (limited to 'cpan/perlfaq')
-rw-r--r--cpan/perlfaq/lib/perlfaq.pm2
-rw-r--r--cpan/perlfaq/lib/perlfaq.pod4
-rw-r--r--cpan/perlfaq/lib/perlfaq1.pod4
-rw-r--r--cpan/perlfaq/lib/perlfaq2.pod6
-rw-r--r--cpan/perlfaq/lib/perlfaq3.pod53
-rw-r--r--cpan/perlfaq/lib/perlfaq4.pod4
-rw-r--r--cpan/perlfaq/lib/perlfaq5.pod4
-rw-r--r--cpan/perlfaq/lib/perlfaq6.pod4
-rw-r--r--cpan/perlfaq/lib/perlfaq7.pod4
-rw-r--r--cpan/perlfaq/lib/perlfaq8.pod4
-rw-r--r--cpan/perlfaq/lib/perlfaq9.pod4
-rw-r--r--cpan/perlfaq/lib/perlglossary.pod4
12 files changed, 53 insertions, 44 deletions
diff --git a/cpan/perlfaq/lib/perlfaq.pm b/cpan/perlfaq/lib/perlfaq.pm
index e39ba5dbc9..8fc808aaf2 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 834351eddf..9ffec6fd4a 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 ad390512e0..fb52cd3af8 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 4f0a4137cd..d4f81b02e3 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 46de630fdf..9411862724 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 1f9fc92859..6645aac025 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 1ab722c2b4..9550e586c8 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 1ab5502b96..2cc1af52ab 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 3c5ab8415b..3a1238cf49 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 a8f16cb26b..c5a160438b 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 f844e3109c..ea9a55ea58 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 54096f72fe..7db2bb3f2d 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