From 934b5a39daaf572fed4859cb9fa26f83f47a43c9 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Wed, 10 Jan 2018 01:15:37 +0000 Subject: [PATCH] release 2.038009 --- META.json | 12 ++++++------ META.yml | 8 ++++---- lib/App/Netdisco.pm | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/META.json b/META.json index eb190a5c..edfdeda6 100644 --- a/META.json +++ b/META.json @@ -4,13 +4,13 @@ "Oliver Gorwits " ], "dynamic_config" : 1, - "generated_by" : "Module::Build version 0.4222", + "generated_by" : "Module::Build version 0.4224", "license" : [ "bsd" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : "2" + "version" : 2 }, "name" : "App-Netdisco", "prereqs" : { @@ -106,7 +106,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.038008" + "version" : "2.038009" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -759,7 +759,7 @@ }, "homepage" : "http://netdisco.org/", "license" : [ - "http://opensource.org/licenses/bsd-license.php" + "http://opensource.org/licenses/BSD-3-Clause" ], "repository" : { "url" : "https://github.com/netdisco/netdisco" @@ -767,6 +767,6 @@ "x_IRC" : "irc://irc.freenode.org/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.038008", - "x_serialization_backend" : "JSON::PP version 2.27300" + "version" : "2.038009", + "x_serialization_backend" : "JSON::PP version 2.94" } diff --git a/META.yml b/META.yml index bada6828..2e32227b 100644 --- a/META.yml +++ b/META.yml @@ -10,7 +10,7 @@ configure_requires: DBIx::Class: '0.082810' Module::Build: '0.42' dynamic_config: 1 -generated_by: 'Module::Build version 0.4222, CPAN::Meta::Converter version 2.150005' +generated_by: 'Module::Build version 0.4224, CPAN::Meta::Converter version 2.150010' license: bsd meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -19,7 +19,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.038008' + version: '2.038009' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -525,7 +525,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-license.php + license: http://opensource.org/licenses/BSD-3-Clause repository: https://github.com/netdisco/netdisco -version: '2.038008' +version: '2.038009' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 2ac1c8a9..761b1724 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.038008'; +our $VERSION = '2.038009'; use App::Netdisco::Configuration; =head1 NAME