fixes for pod noises
[p5sagit/p5-mst-13.2.git] / ext / Thread / Thread / Specific.pm
index ec56539..9c8a66a 100644 (file)
@@ -1,5 +1,20 @@
 package Thread::Specific;
 
+=head1 NAME
+
+Thread::Specific - thread-specific keys
+
+=head1 SYNOPSIS
+
+    use Thread::Specific;
+    my $k = key_create Thread::Specific;
+
+=head1 DESCRIPTION
+
+C<key_create> returns a unique thread-specific key.
+
+=cut
+
 sub import {
     use attrs qw(locked method);
     require fields;