Change 19886 by [EMAIL PROTECTED] on 2003/06/29 19:18:43
Misc Pod Nits.
Affected files ...
... //depot/perl/ext/B/B.pm#51 edit
... //depot/perl/pod/perlrun.pod#96 edit
Differences ...
==== //depot/perl/ext/B/B.pm#51 (text) ====
Index: perl/ext/B/B.pm
--- perl/ext/B/B.pm#50~18856~ Sat Mar 8 12:16:36 2003
+++ perl/ext/B/B.pm Sun Jun 29 12:18:43 2003
@@ -370,7 +370,7 @@
Returns the SV object corresponding to the C variable C<amagic_generation>.
-=item C<init_av>
+=item init_av
Returns the AV object (i.e. in class B::AV) representing INIT blocks.
@@ -394,7 +394,7 @@
Only when perl was compiled with ithreads.
-=item C<main_cv>
+=item main_cv
Return the (faked) CV corresponding to the main part of the Perl
program.
==== //depot/perl/pod/perlrun.pod#96 (text) ====
Index: perl/pod/perlrun.pod
--- perl/pod/perlrun.pod#95~19859~ Thu Jun 26 21:59:23 2003
+++ perl/pod/perlrun.pod Sun Jun 29 12:18:43 2003
@@ -1116,13 +1116,13 @@
keys will be ordered the same between different runs of Perl.
The default behaviour is to randomise unless the PERL_HASH_SEED is set.
-If Perl has been compiled with the -DUSE_HASH_SEED_EXPLICIT the default
+If Perl has been compiled with C<-DUSE_HASH_SEED_EXPLICIT>, the default
behaviour is B<not> to randomise unless the PERL_HASH_SEED is set.
If PERL_HASH_SEED is unset or set to a non-numeric string, Perl uses
the pseudorandom seed supplied by the operating system and libraries.
If unset, each different run of Perl will have different ordering of
-the outputs of keys(), values, and each().
+the outputs of keys(), values(), and each().
See L<perlsec/"Algorithmic Complexity Attacks"> for more information.
End of Patch.