note changes, bump version, and now require 0.2.0 of NC

This commit is contained in:
Zane C. B-H 2019-08-12 05:53:20 -05:00
parent d51a0d91e7
commit e289ff3ddb
3 changed files with 6 additions and 3 deletions

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.

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',

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