diff --git a/META.json b/META.json index 66ac7761..0a37e830 100644 --- a/META.json +++ b/META.json @@ -75,6 +75,7 @@ "Sereal" : "0", "Socket6" : "0.23", "Starman" : "0.4008", + "Sys::Proctitle" : "0", "Template" : "2.24", "Template::Plugin::CSV" : "0.04", "Template::Plugin::Number::Format" : "1.02", @@ -99,7 +100,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.036000" + "version" : "2.036001" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -649,6 +650,6 @@ "x_IRC" : "irc://irc.freenode.org/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.036000", - "x_serialization_backend" : "JSON::PP version 2.27400" + "version" : "2.036001", + "x_serialization_backend" : "JSON::PP version 2.27300" } diff --git a/META.yml b/META.yml index 0c3a2601..89e8ebba 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.4222, CPAN::Meta::Converter version 2.150005' 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.036000' + version: '2.036001' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -427,6 +427,7 @@ requires: Sereal: '0' Socket6: '0.23' Starman: '0.4008' + Sys::Proctitle: '0' Template: '2.24' Template::Plugin::CSV: '0.04' Template::Plugin::Number::Format: '1.02' @@ -446,5 +447,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.036000' -x_serialization_backend: 'CPAN::Meta::YAML version 0.011' +version: '2.036001' +x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 7b9490dd..c91b248e 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.036000'; +our $VERSION = '2.036001'; use App::Netdisco::Configuration; use Module::Find ();