From b6d59b585dd96f745c6b2dc116950836b8663dc7 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 26 Aug 2020 20:47:23 +0200 Subject: gnu: perl-time-hires: Tweak synopsis. * gnu/packages/perl.scm (perl-time-hires)[synopsis]: Tweak. --- gnu/packages/perl.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ (define-public perl-time-hires "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.") -- cgit v1.2.3