p4raw-id: //depot/maint-5.005/perl@1708
=back
-=head EXAMPLES
+=head1 EXAMPLES
perl -MO=Bytecode,-O6,-o,foo.plc foo.pl
use Thread::Specific;
my $k = key_create Thread::Specific;
+=head1 DESCRIPTION
+
+C<key_create> returns a unique thread-specific key.
+
=cut
sub import {
=head2 ROADMAP
+=over 5
+
L<Compiling your C program>
L<Adding a Perl interpreter to your C program>
=over 4
-=head 22/June/98
+=item 22/June/98
Significant changes throughout in preparation for the 5.005
release.