note the changes and update the depends

This commit is contained in:
Zane C. B-H 2019-08-14 04:33:32 -05:00
parent bb355c9e2b
commit 4371e312ba
2 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,8 @@
Revision history for Net-Connection-ncnetstat
0.4.0 2019-08-14/04:30
- Convert to Text::ANSITable for line wrapping with --Cl
0.3.0 2019-08-12/06:00
- Add support for wchan, pctmem, and pctcpu.

View File

@ -18,12 +18,12 @@ my %WriteMakefileArgs = (
'Test::More' => '0',
},
PREREQ_PM => {
'Net::Connection'=>'0.1.0',
'Net::Connection'=>'0.2.0',
'Net::Connection::lsof'=>'0.1.1',
'Net::Connection::Match'=>'0.2.0',
'Net::Connection::Sort'=>'0.0.0',
'Net::Connection::Match'=>'0.4.0',
'Net::Connection::Sort'=>'0.0.1',
'Term::ANSIColor'=>'4.06',
'Text::Table'=>'1.133',
'Text::ANSITable'=>'0.501',
'Getopt::Long'=>'0.0.0',
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },