summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorkim <kim>2000-07-20 03:25:12 +0000
committerkim <kim>2000-07-20 03:25:12 +0000
commit2e3a50fcffd3cab63dabdbb77d1372d4d7c0357f (patch)
tree737284fc0d5385d07fcdc6d1372d22395b46b904 /devel
parentc587efb3d6ff59e88553583fdd75ed19291b828b (diff)
downloadpkgsrc-2e3a50fcffd3cab63dabdbb77d1372d4d7c0357f.tar.gz
Give information about Time::HiRes.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Time-HiRes/pkg/COMMENT2
-rw-r--r--devel/p5-Time-HiRes/pkg/DESCR8
2 files changed, 3 insertions, 7 deletions
diff --git a/devel/p5-Time-HiRes/pkg/COMMENT b/devel/p5-Time-HiRes/pkg/COMMENT
index d40cec56a1c..ebebd9bdb7c 100644
--- a/devel/p5-Time-HiRes/pkg/COMMENT
+++ b/devel/p5-Time-HiRes/pkg/COMMENT
@@ -1 +1 @@
-perl5 module for profiling perl programs
+perl5 module for high resolution time, sleep, and alarm
diff --git a/devel/p5-Time-HiRes/pkg/DESCR b/devel/p5-Time-HiRes/pkg/DESCR
index 8858b92d23b..dc2ab84f1df 100644
--- a/devel/p5-Time-HiRes/pkg/DESCR
+++ b/devel/p5-Time-HiRes/pkg/DESCR
@@ -1,6 +1,2 @@
-The Devel::DProf package is a Perl code profiler. This will collect
-information on the execution time of a Perl script and of the subs
-in that script. This information can be used to determine which
-subroutines are using the most time and which subroutines are being
-called most often. This information can also be used to create an
-execution graph of the script, showing subroutine relationships.
+Implement usleep, ualarm, and gettimeofday for Perl, as well as wrappers
+to implement time, sleep, and alarm that know about non-integral seconds.