summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Rothenberg <rrwo@cpan.org>2020-03-29 13:10:17 +0100
committerRobert Rothenberg <rrwo@cpan.org>2020-03-29 13:10:17 +0100
commit18ecb49374bd4d71ae206e32ffd245fbd5ae1143 (patch)
treeb12db9ee0935e2e542a06d452085391d83578450
parent99f326be09ab345eed3d9701ea62d7c40c41aa6c (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 0df3beb..4fd13ec 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for Perl extension {{$dist->name}}:
{{$NEXT}}
+
+0.23 2020-03-29 13:09:50+01:00 Europe/London (TRIAL RELEASE)
[Enhancements]
- Support getloadavg for DragonFly BSD.
diff --git a/lib/Sys/CpuLoad.pm b/lib/Sys/CpuLoad.pm
index 6c24a85..68c6e33 100644
--- a/lib/Sys/CpuLoad.pm
+++ b/lib/Sys/CpuLoad.pm
@@ -20,7 +20,7 @@ use XSLoader;
our @EXPORT = qw();
our @EXPORT_OK = qw(load getloadavg proc_loadavg uptime);
-our $VERSION = '0.23';
+our $VERSION = '0.24';
XSLoader::load 'Sys::CpuLoad', $VERSION;