summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Rothenberg <rrwo@cpan.org>2020-03-24 22:42:25 +0000
committerRobert Rothenberg <rrwo@cpan.org>2020-03-24 22:42:25 +0000
commitd0354281e0dd5cd36f86a5210104b63bf06d8107 (patch)
tree5517d0d295844eec1e96b633f88c07789dda51d5
parenteafe437542fd7609e6ef8001c01e7769e08ecac2 (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 2a799fd..140ef60 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for Perl extension {{$dist->name}}:
{{$NEXT}}
+
+0.10 2020-03-24 22:41:56+00:00 Europe/London
- Maintenance taken over by Robert Rothenberg.
[Enhancements]
diff --git a/lib/Sys/CpuLoad.pm b/lib/Sys/CpuLoad.pm
index b877a2f..617ce80 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.10';
+our $VERSION = '0.11';
XSLoader::load 'Sys::CpuLoad', $VERSION;