From d05b4cb4b8c053b06065a18c524650713ebeb56d Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sun, 22 Apr 2018 18:53:56 +0100 Subject: [PATCH] release 2.039024 --- META.json | 6 +++--- META.yml | 6 +++--- lib/App/Netdisco.pm | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/META.json b/META.json index a772c9a7..c6c8abe1 100644 --- a/META.json +++ b/META.json @@ -74,7 +74,7 @@ "Plack::Middleware::ReverseProxy" : "0.15", "Pod::Usage" : "0", "Role::Tiny" : "1.002005", - "SNMP::Info" : "3.54", + "SNMP::Info" : "3.56", "SQL::Abstract" : "1.85", "SQL::Translator" : "0.11024", "Scope::Guard" : "0", @@ -110,7 +110,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.039023" + "version" : "2.039024" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -786,6 +786,6 @@ "x_IRC" : "irc://irc.freenode.org/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.039023", + "version" : "2.039024", "x_serialization_backend" : "JSON::PP version 2.94" } diff --git a/META.yml b/META.yml index b88d2896..b25b27ff 100644 --- a/META.yml +++ b/META.yml @@ -19,7 +19,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.039023' + version: '2.039024' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -511,7 +511,7 @@ requires: Plack::Middleware::ReverseProxy: '0.15' Pod::Usage: '0' Role::Tiny: '1.002005' - SNMP::Info: '3.54' + SNMP::Info: '3.56' SQL::Abstract: '1.85' SQL::Translator: '0.11024' Scope::Guard: '0' @@ -541,5 +541,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/BSD-3-Clause repository: https://github.com/netdisco/netdisco -version: '2.039023' +version: '2.039024' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 263d95b4..b7774cba 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.039023'; +our $VERSION = '2.039024'; use App::Netdisco::Configuration; =head1 NAME