remove the readme, integrating it into README.md

This commit is contained in:
Zane C. B-H 2023-06-01 12:35:37 -05:00
父節點 1d64e8db8e
當前提交 b5301ee773
共有 2 個檔案被更改,包括 1 行新增65 行删除

查看文件

@ -18,7 +18,7 @@ lib/Net/Connection/Sort/uid.pm
lib/Net/Connection/Sort/user.pm
Makefile.PL
MANIFEST This list of files
README
README.md
t/00-load.t
t/01-load.t
t/02-load.t

64
README
查看文件

@ -1,64 +0,0 @@
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
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc Net::Connection::Sort
You can also look for information at:
RT, CPAN's request tracker (report bugs here)
https://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-Connection-Sort
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Net-Connection-Sort
CPAN Ratings
https://cpanratings.perl.org/d/Net-Connection-Sort
Search CPAN
https://metacpan.org/release/Net-Connection-Sort
Git Repo
http://gitea.eesdp.org/vvelox/Net-Connection-Sort
LICENSE AND COPYRIGHT
This software is Copyright (c) 2019 by Zane C. Bowers-Hadley.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)