summaryrefslogtreecommitdiff
path: root/gnu/packages/perl.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-08-26 20:47:23 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-08-26 21:02:25 +0200
commitb6d59b585dd96f745c6b2dc116950836b8663dc7 (patch)
treed43e7c035c61b49cedf2bfb86a19f38b573a3737 /gnu/packages/perl.scm
parent0d7c95445cdf4de3ca2d2a6de87bb72d685edef6 (diff)
downloadguix-patches-b6d59b585dd96f745c6b2dc116950836b8663dc7.tar
guix-patches-b6d59b585dd96f745c6b2dc116950836b8663dc7.tar.gz
gnu: perl-time-hires: Tweak synopsis.
* gnu/packages/perl.scm (perl-time-hires)[synopsis]: Tweak.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r--gnu/packages/perl.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 27e1e34137..693f9f6e77 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -10238,7 +10238,7 @@ duration strings like \"2 minutes\" and \"3 seconds\" to seconds.")
"1cfp078spid9z5g7xiswkpkjbkh4mkjvarz25wgwvdxzhxavwhcq"))))
(build-system perl-build-system)
(home-page "https://metacpan.org/release/Time-HiRes")
- (synopsis "High resolution alarm, sleep, gettimeofday, interval timers")
+ (synopsis "High-resolution alarm, sleep, gettimeofday, and interval timers")
(description "This package implements @code{usleep}, @code{ualarm}, and
@code{gettimeofday} for Perl, as well as wrappers to implement @code{time},
@code{sleep}, and @code{alarm} that know about non-integral seconds.")