not the changes and bump the port version

This commit is contained in:
Zane C. B-H 2019-05-25 01:07:30 -05:00
父節點 d550f30d45
當前提交 aead20b4a0
共有 2 個文件被更改,包括 6 次插入2 次删除

查看文件

@ -1,5 +1,9 @@
Revision history for Parse-Netstat-Search
0.2.2 2019-05-23/01:10
- Net::CIDR now treats ::/0 and 0.0.0.0/0 as the same.
t/search.t has been updated to reflect this.
0.2.1 2019-04-15/21:20
- Add missing depend Net::DNS. (SREZIC, #129196)

查看文件

@ -13,11 +13,11 @@ Parse::Netstat::Search - Searches the connection list in the results returned by
=head1 VERSION
Version 0.2.1
Version 0.2.2
=cut
our $VERSION = '0.2.1';
our $VERSION = '0.2.2';
=head1 SYNOPSIS