Closed
Bug 349239
Opened 19 years ago
Closed 19 years ago
checksetup.pl should check the perl version like it checks other modules
Categories
(Bugzilla :: Installation & Upgrading, enhancement, P5)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: pjdemarco, Unassigned)
Details
Something like:
Checking for Perl (v5.00) ok: found v5.80
Comment 1•19 years ago
|
||
We do already check the perl version, in the standard way that most perl applications check the required perl version.
I'd probably say WONTFIX to this.
Severity: trivial → enhancement
OS: Windows 2000 → All
Priority: -- → P5
Hardware: PC → All
Summary: checksetup.pl should kickout the perl version like other modules → checksetup.pl should check the perl version like it checks other modules
Why not dump it out? It's good for debugging.
For example asking someone to see the results of checksetup.pl should give all the information about the operating environment. It may not be good enough to have the standard check... What about when Perl 6.0 comes out? What if it's not compatible ? Program runs but gets incorrect results.
Comment 3•19 years ago
|
||
Modern versions of checksetup.pl already print the perl version.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
(In reply to comment #3)
> Modern versions of checksetup.pl already print the perl version.
>
No, not really.
Why not dump it out in the standard way?
It's important to also know the minimum version.
* This is Bugzilla 2.23.2+ on perl 5.8.5
IS NOT THE SAME AS
Checking for Perl (v5.00) ok: found v5.80
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Comment 5•19 years ago
|
||
In order to *compile checksetup.pl at all*, you must have perl 5.8.0. Otherwise it will fail with a strange and incomprehensible error. Thus, the check must be done in the standard perl way, with "use 5.8.0"
Status: REOPENED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•