add Proc::ProcessTable as a depend and bump to 0.0.2

This commit is contained in:
Charlie Root 2021-02-08 22:59:04 -06:00
parent 4cad3859f4
commit 637c9bcff6
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,9 @@
Revision history for Net-Connection-FreeBSD_sockstat
0.0.2 2021-02-08/20:00
- Add missing depend of Proc::ProcessTable.
0.0.1 2021-02-08/08:00
- Initial release.

View File

@ -18,6 +18,7 @@ my %WriteMakefileArgs = (
},
PREREQ_PM => {
'Net::Connection' => '0.2.0',
'Proc::ProcessTable' => '0.59',
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Net-Connection-FreeBSD_sockstat-*' },

View File

@ -16,11 +16,11 @@ Net::Connection::FreeBSD_sockstat - Creates Net::Connection objects using sockst
=head1 VERSION
Version 0.0.1
Version 0.0.2
=cut
our $VERSION = '0.0.1';
our $VERSION = '0.0.2';
=head1 SYNOPSIS