diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-26 20:47:23 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-26 21:02:25 +0200 |
commit | b6d59b585dd96f745c6b2dc116950836b8663dc7 (patch) | |
tree | d43e7c035c61b49cedf2bfb86a19f38b573a3737 | |
parent | 0d7c95445cdf4de3ca2d2a6de87bb72d685edef6 (diff) | |
download | guix-b6d59b585dd96f745c6b2dc116950836b8663dc7.tar guix-b6d59b585dd96f745c6b2dc116950836b8663dc7.tar.gz |
gnu: perl-time-hires: Tweak synopsis.
* gnu/packages/perl.scm (perl-time-hires)[synopsis]: Tweak.
-rw-r--r-- | gnu/packages/perl.scm | 2 |
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.") |