release 2.038031

This commit is contained in:
Oliver Gorwits
2018-01-23 22:55:37 +00:00
parent d224454c98
commit 66458c3472
4 changed files with 13 additions and 13 deletions

12
Changes
View File

@@ -1,4 +1,4 @@
2.038031
2.038031 - 2018-01-23
[ENHANCEMENTS]
@@ -9,31 +9,31 @@
* #365 Fix Checkpoint GAIA sshcollector (jcz1)
2.038028
2.038028 - 2018-01-15
[BUG FIXES]
* Fix for PoE setting missing a variable declaration (R. Lewis)
2.038009
2.038009 - 2018-01-10
[BUG FIXES]
* Fix for VLAN setting missing a variable declaration
2.038008
2.038008 - 2018-01-09
[BUG FIXES]
* Add updated Test::More dependency to get tests passing again.
2.038007
2.038007 - 2018-01-09
[BUG FIXES]
* Fix for VLAN setting missing a variable declaration
2.038006
2.038006 - 2018-01-08
[ENHANCEMENTS]

View File

@@ -106,7 +106,7 @@
"provides" : {
"App::Netdisco" : {
"file" : "lib/App/Netdisco.pm",
"version" : "2.038028"
"version" : "2.038031"
},
"App::Netdisco::AnyEvent::Nbtstat" : {
"file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm"
@@ -759,7 +759,7 @@
},
"homepage" : "http://netdisco.org/",
"license" : [
"http://opensource.org/licenses/BSD-3-Clause"
"http://opensource.org/licenses/bsd-license.php"
],
"repository" : {
"url" : "https://github.com/netdisco/netdisco"
@@ -767,6 +767,6 @@
"x_IRC" : "irc://irc.freenode.org/#netdisco",
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users"
},
"version" : "2.038028",
"version" : "2.038031",
"x_serialization_backend" : "JSON::PP version 2.94"
}

View File

@@ -19,7 +19,7 @@ name: App-Netdisco
provides:
App::Netdisco:
file: lib/App/Netdisco.pm
version: '2.038028'
version: '2.038031'
App::Netdisco::AnyEvent::Nbtstat:
file: lib/App/Netdisco/AnyEvent/Nbtstat.pm
App::Netdisco::Backend::Job:
@@ -525,7 +525,7 @@ resources:
MailingList: https://lists.sourceforge.net/lists/listinfo/netdisco-users
bugtracker: https://github.com/netdisco/netdisco/issues
homepage: http://netdisco.org/
license: http://opensource.org/licenses/BSD-3-Clause
license: http://opensource.org/licenses/bsd-license.php
repository: https://github.com/netdisco/netdisco
version: '2.038028'
version: '2.038031'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

View File

@@ -4,7 +4,7 @@ use strict;
use warnings;
use 5.010_000;
our $VERSION = '2.038030';
our $VERSION = '2.038031';
use App::Netdisco::Configuration;
=head1 NAME