fix time handling on linux

This commit is contained in:
Zane C. B-H 2019-08-26 20:54:48 -05:00
parent 52e290da10
commit 914ffb7584
3 changed files with 10 additions and 7 deletions

View File

@ -1,4 +1,8 @@
Revision history for Proc-ProcessTable-ncps
0.0.1 2019-08-26/20:45
- Handle time properly on linux now
by converting it to seconds.
0.0.0 2019-08-26/00:15
- Initial release.

View File

@ -23,7 +23,7 @@ my %WriteMakefileArgs = (
'Getopt::Long'=>'0.0.0',
'Data::Unixish::Apply'=>'1.570',
'Proc::ProcessTable'=>'0.59',
'Proc::ProcessTable::Match'=>'0.0.0',
'Proc::ProcessTable::Match'=>'0.0.1',
'Statistics::Basic'=>'1.6611',
'List::Util'=>'0.0',
},

View File

@ -16,17 +16,17 @@ Proc::ProcessTable::ncps - The great new Proc::ProcessTable::ncps!
=head1 VERSION
Version 0.0.0
Version 0.0.1
=cut
our $VERSION = '0.0.0';
our $VERSION = '0.0.1';
=head1 SYNOPSIS
use Proc::ProcessTable::ncps;
my $args={
cmajor_faults=>0,
cminor_faults=>0,
@ -40,10 +40,9 @@ our $VERSION = '0.0.0';
checks=>\@filters,
}
};
my $ncps = Proc::ProcessTable::ncps->new( \%args );
print $ncps->run
=head1 METHODS