@ -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.
@ -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-*' },
@ -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