parent
d550f30d45
commit
aead20b4a0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue