This website works better with JavaScript.
Home
Help
Sign In
vvelox
/
Parse-Netstat-Search
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
6
Wiki
Activity
Browse Source
not the changes and bump the port version
master
0.2.2
Zane C. B-H
1 year ago
parent
d550f30d45
commit
aead20b4a0
2 changed files
with
6 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
Parse-Netstat-Search/Changes
+2
-2
Parse-Netstat-Search/lib/Parse/Netstat/Search.pm
+ 4
- 0
Parse-Netstat-Search/Changes
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)
+ 2
- 2
Parse-Netstat-Search/lib/Parse/Netstat/Search.pm
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
Write
Preview
Loading…
Cancel
Save