Document and test Time::Piece.
[p5sagit/p5-mst-13.2.git] / ext / POSIX / POSIX.pod
index e93fb74..10199e9 100644 (file)
@@ -1438,7 +1438,9 @@ Returns a name for a temporary file.
 
        $tmpfile = POSIX::tmpnam();
 
-See also L<File::Temp>.
+For security reasons, which are probably detailed in your system's
+documentation for the C library tmpnam() function, this interface
+should not be used; instead see L<File::Temp>.
 
 =item tolower