aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-Sys-CPU/README
diff options
context:
space:
mode:
authorGenoBob <geno.bob@gmail.com>2017-03-29 23:48:42 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-01 06:57:05 +0700
commit1d98530d3eb719aa1040de3295b5ba5063e72bb0 (patch)
treedaeaf1ddb0bc1392df5c7779f9c930f53edfcfc3 /perl/perl-Sys-CPU/README
parent5852d24b3f52141f91f9f02cb8bc251d1ea794f9 (diff)
perl/perl-Sys-CPU: Added (perl module for getting CPU information).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Sys-CPU/README')
-rw-r--r--perl/perl-Sys-CPU/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/perl/perl-Sys-CPU/README b/perl/perl-Sys-CPU/README
new file mode 100644
index 0000000000000..08939aa29376c
--- /dev/null
+++ b/perl/perl-Sys-CPU/README
@@ -0,0 +1,7 @@
+Sys::CPU - Perl module for getting CPU information.
+
+In response 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.
+
+Currently only number of CPU's supported.