From 0c896ab02296dd50cd2e2d8050e66d516c0e763c Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Fri, 12 Sep 2014 14:09:37 +0100 Subject: [PATCH] release 2.029007 --- Netdisco/Changes | 2 +- Netdisco/MANIFEST | 2 ++ Netdisco/META.yml | 4 +++- Netdisco/lib/App/Netdisco.pm | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Netdisco/Changes b/Netdisco/Changes index 2c3d3945..8170f6c0 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,4 +1,4 @@ -2.029007 +2.029007 - 2014-09-12 [ENHANCEMENTS] diff --git a/Netdisco/MANIFEST b/Netdisco/MANIFEST index df04d959..e1080c3c 100644 --- a/Netdisco/MANIFEST +++ b/Netdisco/MANIFEST @@ -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 diff --git a/Netdisco/META.yml b/Netdisco/META.yml index c6e3d6ec..f593b944 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -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 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 3eb33805..18b750fa 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.029006'; +our $VERSION = '2.029007'; use App::Netdisco::Configuration; use Module::Find ();