From 3cf2a8a1680be055581b02528253814d2500cc4d Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Fri, 3 Sep 2021 21:33:28 +0100 Subject: [PATCH] release 2.049004 --- META.json | 8 ++++---- META.yml | 6 +++--- lib/App/Netdisco.pm | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/META.json b/META.json index f5ff2f68..49ce6d69 100644 --- a/META.json +++ b/META.json @@ -88,7 +88,7 @@ "Pod::Usage" : "0", "Regexp::Common" : "2017060201", "Role::Tiny" : "1.002005", - "SNMP::Info" : "3.75", + "SNMP::Info" : "3.76", "SQL::Abstract" : "1.85", "SQL::Translator" : "0.11024", "Scope::Guard" : "0", @@ -129,7 +129,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.049003" + "version" : "2.049004" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -862,6 +862,6 @@ "x_IRC" : "irc://irc.libera.chat/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.049003", - "x_serialization_backend" : "JSON::PP version 4.06" + "version" : "2.049004", + "x_serialization_backend" : "JSON::PP version 4.02" } diff --git a/META.yml b/META.yml index 2cb533f3..f87bf97d 100644 --- a/META.yml +++ b/META.yml @@ -23,7 +23,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.049003' + version: '2.049004' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -560,7 +560,7 @@ requires: Pod::Usage: '0' Regexp::Common: '2017060201' Role::Tiny: '1.002005' - SNMP::Info: '3.75' + SNMP::Info: '3.76' SQL::Abstract: '1.85' SQL::Translator: '0.11024' Scope::Guard: '0' @@ -594,5 +594,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.049003' +version: '2.049004' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index ad7eafbb..37fbf35f 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.049003'; +our $VERSION = '2.049004'; use App::Netdisco::Configuration; =head1 NAME