Change 30188 by [EMAIL PROTECTED] on 2007/02/09 23:36:46

        Fix Pod errors.

Affected files ...

... //depot/perl/README.mpeix#15 edit
... //depot/perl/gv.c#353 edit
... //depot/perl/pod/perl595delta.pod#18 edit
... //depot/perl/pod/perlapi.pod#284 edit

Differences ...

==== //depot/perl/README.mpeix#15 (text) ====
Index: perl/README.mpeix
--- perl/README.mpeix#14~26807~ 2006-01-12 11:52:01.000000000 -0800
+++ perl/README.mpeix   2007-02-09 15:36:46.000000000 -0800
@@ -82,7 +82,7 @@
 Mark Klein provided a fixed sigsetjmp (that works with dynamic
 libraries) in mpeix_setjmp.c
 
-=item *
+=back
 
 June 1, 2000
 

==== //depot/perl/gv.c#353 (text) ====
Index: perl/gv.c
--- perl/gv.c#352~30105~        2007-02-03 07:23:52.000000000 -0800
+++ perl/gv.c   2007-02-09 15:36:46.000000000 -0800
@@ -716,7 +716,7 @@
 =for apidoc gv_stashpv
 
 Returns a pointer to the stash for a specified package.  Uses C<strlen> to
-determine the length of C<name, then calls C<gv_stashpvn()>.
+determine the length of C<name>, then calls C<gv_stashpvn()>.
 
 =cut
 */

==== //depot/perl/pod/perl595delta.pod#18 (text) ====
Index: perl/pod/perl595delta.pod
--- perl/pod/perl595delta.pod#17~29756~ 2007-01-11 06:47:01.000000000 -0800
+++ perl/pod/perl595delta.pod   2007-02-09 15:36:46.000000000 -0800
@@ -127,8 +127,6 @@
 backreferences. This should make it easier to generate and embed patterns
 that contain backreferences. (Yves Orton)
 
-=back
-
 =item Regexp::Keep internalized
 
 The functionality of Jeff Pinyan's module Regexp::Keep has been added to
@@ -144,6 +142,8 @@
 
 which is much more efficient.
 
+=back
+
 =head2 The C<_> prototype
 
 A new prototype character has been added. C<_> is equivalent to C<$> (it

==== //depot/perl/pod/perlapi.pod#284 (text+w) ====
Index: perl/pod/perlapi.pod
--- perl/pod/perlapi.pod#283~30084~     2007-01-31 02:29:59.000000000 -0800
+++ perl/pod/perlapi.pod        2007-02-09 15:36:46.000000000 -0800
@@ -1388,7 +1388,7 @@
 X<gv_stashpv>
 
 Returns a pointer to the stash for a specified package.  Uses C<strlen> to
-determine the length of C<name, then calls C<gv_stashpvn()>.
+determine the length of C<name>, then calls C<gv_stashpvn()>.
 
        HV*     gv_stashpv(const char* name, I32 flags)
 
End of Patch.

Reply via email to