Compare commits

...

2 Commits

Author SHA1 Message Date
Zane C. B-H 4052319faa bump to 0.2.1 and note changes 2019-04-15 21:17:52 -05:00
Zane C. B-H 8941c256ac add a missing depend of Net::DNS 2019-04-15 21:15:19 -05:00
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,8 @@
Revision history for Parse-Netstat-Search
0.2.1 2019-04-15/21:20
- Add missing depend Net::DNS. (SREZIC, #129196)
0.2.0 2019-04-15/02:30
- Minor typo correction(japh).
- Add PTR search support.

View File

@ -19,6 +19,7 @@ WriteMakefile(
'Net::CIDR' => '0',
'Parse::Netstat'=>'0.14',
'Error::Helper' => '1.0.0',
'Net::DNS' => '1.20',
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Parse-Netstat-Search-*' },

View File

@ -13,11 +13,11 @@ Parse::Netstat::Search - Searches the connection list in the results returned by
=head1 VERSION
Version 0.2.0
Version 0.2.1
=cut
our $VERSION = '0.2.0';
our $VERSION = '0.2.1';
=head1 SYNOPSIS