diff --git a/Build.PL b/Build.PL index 1a5e3fad..53f3950d 100644 --- a/Build.PL +++ b/Build.PL @@ -59,7 +59,7 @@ Module::Build->new( 'Sereal' => '0', 'Socket6' => '0.23', 'Starman' => '0.4008', - 'SNMP::Info' => '3.34', + 'SNMP::Info' => '3.36', 'SQL::Translator' => '0.11018', 'Template' => '2.24', 'Template::Plugin::CSV' => '0.04', diff --git a/Changes b/Changes index 4047ade7..b9933490 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -2.036005 - TESTING +2.036005 - 2017-07-05 [ENHANCEMENTS] diff --git a/META.json b/META.json index 514d5513..8c00bb52 100644 --- a/META.json +++ b/META.json @@ -69,8 +69,9 @@ "Plack" : "1.0023", "Plack::Middleware::Expires" : "0.03", "Plack::Middleware::ReverseProxy" : "0.15", + "Pod::Usage" : "0", "Role::Tiny" : "1.002005", - "SNMP::Info" : "3.34", + "SNMP::Info" : "3.36", "SQL::Translator" : "0.11018", "Sereal" : "0", "Socket6" : "0.23", @@ -99,7 +100,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.036004" + "version" : "2.036005" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -658,6 +659,6 @@ "x_IRC" : "irc://irc.freenode.org/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.036004", + "version" : "2.036005", "x_serialization_backend" : "JSON::PP version 2.94" } diff --git a/META.yml b/META.yml index 717ed824..9aaf9651 100644 --- a/META.yml +++ b/META.yml @@ -18,7 +18,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.036004' + version: '2.036005' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -427,8 +427,9 @@ requires: Plack: '1.0023' Plack::Middleware::Expires: '0.03' Plack::Middleware::ReverseProxy: '0.15' + Pod::Usage: '0' Role::Tiny: '1.002005' - SNMP::Info: '3.34' + SNMP::Info: '3.36' SQL::Translator: '0.11018' Sereal: '0' Socket6: '0.23' @@ -452,5 +453,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.036004' +version: '2.036005' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 83a53d1e..59ab5b60 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.036004'; +our $VERSION = '2.036005'; use App::Netdisco::Configuration; use Module::Find ();