release 2.031010

This commit is contained in:
Oliver Gorwits
2015-02-25 22:12:22 +00:00
parent bf28ad9da6
commit 5c668f4c14
2 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ requires:
Plack::Middleware::Expires: 0.03 Plack::Middleware::Expires: 0.03
Plack::Middleware::ReverseProxy: 0.15 Plack::Middleware::ReverseProxy: 0.15
Role::Tiny: 1.002005 Role::Tiny: 1.002005
SNMP::Info: 3.24 SNMP::Info: 3.25
SQL::Translator: 0.11018 SQL::Translator: 0.11018
Sereal: 0 Sereal: 0
Socket6: 0.23 Socket6: 0.23
@@ -92,4 +92,4 @@ resources:
homepage: http://netdisco.org/ homepage: http://netdisco.org/
license: http://opensource.org/licenses/bsd-license.php license: http://opensource.org/licenses/bsd-license.php
repository: git://git.code.sf.net/p/netdisco/netdisco-ng repository: git://git.code.sf.net/p/netdisco/netdisco-ng
version: 2.031009 version: 2.031010

View File

@@ -4,7 +4,7 @@ use strict;
use warnings; use warnings;
use 5.010_000; use 5.010_000;
our $VERSION = '2.031009'; our $VERSION = '2.031010';
use App::Netdisco::Configuration; use App::Netdisco::Configuration;
use Module::Find (); use Module::Find ();