cvs commit: perlfaq perlfaq3.pod

[email protected] (brian d foy) 22 Nov 2004 02:03:32 -0000
Newsgroups perl.cvs.perlfaq
Message-ID <[email protected]>
cvsuser     04/11/21 18:03:32

  Modified:    .        perlfaq3.pod
  Log:
  * fixed some minor formatting nits Rafael Garcia-Suarez found:
  	+ fixed widowed open paren by moving it to the next line
  	+ fixed question that was line-wrapped. Questions should be
  	on one line for easy parsing
  
  Revision  Changes    Path
  1.42      +4 -5      perlfaq/perlfaq3.pod
  
  Index: perlfaq3.pod
  ===================================================================
  RCS file: /cvs/public/perlfaq/perlfaq3.pod,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- perlfaq3.pod	3 Nov 2004 22:45:32 -0000	1.41
  +++ perlfaq3.pod	22 Nov 2004 02:03:32 -0000	1.42
  @@ -1,6 +1,6 @@
   =head1 NAME
   
  -perlfaq3 - Programming Tools ($Revision: 1.41 $, $Date: 2004/11/03 22:45:32 $)
  +perlfaq3 - Programming Tools ($Revision: 1.42 $, $Date: 2004/11/22 02:03:32 $)
   
   =head1 DESCRIPTION
   
  @@ -407,8 +407,8 @@
   
   =item Affrus
   
  -is a full Perl development enivornment with full debugger support (
  -http://www.latenightsw.com ).
  +is a full Perl development enivornment with full debugger support 
  +( http://www.latenightsw.com ).
   
   =item Alpha
   
  @@ -929,8 +929,7 @@
   how the authors of existing extension modules wrote their code and
   solved their problems.
   
  -=head2 I've read perlembed, perlguts, etc., but I can't embed perl in
  -my C program; what am I doing wrong?
  +=head2 I've read perlembed, perlguts, etc., but I can't embed perl in my C program; what am I doing wrong?
   
   Download the ExtUtils::Embed kit from CPAN and run `make test'.  If
   the tests pass, read the pods again and again and again.  If they