release 2.029007

This commit is contained in:
Oliver Gorwits
2014-09-12 14:09:37 +01:00
parent 9f4be96964
commit 0c896ab022
4 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
2.029007
2.029007 - 2014-09-12
[ENHANCEMENTS]

View File

@@ -152,6 +152,8 @@ lib/App/Netdisco/Manual/WritingPlugins.pod
lib/App/Netdisco/SSHCollector/Platform/ACE.pm
lib/App/Netdisco/SSHCollector/Platform/BigIP.pm
lib/App/Netdisco/SSHCollector/Platform/IOS.pm
lib/App/Netdisco/SSHCollector/Platform/IOSXR.pm
lib/App/Netdisco/SSHCollector/Platform/PaloAlto.pm
lib/App/Netdisco/Util/Daemon.pm
lib/App/Netdisco/Util/Device.pm
lib/App/Netdisco/Util/DNS.pm

View File

@@ -22,6 +22,7 @@ no_index:
- share
- t
recommends:
Expect: 0
Graph: 0
GraphViz: 0
Net::OpenSSH: 0
@@ -70,6 +71,7 @@ requires:
Sereal: 0
Socket6: 0.23
Starman: 0.4008
Sys::Proctitle: 0
Template: 2.24
Template::Plugin::CSV: 0.04
Template::Plugin::Number::Format: 1.02
@@ -89,4 +91,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.029006
version: 2.029007

View File

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