Change 18021 by [EMAIL PROTECTED] on 2002/10/17 11:28:38

        Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
        From: Slaven Rezic <[EMAIL PROTECTED]>
        Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
        Message-Id: <[EMAIL PROTECTED]>

Affected files ...

.... //depot/perl/Porting/pumpkin.pod#47 edit

Differences ...

==== //depot/perl/Porting/pumpkin.pod#47 (text) ====
Index: perl/Porting/pumpkin.pod
--- perl/Porting/pumpkin.pod#46~17982~  Wed Oct  9 03:34:40 2002
+++ perl/Porting/pumpkin.pod    Thu Oct 17 04:28:38 2002
@@ -590,7 +590,7 @@
 
 =head2 Todo
 
-The F<Todo> file contains a roughly-catgorized unordered list of
+The F<pod/perltodo.pod> file contains a roughly-catgorized unordered list of
 aspects of Perl that could use enhancement, features that could be
 added, areas that could be cleaned up, and so on.  During your term as
 pumpkin-holder, you will probably address some of these issues, and
@@ -602,7 +602,7 @@
 can find champions for partiticular issues on the to-do list: an issue
 owned is an issue more likely to be resolved.
 
-There are also some more porting-specific L<Todo> items later in this
+There are also some more porting-specific L</Todo> items later in this
 file.
 
 =head2 OS/2-specific updates
@@ -1325,9 +1325,11 @@
 casual users crazy.  Even experienced users will get confused :-).  Upon
 reflection, I'd say leave libperl.so in $archlib.
 
-=item 4.
+=back
+
+=head2 Indentation style
 
-Indentation style: over the years Perl has become a mishmash of
+Over the years Perl has become a mishmash of
 various indentation styles, but the original "Larry style" can
 probably be restored with (GNU) indent somewhat like this:
 
@@ -1339,8 +1341,6 @@
 of consecutive assignments, which would truly wreck the layout in
 places like sv.c:Perl_sv_upgrade() or sv.c:Perl_clone_using().
 Similarly nicely aligned &&s, ||s and ==s would not be respected.
-
-=back
 
 =head1 Upload Your Work to CPAN
 
End of Patch.

Reply via email to