diff --git a/META.json b/META.json index 7d8cbc5a..811f2a8b 100644 --- a/META.json +++ b/META.json @@ -81,7 +81,6 @@ "Path::Class" : "0.32", "Plack" : "1.0023", "Plack::Handler::Twiggy" : "0", - "Plack::Middleware::AccessLog" : "0", "Plack::Middleware::Debug" : "0", "Plack::Middleware::Expires" : "0.03", "Plack::Middleware::ReverseProxy" : "0.15", @@ -128,7 +127,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.046005" + "version" : "2.046006" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -150,7 +149,7 @@ }, "App::Netdisco::DB" : { "file" : "lib/App/Netdisco/DB.pm", - "version" : "63" + "version" : "64" }, "App::Netdisco::DB::ExplicitLocking" : { "file" : "lib/App/Netdisco/DB/ExplicitLocking.pm" @@ -840,6 +839,6 @@ "x_IRC" : "irc://irc.freenode.org/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.046005", + "version" : "2.046006", "x_serialization_backend" : "JSON::PP version 2.97001" } diff --git a/META.yml b/META.yml index eb9b6163..8fa41ca7 100644 --- a/META.yml +++ b/META.yml @@ -23,7 +23,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.046005' + version: '2.046006' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -38,7 +38,7 @@ provides: file: lib/App/Netdisco/Configuration.pm App::Netdisco::DB: file: lib/App/Netdisco/DB.pm - version: '63' + version: '64' App::Netdisco::DB::ExplicitLocking: file: lib/App/Netdisco/DB/ExplicitLocking.pm App::Netdisco::DB::Result: @@ -539,7 +539,6 @@ requires: Path::Class: '0.32' Plack: '1.0023' Plack::Handler::Twiggy: '0' - Plack::Middleware::AccessLog: '0' Plack::Middleware::Debug: '0' Plack::Middleware::Expires: '0.03' Plack::Middleware::ReverseProxy: '0.15' @@ -579,5 +578,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/BSD-3-Clause repository: https://github.com/netdisco/netdisco -version: '2.046005' +version: '2.046006' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index aa734b67..d3b673ee 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.046005'; +our $VERSION = '2.046006'; use App::Netdisco::Configuration; =head1 NAME