Issue 120589 - Improve detection of missing perl modules
Summary: Improve detection of missing perl modules
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: configure (show other issues)
Version: 3.4.0
Hardware: All All
: P3 Normal (vote)
Target Milestone: 4.0.0
Assignee: Andre
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-16 09:26 UTC by Andre
Modified: 2017-05-20 10:32 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Andre 2012-08-16 09:26:54 UTC
The detection of missing perl modules in configure.in is incomplete and unhelpful.

It does check all required perl modules. At the moment these are:
    Archive::Zip
    LWP::UserAgent
    XML::Parser

If missing perl modules are detected the error message does not tell how they can be installed.
Comment 1 SVN Robot 2012-08-16 11:46:00 UTC
"af" committed SVN revision 1373796 into trunk:
#i120589# Improved detection of missing perl modules.
Comment 2 Andre 2012-08-16 11:49:20 UTC
Add missing checks for modules.
Made error message more instructive.
Comment 3 Shenfeng Liu 2012-10-10 07:18:52 UTC
set Target Milestone to AOO 3.5.0 for PM purpose.