no longer use lsof always

This commit is contained in:
Zane C. B-H 2021-02-16 02:33:54 -06:00
parent 37b53bf0d1
commit 529fe02f05
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,8 @@
Revision history for Net-Connection-ncnetstat
0.6.2 2021-02-16/02:30
- Remove it accidentally using Net::Conection::lsof always.
0.6.1 2021-02-08/20:00
- Accidentally inverted the OS check for FreeBSD in Makefile.PL.

View File

@ -6,7 +6,6 @@ use warnings;
use Net::Connection;
use Net::Connection::Match;
use Net::Connection::Sort;
use Net::Connection::lsof;
use Term::ANSIColor;
use Proc::ProcessTable;
use Text::ANSITable;
@ -25,11 +24,11 @@ Net::Connection::ncnetstat - The backend for ncnetstat, the colorized and enhanc
=head1 VERSION
Version 0.6.1
Version 0.6.2
=cut
our $VERSION = '0.6.1';
our $VERSION = '0.6.2';
=head1 SYNOPSIS