note the changes

This commit is contained in:
Zane C. B-H 2019-09-03 05:18:15 -05:00
parent 0b21d183cd
commit 75b05cd232
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,7 @@
Revision history for Proc-ProcessTable-piddler
0.1.0 2019-09-03/05:20
- Add NO_COLOR support.
0.0.0 2019-09-03/04:10
- Initial release.

View File

@ -6,7 +6,7 @@ use Getopt::Long;
use Proc::ProcessTable::piddler;
sub version{
print "piddler v. 0.0.0\n";
print "piddler v. 0.1.0\n";
}
sub help{

View File

@ -16,11 +16,11 @@ Proc::ProcessTable::piddler - Display all process table, open files, and network
=head1 VERSION
Version 0.0.0
Version 0.1.0
=cut
our $VERSION = '0.0.0';
our $VERSION = '0.1.0';
=head1 SYNOPSIS