all good to release 0.0.0

这个提交包含在:
Zane C. B-H 2019-02-20 06:00:14 -06:00
父节点 2a93394a93
当前提交 06d7442b8b
共有 3 个文件被更改,包括 21 次插入11 次删除

查看文件

@ -1,5 +1,6 @@
Revision history for Parse-Netstat-Search
0.01 Date/time
First version, released on an unsuspecting world.
0.0.0 2019-02-20/06:00
-Initial release.

查看文件

@ -1,15 +1,17 @@
Parse-Netstat-Search
The README is used to introduce the module and provide instructions on
how to install the module, any machine dependencies it may have (for
example C compilers and installed libraries) and any other information
that should be provided before the module is installed.
Searches the connection list in the results returned by Parse::Netstat
A README file is required for CPAN modules since CPAN extracts the README
file from a module distribution so that people browsing the archive
can use it to get an idea of the module's uses. It is usually a good idea
to provide version information here so that people can decide whether
fixes for the module are worth downloading.
use Parse::Netstat::Search;
use Parse::Netstat qw(parse_netstat);
my $res = parse_netstat(output => join("", `netstat -anp`), flavor=>'linux');
my $search = Parse::Netstat::Search->new();
$search->set_cidrs( [ '10.0.0.0/24', '192.168.0.0/16' ] );
my @found=$search->search($res);
INSTALLATION
@ -42,6 +44,9 @@ You can also look for information at:
Search CPAN
https://metacpan.org/release/Parse-Netstat-Search
Code Repo
http://gitea.eesdp.org/vvelox/Parse-Netstat-Search
LICENSE AND COPYRIGHT

查看文件

@ -609,6 +609,10 @@ L<https://cpanratings.perl.org/d/Parse-Netstat-Search>
L<https://metacpan.org/release/Parse-Netstat-Search>
=item * Code Repo
L<http://gitea.eesdp.org/vvelox/Parse-Netstat-Search>
=back