From: Jan Dubois Date: Thu, 22 Apr 2010 20:46:46 +0000 (-0700) Subject: time() resolution is full seconds X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8162142bfe8ad55439ff878b28c85e654d9a67d3;p=p5sagit%2Fp5-mst-13.2.git time() resolution is full seconds So any fudging in the timing needs to be at least 1 second to have any effect. Upped the total $sleep value to 4 (on Windows) to make sure at least 3 seconds have passed. Amends commit 0ebb4f0. --- diff --git a/pod/perlpod.pod b/pod/perlpod.pod index 415d13c..90bc5b1 100644 --- a/pod/perlpod.pod +++ b/pod/perlpod.pod @@ -557,9 +557,8 @@ using an C code: This will produce: "C<$a E=E $b>" A more readable, and perhaps more "plain" way is to use an alternate -set of delimiters that doesn't require a single ">" to be escaped. With -the Pod formatters that are standard starting with perl5.5.660 (circa 2000), -doubled angle brackets ("<<" and ">>") may be used I" to be escaped. +Doubled angle brackets ("<<" and ">>") may be used I For example, the following will do the trick: