From 883693ee46d2808065485826de85783e8451e253 Mon Sep 17 00:00:00 2001 From: "Zane C. Bowers-Hadley" Date: Wed, 17 Feb 2021 23:14:41 -0600 Subject: [PATCH] note the use of All and bump to 0.5.0 --- Net-Connection-Match/Changes | 3 ++- Net-Connection-Match/lib/Net/Connection/Match.pm | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Net-Connection-Match/Changes b/Net-Connection-Match/Changes index 955593a..9b06092 100644 --- a/Net-Connection-Match/Changes +++ b/Net-Connection-Match/Changes @@ -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. diff --git a/Net-Connection-Match/lib/Net/Connection/Match.pm b/Net-Connection-Match/lib/Net/Connection/Match.pm index 815afdf..e761bda 100644 --- a/Net-Connection-Match/lib/Net/Connection/Match.pm +++ b/Net-Connection-Match/lib/Net/Connection/Match.pm @@ -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.