summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Rothenberg <rrwo@cpan.org>2020-03-25 12:36:06 +0000
committerRobert Rothenberg <rrwo@cpan.org>2020-03-25 12:36:06 +0000
commit73aa405a02fba0693f2b0eab47ada669f6ca94bf (patch)
treeb6dc90f9edc716f2436842d6c4b7818b9411dd20
parent4a9a1a77191f657a0577381088974eed2000fb13 (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 9786d56..0f6ebd8 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for Perl extension {{$dist->name}}:
{{$NEXT}}
+
+0.20 2020-03-25 12:35:33+00:00 Europe/London
[Enhancements]
- Add support for NetBSD #2 and Solaris.
diff --git a/lib/Sys/CpuLoad.pm b/lib/Sys/CpuLoad.pm
index b1a848f..ef258ba 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.20';
+our $VERSION = '0.21';
XSLoader::load 'Sys::CpuLoad', $VERSION;