From: Gurusamy Sarathy Date: Sun, 2 Aug 1998 07:09:35 +0000 (+0000) Subject: fixes for pod noises X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=707102d0d0b0e4514efd3ca5ca4f3bf30e3fbff0;p=p5sagit%2Fp5-mst-13.2.git fixes for pod noises p4raw-id: //depot/maint-5.005/perl@1708 --- diff --git a/ext/B/B/Bytecode.pm b/ext/B/B/Bytecode.pm index 60b93a5..0c5a58d 100644 --- a/ext/B/B/Bytecode.pm +++ b/ext/B/B/Bytecode.pm @@ -887,7 +887,7 @@ C and C are omitted. =back -=head EXAMPLES +=head1 EXAMPLES perl -MO=Bytecode,-O6,-o,foo.plc foo.pl diff --git a/ext/Thread/Thread/Specific.pm b/ext/Thread/Thread/Specific.pm index c3591f4..9c8a66a 100644 --- a/ext/Thread/Thread/Specific.pm +++ b/ext/Thread/Thread/Specific.pm @@ -9,6 +9,10 @@ Thread::Specific - thread-specific keys use Thread::Specific; my $k = key_create Thread::Specific; +=head1 DESCRIPTION + +C returns a unique thread-specific key. + =cut sub import { diff --git a/pod/perlembed.pod b/pod/perlembed.pod index 0323fd1..c09d6e3 100644 --- a/pod/perlembed.pod +++ b/pod/perlembed.pod @@ -35,6 +35,8 @@ Read on... =head2 ROADMAP +=over 5 + L L diff --git a/pod/perlfaq.pod b/pod/perlfaq.pod index 1d81077..700fd10 100644 --- a/pod/perlfaq.pod +++ b/pod/perlfaq.pod @@ -117,7 +117,7 @@ in respect of this information or its use. =over 4 -=head 22/June/98 +=item 22/June/98 Significant changes throughout in preparation for the 5.005 release.