From b9205c1c806c9521f5a285e0595d12ce5f1a2380 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 10 Mar 2014 23:15:32 +0000 Subject: [PATCH] Suggest installation of perl-core RPM --- Netdisco/Changes | 4 ++++ Netdisco/lib/App/Netdisco.pm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Netdisco/Changes b/Netdisco/Changes index 49fa7e54..329e8d65 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -4,6 +4,10 @@ * Use daterange for IP Subnets (same as IP Inventory) + [BUG FIXES] + + * Suggest installation of perl-core RPM (arguably Red Hat's bug not ours!) + 2.024004 - 2014-03-04 [BUG FIXES] diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 2f4a311e..8fc64787 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -146,7 +146,7 @@ On Ubuntu/Debian: On Fedora/Red-Hat: - root:~# yum install perl-DBD-Pg net-snmp-perl make automake gcc + root:~# yum install perl-core perl-DBD-Pg net-snmp-perl make automake gcc With those installed, we can proceed...