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
parent d550f30d45
commit aead20b4a0
2 changed files with 6 additions and 2 deletions

View File

@ -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)

View File

@ -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