summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Rothenberg <rrwo@cpan.org>2020-03-25 13:03:31 +0000
committerRobert Rothenberg <rrwo@cpan.org>2020-03-25 13:03:31 +0000
commit8315d6101d0f73a6acd43b8b4c08b6cf1adee46e (patch)
tree17feb1c783543f3efe95fc92dda7687f7f3e6169
parenta59820e342b142b9a12c1369a534e3dceaa50bcf (diff)
Commit Changes and bump $VERSION
-rw-r--r--Changes2
-rw-r--r--lib/Sys/CpuLoad.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/Changes b/Changes
index df86d40..2268996 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for Perl extension {{$dist->name}}:
{{$NEXT}}
+
+0.21 2020-03-25 13:03:11+00:00 Europe/London
[Bug Fixes]
- Actually use system getloadavg for NetBSD and Solaris.
diff --git a/lib/Sys/CpuLoad.pm b/lib/Sys/CpuLoad.pm
index cbe384e..e8c3fc7 100644
--- a/lib/Sys/CpuLoad.pm
+++ b/lib/Sys/CpuLoad.pm
@@ -19,7 +19,7 @@ use XSLoader;
our @EXPORT = qw();
our @EXPORT_OK = qw(load);
-our $VERSION = '0.21';
+our $VERSION = '0.22';
XSLoader::load 'Sys::CpuLoad', $VERSION;