[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: perl-sys-cpu: Re-write description.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/03: gnu: perl-sys-cpu: Re-write description. |
Date: |
Sun, 16 Apr 2017 20:03:18 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit c9d7cd4762ca0bfc1a2295b788ab6ab1400c615f
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Apr 16 20:42:11 2017 +0200
gnu: perl-sys-cpu: Re-write description.
* gnu/packages/perl.scm (perl-sys-cpu)[description]: Fix some typos by
re-writing most of the description.
---
gnu/packages/perl.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 3470121..3eb7815 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -15,6 +15,7 @@
;;; Copyright © 2017 Raoul J.P. Bonnal <address@hidden>
;;; Copyright © 2017 Marius Bakke <address@hidden>
;;; Copyright © 2017 humanitiesNerd <address@hidden>
+;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -6122,9 +6123,8 @@ statements: @code{switch} and @code{case}.")
(build-system perl-build-system)
(synopsis "Perl extension for getting CPU information")
(description
- "In responce to a post on perlmonks.org, a module for counting the number
-of CPU's on a system. Support has now also been added for type of CPU and
-clock speed.")
+ "Sys::CPU is a module for counting the number of CPUs on a system, and
+determining their type and clock speed.")
(home-page (string-append "http://search.cpan.org/~mzsanford/"
"Sys-CPU-" version))
(license (package-license perl))))