From 66458c34722b392fbda4244cb9a7498856ef440c Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Tue, 23 Jan 2018 22:55:37 +0000 Subject: [PATCH] release 2.038031 --- Changes | 12 ++++++------ META.json | 6 +++--- META.yml | 6 +++--- lib/App/Netdisco.pm | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Changes b/Changes index fa7686d6..08ead5aa 100644 --- a/Changes +++ b/Changes @@ -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] diff --git a/META.json b/META.json index 8016d73f..4c1c45ae 100644 --- a/META.json +++ b/META.json @@ -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" } diff --git a/META.yml b/META.yml index c52c31c1..e873a978 100644 --- a/META.yml +++ b/META.yml @@ -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' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 4b88deb1..a485668d 100644 --- a/lib/App/Netdisco.pm +++ b/lib/App/Netdisco.pm @@ -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