summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2020-08-03 18:24:36 +0200
committergregor herrmann <gregoa@debian.org>2020-08-03 18:24:36 +0200
commit0785aaf88171e4d7436441f22ef4064b7263ec00 (patch)
tree856d9428a6e7d24335de2f24ce6cdd3a066aa1a7 /lib
parent614077bc7575bfae8350d36d765cc16017276035 (diff)
parent32d81e17862809224316899067a313dae599689f (diff)
New upstream version 0.31
Diffstat (limited to 'lib')
-rw-r--r--lib/Sys/CpuLoad.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Sys/CpuLoad.pm b/lib/Sys/CpuLoad.pm
index ef947ed..fffac3b 100644
--- a/lib/Sys/CpuLoad.pm
+++ b/lib/Sys/CpuLoad.pm
@@ -21,7 +21,7 @@ use XSLoader;
our @EXPORT = qw();
our @EXPORT_OK = qw(load getloadavg proc_loadavg uptime);
-our $VERSION = '0.30';
+our $VERSION = '0.31';
XSLoader::load 'Sys::CpuLoad', $VERSION;
@@ -104,7 +104,7 @@ Sys::CpuLoad - retrieve system load averages
=head1 VERSION
-version 0.30
+version 0.31
=head1 SYNOPSIS