From 8d72a2ad1a04d3ad6a0a36f98abe08376d7c8caf Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sun, 2 Jul 2017 09:55:42 +0100 Subject: [PATCH] release 2.036004 --- META.json | 10 +++++----- META.yml | 8 ++++---- lib/App/Netdisco.pm | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/META.json b/META.json index 6cc0c5de..514d5513 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" : { @@ -99,7 +99,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.036003" + "version" : "2.036004" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -658,6 +658,6 @@ "x_IRC" : "irc://irc.freenode.org/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.036003", - "x_serialization_backend" : "JSON::PP version 2.27400" + "version" : "2.036004", + "x_serialization_backend" : "JSON::PP version 2.94" } diff --git a/META.yml b/META.yml index cb674d95..717ed824 100644 --- a/META.yml +++ b/META.yml @@ -9,7 +9,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.150010' +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 @@ -18,7 +18,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.036003' + version: '2.036004' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -452,5 +452,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.036003' -x_serialization_backend: 'CPAN::Meta::YAML version 0.011' +version: '2.036004' +x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 8a513b54..83a53d1e 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.036003'; +our $VERSION = '2.036004'; use App::Netdisco::Configuration; use Module::Find ();