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...