From e0d75c3cbae280edf78de97b1917d7b10e81266b Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Tue, 10 Apr 2018 21:47:32 +0100 Subject: [PATCH] release 2.039021 --- Build.PL | 2 +- META.json | 7 ++++--- META.yml | 7 ++++--- lib/App/Netdisco.pm | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Build.PL b/Build.PL index b7ae527a..503ad057 100644 --- a/Build.PL +++ b/Build.PL @@ -68,7 +68,7 @@ Module::Build->new( 'Starman' => '0.4008', 'Storable' => '0', 'Sys::SigAction' => '0', - 'SNMP::Info' => '3.53', + 'SNMP::Info' => '3.54', 'SQL::Abstract' => '1.85', 'SQL::Translator' => '0.11024', 'Template' => '2.24', diff --git a/META.json b/META.json index 745f4e3d..692038fb 100644 --- a/META.json +++ b/META.json @@ -65,6 +65,7 @@ "NetAddr::IP" : "4.068", "NetAddr::MAC" : "0.93", "Opcode" : "1.07", + "Package::DeprecationManager" : "0", "Path::Class" : "0.32", "Plack" : "1.0023", "Plack::Handler::Twiggy" : "0", @@ -73,7 +74,7 @@ "Plack::Middleware::ReverseProxy" : "0.15", "Pod::Usage" : "0", "Role::Tiny" : "1.002005", - "SNMP::Info" : "3.53", + "SNMP::Info" : "3.54", "SQL::Abstract" : "1.85", "SQL::Translator" : "0.11024", "Scope::Guard" : "0", @@ -109,7 +110,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.039020" + "version" : "2.039021" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -785,6 +786,6 @@ "x_IRC" : "irc://irc.freenode.org/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.039020", + "version" : "2.039021", "x_serialization_backend" : "JSON::PP version 2.94" } diff --git a/META.yml b/META.yml index afc281c9..daa73017 100644 --- a/META.yml +++ b/META.yml @@ -19,7 +19,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.039020' + version: '2.039021' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -502,6 +502,7 @@ requires: NetAddr::IP: '4.068' NetAddr::MAC: '0.93' Opcode: '1.07' + Package::DeprecationManager: '0' Path::Class: '0.32' Plack: '1.0023' Plack::Handler::Twiggy: '0' @@ -510,7 +511,7 @@ requires: Plack::Middleware::ReverseProxy: '0.15' Pod::Usage: '0' Role::Tiny: '1.002005' - SNMP::Info: '3.53' + SNMP::Info: '3.54' SQL::Abstract: '1.85' SQL::Translator: '0.11024' Scope::Guard: '0' @@ -540,5 +541,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/BSD-3-Clause repository: https://github.com/netdisco/netdisco -version: '2.039020' +version: '2.039021' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 5e6c2ae8..f5ce8be7 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.039020'; +our $VERSION = '2.039021'; use App::Netdisco::Configuration; =head1 NAME