This website works better with JavaScript.
Home
Help
Sign In
vvelox
/
Net-Connection-Match
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
4
Wiki
Activity
Browse Source
note changes, bump version, and now require 0.2.0 of NC
master
0.4.0
Zane C. B-H
1 year ago
parent
d51a0d91e7
commit
e289ff3ddb
3 changed files
with
6 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
Net-Connection-Match/Changes
+1
-1
Net-Connection-Match/Makefile.PL
+2
-2
Net-Connection-Match/lib/Net/Connection/Match.pm
+ 3
- 0
Net-Connection-Match/Changes
View File
@ -1,5 +1,8 @@
Revision history for Net-Connection-Match
0.4.0 2019-08-12/05:50
- Add PctCPU, PctMem, and WChan.
0.3.0 2019-08-09/07:40
- Add a missing depend for Error::Helper.
- Add support for regexp command searches.
+ 1
- 1
Net-Connection-Match/Makefile.PL
View File
@ -19,7 +19,7 @@ WriteMakefile(
}
,
PREREQ_PM
=
>
{
'Net::CIDR'
=
>
'0.20'
,
'Net::Connection'
=
>
'0.
0
.0'
,
'Net::Connection'
=
>
'0.
2
.0'
,
'Net::DNS'
=
>
'1.20'
,
'Proc::ProcessTable'
=
>
'0.59'
,
'Error::Helper'
=
>
'1.0.0'
,
+ 2
- 2
Net-Connection-Match/lib/Net/Connection/Match.pm
View File
@ -11,11 +11,11 @@ Net::Connection::Match - Runs a stack of checks to match Net::Connection objects
=
head1
VERSION
Version
0.
3
.0
Version
0.
4
.0
=
cut
our
$
VERSION
=
'0.
3
.0'
;
our
$
VERSION
=
'0.
4
.0'
;
=
head1
SYNOPSIS
Write
Preview
Loading…
Cancel
Save