Closed
Bug 121735
Opened 22 years ago
Closed 22 years ago
Perl warning running checksetup.pl if a module has a non-numeric version number
Categories
(Bugzilla :: Installation & Upgrading, defect, P1)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: justdave, Assigned: zach)
Details
Attachments
(1 file, 1 obsolete file)
639 bytes,
patch
|
bbaetz
:
review+
gerv
:
review+
|
Details | Diff | Splinter Review |
Checking perl modules ... Checking for DBI (v1.13) ok: found v1.14 Checking for Data::Dumper (any) ok: found v2.101 Checking for DBD::mysql (v1.2209) ok: found v2.0415 Checking for Date::Parse (any) ok: found v2.20 Checking for AppConfig (v1.52) ok: found v1.52 Checking for Template (v2.06) Argument "2.06d" isn't numeric in numeric lt (<) at ./checksetup.pl line 170 (#1) (W numeric) The indicated string was fed as an argument to an operator that expected a numeric value instead. If you're fortunate the message will identify which operator was so unfortunate. ok: found v2.06d Checking for Text::Wrap (v2001.0131) ok: found v2001.0929 Checking for CGI::Carp (any) ok: found v1.20
Reporter | ||
Comment 1•22 years ago
|
||
Use vers_cmp() instead of a numeric ">"
Reporter | ||
Updated•22 years ago
|
Severity: normal → blocker
Priority: -- → P1
Target Milestone: --- → Bugzilla 2.16
Reporter | ||
Comment 2•22 years ago
|
||
bbaetz pointed out that if a module was misreporting its version (such as the current Chart::Base) that it was showing up as "not found" instead of "unknown version". This should fix that.
Attachment #66391 -
Attachment is obsolete: true
Comment 3•22 years ago
|
||
Comment on attachment 66395 [details] [diff] [review] Patch v2 r=bbaetz
Attachment #66395 -
Flags: review+
Updated•22 years ago
|
Comment 4•22 years ago
|
||
Comment on attachment 66395 [details] [diff] [review] Patch v2 r=gerv (although we should put space between function arguments.) Looks good otherwise. Gerv
Attachment #66395 -
Flags: review+
Assignee | ||
Comment 5•22 years ago
|
||
Checking in checksetup.pl; /cvsroot/mozilla/webtools/bugzilla/checksetup.pl,v <-- checksetup.pl new revision: 1.114; previous revision: 1.113 done
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•