Bug 1029256

Summary: Missing dependency in README for bz-admin.pl
Product: [Community] Bugzilla Reporter: Mark Keir <mkeir>
Component: Internal ToolsAssignee: Simon Green <sgreen>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 4.4CC: ebaak, jmcdonal, rjoost
Target Milestone: 4.4   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-18 03:27:11 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Mark Keir 2013-11-12 01:18:01 UTC
Description of problem:

When running bz-admin.pl for the first time, it reports missing perl dependencies.
The README provides a list of required packages but is missing perl-List-MoreUtils.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:
 ./bz-admin.pl 
Can't locate List/MoreUtils.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at ./bz-admin.pl line 10.
BEGIN failed--compilation aborted at ./bz-admin.pl line 10.


Expected results:


Additional info: