bump to 0.3.1 and note the changes

This commit is contained in:
Zane C. B-H 2019-04-14 22:56:55 -05:00
parent c0f425d801
commit 7876f16850
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,13 @@
Revision history for Proc-ProcessTable-Colorizer
0.3.1 2019-04-14/22:55
-Proc::ProcessTable does support nice on Linux.
-wchan on linux is garbage as it just returns a address,
making it pointless to include on Linux.
-Term::Size offset added for Linux.
-Test on CentOS 7.
-White space cleanup.
0.3.0 2019-01-07/20:00
-No longer uses BSD::Processes.

View File

@ -15,11 +15,11 @@ Proc::ProcessTable::Colorizer - Like ps, but with colored columns and enhnaced f
=head1 VERSION
Version 0.3.0
Version 0.3.1
=cut
our $VERSION = '0.3.0';
our $VERSION = '0.3.1';
=head1 SYNOPSIS