From dc78d08e0639f06a010701c35def4e28ebafc128 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Thu, 1 Feb 2018 22:45:55 +0000 Subject: [PATCH] release 2.038035 --- Changes | 2 +- MANIFEST | 1 + META.json | 9 ++++++--- META.yml | 8 +++++--- lib/App/Netdisco.pm | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/Changes b/Changes index 88bd3b1b..cdf4dbd2 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -2.038035 - 2018-02-?? +2.038035 - 2018-02-01 [NEW FEATURES] diff --git a/MANIFEST b/MANIFEST index 223e8cfc..9d89952e 100644 --- a/MANIFEST +++ b/MANIFEST @@ -197,6 +197,7 @@ lib/App/Netdisco/Worker/Plugin/Discover.pm lib/App/Netdisco/Worker/Plugin/Discover/CanonicalIP.pm lib/App/Netdisco/Worker/Plugin/Discover/Entities.pm lib/App/Netdisco/Worker/Plugin/Discover/Neighbors.pm +lib/App/Netdisco/Worker/Plugin/Discover/Neighbors/Routed.pm lib/App/Netdisco/Worker/Plugin/Discover/PortPower.pm lib/App/Netdisco/Worker/Plugin/Discover/Properties.pm lib/App/Netdisco/Worker/Plugin/Discover/VLANs.pm diff --git a/META.json b/META.json index 14889097..4e52d269 100644 --- a/META.json +++ b/META.json @@ -107,7 +107,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.038034" + "version" : "2.038035" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -659,6 +659,9 @@ "App::Netdisco::Worker::Plugin::Discover::Neighbors" : { "file" : "lib/App/Netdisco/Worker/Plugin/Discover/Neighbors.pm" }, + "App::Netdisco::Worker::Plugin::Discover::Neighbors::Routed" : { + "file" : "lib/App/Netdisco/Worker/Plugin/Discover/Neighbors/Routed.pm" + }, "App::Netdisco::Worker::Plugin::Discover::PortPower" : { "file" : "lib/App/Netdisco/Worker/Plugin/Discover/PortPower.pm" }, @@ -763,7 +766,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" @@ -771,6 +774,6 @@ "x_IRC" : "irc://irc.freenode.org/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.038034", + "version" : "2.038035", "x_serialization_backend" : "JSON::PP version 2.94" } diff --git a/META.yml b/META.yml index 3b81342e..fc75d3b0 100644 --- a/META.yml +++ b/META.yml @@ -19,7 +19,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.038034' + version: '2.038035' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -387,6 +387,8 @@ provides: file: lib/App/Netdisco/Worker/Plugin/Discover/Entities.pm App::Netdisco::Worker::Plugin::Discover::Neighbors: file: lib/App/Netdisco/Worker/Plugin/Discover/Neighbors.pm + App::Netdisco::Worker::Plugin::Discover::Neighbors::Routed: + file: lib/App/Netdisco/Worker/Plugin/Discover/Neighbors/Routed.pm App::Netdisco::Worker::Plugin::Discover::PortPower: file: lib/App/Netdisco/Worker/Plugin/Discover/PortPower.pm App::Netdisco::Worker::Plugin::Discover::Properties: @@ -528,7 +530,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.038034' +version: '2.038035' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index cabf3a56..fce9fb9d 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.038034'; +our $VERSION = '2.038035'; use App::Netdisco::Configuration; =head1 NAME