release 2.029007
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
2.029007
|
2.029007 - 2014-09-12
|
||||||
|
|
||||||
[ENHANCEMENTS]
|
[ENHANCEMENTS]
|
||||||
|
|
||||||
|
|||||||
@@ -152,6 +152,8 @@ lib/App/Netdisco/Manual/WritingPlugins.pod
|
|||||||
lib/App/Netdisco/SSHCollector/Platform/ACE.pm
|
lib/App/Netdisco/SSHCollector/Platform/ACE.pm
|
||||||
lib/App/Netdisco/SSHCollector/Platform/BigIP.pm
|
lib/App/Netdisco/SSHCollector/Platform/BigIP.pm
|
||||||
lib/App/Netdisco/SSHCollector/Platform/IOS.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/Daemon.pm
|
||||||
lib/App/Netdisco/Util/Device.pm
|
lib/App/Netdisco/Util/Device.pm
|
||||||
lib/App/Netdisco/Util/DNS.pm
|
lib/App/Netdisco/Util/DNS.pm
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ no_index:
|
|||||||
- share
|
- share
|
||||||
- t
|
- t
|
||||||
recommends:
|
recommends:
|
||||||
|
Expect: 0
|
||||||
Graph: 0
|
Graph: 0
|
||||||
GraphViz: 0
|
GraphViz: 0
|
||||||
Net::OpenSSH: 0
|
Net::OpenSSH: 0
|
||||||
@@ -70,6 +71,7 @@ requires:
|
|||||||
Sereal: 0
|
Sereal: 0
|
||||||
Socket6: 0.23
|
Socket6: 0.23
|
||||||
Starman: 0.4008
|
Starman: 0.4008
|
||||||
|
Sys::Proctitle: 0
|
||||||
Template: 2.24
|
Template: 2.24
|
||||||
Template::Plugin::CSV: 0.04
|
Template::Plugin::CSV: 0.04
|
||||||
Template::Plugin::Number::Format: 1.02
|
Template::Plugin::Number::Format: 1.02
|
||||||
@@ -89,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.029006
|
version: 2.029007
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
use 5.010_000;
|
use 5.010_000;
|
||||||
|
|
||||||
our $VERSION = '2.029006';
|
our $VERSION = '2.029007';
|
||||||
use App::Netdisco::Configuration;
|
use App::Netdisco::Configuration;
|
||||||
|
|
||||||
use Module::Find ();
|
use Module::Find ();
|
||||||
|
|||||||
Reference in New Issue
Block a user