From b42493f1e8cb599ac623bb711d1d2694d685ce6a Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Fri, 7 Aug 2020 11:01:09 +0100 Subject: [PATCH] release 2.046002 --- Changes | 2 +- META.json | 10 +++++----- META.yml | 8 ++++---- lib/App/Netdisco.pm | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Changes b/Changes index 8213ea11..c7435943 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -2.046002 - 2020-08-?? +2.046002 - 2020-08-07 [BUG FIXES] diff --git a/META.json b/META.json index bb6028ba..b430e426 100644 --- a/META.json +++ b/META.json @@ -4,7 +4,7 @@ "Oliver Gorwits " ], "dynamic_config" : 1, - "generated_by" : "Module::Build version 0.4224", + "generated_by" : "Module::Build version 0.4231", "license" : [ "bsd" ], @@ -127,7 +127,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.046001" + "version" : "2.046002" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -831,7 +831,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" @@ -839,6 +839,6 @@ "x_IRC" : "irc://irc.freenode.org/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.046001", - "x_serialization_backend" : "JSON::PP version 2.97001" + "version" : "2.046002", + "x_serialization_backend" : "JSON::PP version 4.02" } diff --git a/META.yml b/META.yml index f71d826a..62ba6c66 100644 --- a/META.yml +++ b/META.yml @@ -14,7 +14,7 @@ configure_requires: DBIx::Class: '0.082810' Module::Build: '0.42' dynamic_config: 1 -generated_by: 'Module::Build version 0.4224, CPAN::Meta::Converter version 2.150010' +generated_by: 'Module::Build version 0.4231, CPAN::Meta::Converter version 2.150010' license: bsd meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -23,7 +23,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.046001' + version: '2.046002' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -576,7 +576,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.046001' +version: '2.046002' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 93d2ce4d..922d3e7f 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.046001'; +our $VERSION = '2.046002'; use App::Netdisco::Configuration; =head1 NAME