summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Rothenberg <rrwo@cpan.org>2020-03-30 23:30:22 +0100
committerRobert Rothenberg <rrwo@cpan.org>2020-03-30 23:30:22 +0100
commitcd34f3dbdf3eb7619903bd1dba12df20f0414ed0 (patch)
treebe9ff7fef6a3b4c03aa2f1e1a2cc4d63ad778b6e
parent9a7a8265bf1aa6a36960a1e415b054b014937e41 (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 798d687..a0d5bdb 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for Perl extension {{$dist->name}}:
{{$NEXT}}
+
+0.25 2020-03-30 23:30:00+01:00 Europe/London (TRIAL RELEASE)
[Tests]
- Check if uptime is executable.
diff --git a/lib/Sys/CpuLoad.pm b/lib/Sys/CpuLoad.pm
index 66e5b69..44e2211 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.25';
+our $VERSION = '0.26';
XSLoader::load 'Sys::CpuLoad', $VERSION;