note the use of All and bump to 0.5.0

This commit is contained in:
Zane C. B-H 2021-02-17 23:14:41 -06:00
parent 6023e296a6
commit 883693ee46
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,8 @@
Revision history for Net-Connection-Match
0.5.0 2021-02-17:23:00
0.5.0 2021-02-17:23:30
- Add All.
- Use all if no checks are specified.
0.4.0 2019-08-12/05:50
- Add PctCPU, PctMem, and WChan.

View File

@ -78,7 +78,8 @@ our $VERSION = '0.5.0';
This initializes a new check object.
It takes one value and thht is a hash ref with the key checks.
This is a array of hashes.
This is a array of hashes. If the array is empty, it will default
to using the All test.
If new fails, it will die.