From 401c9e021a428c32704baf6fffc8814b4d202f3c Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 16 Nov 2015 21:40:38 +0000 Subject: [PATCH] release 2.033004 --- Netdisco/META.yml | 4 ++-- Netdisco/Makefile.PL | 2 +- Netdisco/lib/App/Netdisco.pm | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Netdisco/META.yml b/Netdisco/META.yml index 5c49f98f..98dd29f0 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -68,7 +68,7 @@ requires: Plack::Middleware::Expires: 0.03 Plack::Middleware::ReverseProxy: 0.15 Role::Tiny: 1.002005 - SNMP::Info: 3.29 + SNMP::Info: '3.30' SQL::Translator: '0.11018' Sereal: 0 Socket6: 0.23 @@ -93,4 +93,4 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: git://git.code.sf.net/p/netdisco/netdisco-ng -version: '2.033003' +version: '2.033004' diff --git a/Netdisco/Makefile.PL b/Netdisco/Makefile.PL index 98984892..f7d7dc5f 100644 --- a/Netdisco/Makefile.PL +++ b/Netdisco/Makefile.PL @@ -50,7 +50,7 @@ requires 'Role::Tiny' => 1.002005; requires 'Sereal' => 0; requires 'Socket6' => 0.23; requires 'Starman' => 0.4008; -requires 'SNMP::Info' => 3.29; +requires 'SNMP::Info' => '3.30'; requires 'Template' => 2.24; requires 'Template::Plugin::CSV' => 0.04; requires 'Template::Plugin::Number::Format' => 1.02; diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index dbf36b88..9dd9cf02 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -4,7 +4,7 @@ use strict; use warnings; use 5.010_000; -our $VERSION = '2.033003'; +our $VERSION = '2.033004'; use App::Netdisco::Configuration; use Module::Find ();