ready for release

This commit is contained in:
Zane C. B-H 2019-07-27 21:46:30 -05:00
vanhempi 81b1f9ea3c
commit ac94977416
2 muutettua tiedostoa jossa 19 lisäystä ja 2 poistoa

Näytä tiedosto

@ -1,5 +1,5 @@
Revision history for Net-Connection-Sort
0.01 Date/time
First version, released on an unsuspecting world.
0.0.0 2019-07-27/22:00
- Initial release.

Näytä tiedosto

@ -1,7 +1,24 @@
Net-Connection-Sort
This sorts a array of Net::Connection objects.
Currently the methods below are supported.
host_f - Host foreign
host_fl - Host, foreign then local
host_l - Host, local
host_lf - Host, local then foreign
pid - Process ID
port_f - Port, foreign, numeric
port_fa - Port, foreign, alpha
port_l - Port, local, numeric
port_la - Port, local, alpha
proto - Network connection protocol
ptr_f - PTR, foreign
ptr_l - PTR, local
state - Connection
uid - User ID
user - Username
INSTALLATION