release 2.029013_002

This commit is contained in:
Oliver Gorwits
2014-11-14 23:57:04 +00:00
parent 1f7fe169ec
commit 9c14d5783a
2 changed files with 3 additions and 3 deletions

View File

@@ -59,8 +59,8 @@ requires:
Net::DNS: 0.72 Net::DNS: 0.72
Net::Domain: 1.23 Net::Domain: 1.23
Net::LDAP: 0 Net::LDAP: 0
NetAddr::MAC: 0.87
NetAddr::IP: 4.068 NetAddr::IP: 4.068
NetAddr::MAC: 0.87
Opcode: 1.07 Opcode: 1.07
Path::Class: 0.32 Path::Class: 0.32
Plack: 1.0023 Plack: 1.0023
@@ -91,4 +91,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.029013_001 version: 2.029013_002

View File

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